commit 47e57f031cd1ff2fd5bb8d187fcd346a3666fec9
Author: Martin Gansser <mgansser(a)netcom-mail.de>
Date: Fri Jan 3 13:51:12 2025 +0100
Update to 0.10.5
Update to 0.10.5
.gitignore | 1 +
...Removal-of-deprecated-interface-functions.patch | 30 ----------------------
sources | 2 +-
vdr-mp3.spec | 11 ++++----
4 files changed, 8 insertions(+), 36 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75b243c..6015daf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
mplayer.sh-0.8.7.tar.gz
vdr-mp3-0.10.2.tar.gz
/vdr-mp3-0.10.4.tar.gz
+/vdr-mp3-0.10.5.tar.gz
diff --git a/sources b/sources
index f331349..ebf7037 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (mplayer.sh-0.8.7.tar.gz) =
5e83dd2f83b104f7043d828b713e34f47c9a42a93324424c802d4d448b770e36515accf67bd67ce7461201b5e9cd5596da2bbd182eccef9578c9b31b5fed50d9
-SHA512 (vdr-mp3-0.10.4.tar.gz) =
729a50c3be898a5560655ee9e4371bff98c877bd34c1b4f96d4ea2ec647a7fd0657a180d4c8e0433913a44f3c7d590a242eb5585be6f44604e741bd69ed6065c
+SHA512 (vdr-mp3-0.10.5.tar.gz) =
4804167604a08b4ad90e87a245cda30cab142639d85638f8e67c922ced40e811ea67241f576c31af76332469bfd252dbd0cf5da5c36e30eae89f448baa64cdee
diff --git a/vdr-mp3.spec b/vdr-mp3.spec
index eb84cd8..b101cfb 100644
--- a/vdr-mp3.spec
+++ b/vdr-mp3.spec
@@ -13,8 +13,8 @@
%endif
Name: vdr-mp3
-Version: 0.10.4
-Release: 16%{?dist}
+Version: 0.10.5
+Release: 1%{?dist}
Summary: Sound playback plugin for VDR
License: GPL-2.0-or-later
URL:
https://github.com/vdr-projects/vdr-plugin-mp3/
@@ -25,9 +25,8 @@ Source3: %{name}-mp3.conf
Source4: %{name}-mplayer.conf
Source5: %{name}-mplayer-minimal.sh
Source6: %{name}-mp3sources.conf
-Patch0: %{name}-%{version}-Makefile.patch
+Patch0: %{name}-0.10.4-Makefile.patch
Patch1: %{name}-fix-overloaded-ambiguous.patch
-Patch2: 0002-mp3-Removal-of-deprecated-interface-functions.patch
BuildRequires: gcc-c++
BuildRequires: gettext
@@ -63,7 +62,6 @@ primary output device.
%setup -q -n vdr-plugin-mp3-%{version} -a 1
%patch 0 -p1
%patch 1 -p1
-%patch 2 -p1
%{__perl} -pi -e \
's|CFGFIL=.*|CFGFIL="%{vdr_configdir}/plugins/mplayer.sh.conf"|' \
mplayer.sh
@@ -174,6 +172,9 @@ fi
%ghost %{vdr_vardir}/global.mplayer.resume
%changelog
+* Fri Jan 03 2025 Martin Gansser <martinkg(a)fedoraproject.org> - 0.10.5-1
+- Update to 0.10.5
+
* Mon Oct 21 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 0.10.4-16
- Rebuilt for new VDR API version 2.7.3