commit f73a411e387b75190adcbb71f49cc8aef69594df
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Oct 14 14:02:09 2018 +0100
Update to 3.10 as in Fedora proper
.gitignore | 1 +
audacious-plugins-freeworld.spec | 21 ++++++++++++++-------
sources | 2 +-
3 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aaac998..00a49d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ audacious-plugins-3.6.2.tar.bz2
audacious-plugins-3.7.2.tar.bz2
/audacious-plugins-3.8.tar.bz2
/audacious-plugins-3.9.tar.bz2
+/audacious-plugins-3.10.tar.bz2
diff --git a/audacious-plugins-freeworld.spec b/audacious-plugins-freeworld.spec
index 4413068..4a4ecea 100644
--- a/audacious-plugins-freeworld.spec
+++ b/audacious-plugins-freeworld.spec
@@ -4,8 +4,8 @@
%endif
Name: audacious-plugins-freeworld
-Version: 3.9
-Release: 6%{?dist}
+Version: 3.10
+Release: 1%{?dist}
Summary: Additional plugins for the Audacious media player
License: GPLv3
URL:
http://audacious-media-player.org/
@@ -82,11 +82,11 @@ sed -i '\,^.SILENT:,d' buildsys.mk.in
%build
%configure \
--disable-rpath \
- --disable-vorbis \
- --disable-neon \
- --disable-flac \
- --disable-wavpack \
- --disable-mpg123
+ --disable-vorbis \
+ --disable-neon \
+ --disable-flac \
+ --disable-wavpack \
+ --disable-mpg123
%make_build -C src/aac
%make_build -C src/ffaudio
%make_build -C src/mms
@@ -115,6 +115,13 @@ find %buildroot -type f -name "*.la" -exec rm -f {}
';'
%changelog
+* Sun Oct 14 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.10-1
+- Update to 3.10 as in Fedora proper
+- Remove Group tag
+- Use make macros and update buildroot macro
+- Add versioned audacious* BuildRequires and Requires
+- Drop obsolete Obsoletes
+
* Thu Jul 26 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3.9-6
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
diff --git a/sources b/sources
index e091218..4ffb67f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe467c4dcee8abbf571e69ed980a56b6 audacious-plugins-3.9.tar.bz2
+26268359f4f21171de35cc10d0545733 audacious-plugins-3.10.tar.bz2