[audacious-plugins] Scrobbler2 plugin replaces scrobbler.

Michael Schwendt mschwendt at fedoraproject.org
Mon Apr 22 08:52:36 UTC 2013


commit 0de37ebdb7546283f152075059201c195229cc1a
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Mon Apr 22 10:52:31 2013 +0200

    Scrobbler2 plugin replaces scrobbler.
    
    - Update to 3.4-beta1.
    - Br autoconf automake and
      run autoreconf -f -I m4 for aarch64 updates (#925051).

 .gitignore             |    1 +
 audacious-plugins.spec |   18 +++++++++++++++---
 sources                |    2 +-
 3 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e3a86f9..5b00269 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /audacious-plugins-3.3.3.tar.bz2
 /audacious-plugins-3.3.4.tar.bz2
 /audacious-plugins-3.4-alpha1.tar.bz2
+/audacious-plugins-3.4-beta1.tar.bz2
diff --git a/audacious-plugins.spec b/audacious-plugins.spec
index 6737bd2..84104e3 100644
--- a/audacious-plugins.spec
+++ b/audacious-plugins.spec
@@ -4,14 +4,14 @@
 %endif
 %{?aud_plugin_dep}
 
-%global tar_ver 3.4-alpha1
+%global tar_ver 3.4-beta1
 
 # Minimum audacious/audacious-plugins version in inter-package dependencies.
 %global aud_ver 3.4
 
 Name: audacious-plugins
 Version: 3.4
-Release: 0.2.alpha1%{?dist}
+Release: 0.2.beta1%{?dist}
 Summary: Plugins for the Audacious audio player
 Group: Applications/Multimedia
 URL: http://audacious-media-player.org/
@@ -62,6 +62,10 @@ BuildRequires: curl-devel
 # experimental, disabled by default
 BuildRequires: neon-devel
 
+# temporarily for aarch64 config.* files autoreconf
+BuildRequires: automake >= 1.13
+BuildRequires: autoconf >= 2.69
+
 %if 0%{?fedora} > 17
 Obsoletes: audacious-plugins-sid
 %endif
@@ -128,6 +132,9 @@ providers may build it with libsidplay 2 instead.
 
 %prep
 %setup -q -n %{name}-%{tar_ver}
+# https://bugzilla.redhat.com/925051
+autoreconf -f -I m4
+
 %patch0 -p1 -b .xmms-skindir
 %patch1 -p1 -b .enable-gnomeshortcuts
 %patch2 -p1 -b .ladspa
@@ -165,7 +172,6 @@ make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p"
 %check
 [ -f ${RPM_BUILD_ROOT}%{_libdir}/audacious/Transport/neon.so ]
 [ -f ${RPM_BUILD_ROOT}%{_libdir}/audacious/General/scrobbler.so ]
-[ -f ${RPM_BUILD_ROOT}%{_libdir}/audacious/General/scrobbler2.so ]
 [ -f ${RPM_BUILD_ROOT}%{_libdir}/audacious/General/gtkui.so ]
 [ -f ${RPM_BUILD_ROOT}%{_libdir}/audacious/General/skins.so ]
 [ -f ${RPM_BUILD_ROOT}%{_libdir}/audacious/Output/alsa.so ]
@@ -216,6 +222,12 @@ make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p"
 
 
 %changelog
+* Mon Apr 22 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 3.4-0.2.beta1
+- Scrobbler2 plugin replaces scrobbler.
+- Update to 3.4-beta1.
+- Br autoconf automake and
+  run autoreconf -f -I m4 for aarch64 updates (#925051).
+
 * Thu Feb 14 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 3.4-0.2.alpha1
 - Patch gnomeshortcuts plug-in to avoid auto-activating gnome-settings-daemon.
 
diff --git a/sources b/sources
index abfc80b..ea523cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2bffeed1164a3f77a60f3fe585c0b78d  audacious-plugins-3.4-alpha1.tar.bz2
+7a8c263a719039a861fd9b0d5c7c5a39  audacious-plugins-3.4-beta1.tar.bz2


More information about the scm-commits mailing list