diff options
| author | Leigh Scott <leigh123linux@gmail.com> | 2024-04-15 12:53:52 +0100 |
|---|---|---|
| committer | Leigh Scott <leigh123linux@gmail.com> | 2024-04-15 12:53:52 +0100 |
| commit | b9fa192ad6da1d191a9ce8687a21a3a321b0090b (patch) | |
| tree | ded0f6859a9f3aee0e04a6151fc38b8d4539dc46 | |
| parent | dcf9f33517c5e67c7107f6714c9f1eb1e9c80b3e (diff) | |
| download | mplayer-master.tar.gz mplayer-master.tar.xz mplayer-master.zip | |
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | mplayer.spec | 11 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 5 deletions
@@ -14,3 +14,4 @@ MPlayer-1.3.0.tar.xz /mplayer-export-2023-08-11.tar.xz /mplayer-export-2024-03-17.tar.xz /mplayer-export-2024-04-09.tar.xz +/mplayer-export-2024-04-15.tar.xz diff --git a/mplayer.spec b/mplayer.spec index ecb21da..6d621a5 100644 --- a/mplayer.spec +++ b/mplayer.spec @@ -2,16 +2,16 @@ %global build_type_safety_c 0 %global codecdir %{_libdir}/codecs -%global pre 20240409svn +%global pre 20240415svn %global svn 1 -%global svnbuild 2024-04-09 +%global svnbuild 2024-04-15 Name: mplayer Version: 1.5.1 %if 0%{?svn} -Release: 0.13%{?pre:.%{pre}}%{?dist} +Release: 0.14%{?pre:.%{pre}}%{?dist} %else -Release: 13%{?dist} +Release: 14%{?dist} %endif Summary: Movie player playing most video formats and DVDs @@ -315,6 +315,9 @@ sed -i '1s:#!/usr/bin/env python:#!/usr/bin/env python2:' %{buildroot}%{_bindir} %{_datadir}/mplayer/*.fp %changelog +* Mon Apr 15 2024 Leigh Scott <leigh123linux@gmail.com> - 1.5.1-0.14.20240415svn +- Update snapshot to fix AVChannelLayout issue (rfbz#6911) + * Tue Apr 09 2024 Leigh Scott <leigh123linux@gmail.com> - 1.5.1-0.13.20240409svn - Update snapshot to fix AVChannelLayout issue (rfbz#6911) @@ -1 +1 @@ -SHA512 (mplayer-export-2024-04-09.tar.xz) = ee35c1022c1a607f0588340f54c772ce220e679a0283295b4d22bdbf92b7a979e8f8a5173c06c9dcaf54a90a8b1edaf4fe22252224ee2189447692cb09b1db7f +SHA512 (mplayer-export-2024-04-15.tar.xz) = 53e60bca5b724ee25221aa4da9e867d37aca629b7abe59a5f4ce04a1fcb1024e06818dfb0293eab81686d671c0f035b8894edb6c711b9babb55afc92ab4efaec |
