[audacious] Generic plugin API/ABI bumped to 33, also the minimum. Update to 3.1-beta1.

Michael Schwendt mschwendt at fedoraproject.org
Tue Oct 11 11:48:09 UTC 2011


commit 354ce3d53e53c07b7f780133c1eb5c65d2b4c684
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Tue Oct 11 13:48:05 2011 +0200

    Generic plugin API/ABI bumped to 33, also the minimum.
    Update to 3.1-beta1.

 .gitignore     |    1 +
 audacious.spec |   18 +++++++++++-------
 sources        |    2 +-
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0cbe75d..ce470af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /audacious-3.0.2.tar.bz2
 /audacious-3.0.3.tar.bz2
 /audacious-3.1-alpha1.tar.bz2
+/audacious-3.1-beta1.tar.bz2
diff --git a/audacious.spec b/audacious.spec
index b81bb80..a0a20cf 100644
--- a/audacious.spec
+++ b/audacious.spec
@@ -6,14 +6,14 @@
 
 Name: audacious
 Version: 3.1
-Release: 0.1.alpha1%{?dist}
+Release: 0.1.beta1%{?dist}
 
 License: GPLv3
 Summary: Advanced audio player
 URL: http://audacious-media-player.org/
 Group: Applications/Multimedia
 
-Source0: http://distfiles.atheme.org/audacious-%{version}-alpha1.tar.bz2
+Source0: http://distfiles.atheme.org/audacious-%{version}-beta1.tar.bz2
 
 BuildRequires: gettext
 BuildRequires: gtk3-devel
@@ -58,14 +58,14 @@ Group: System Environment/Libraries
 # Provide Generic Plugin API value for plugin packages to depend on.
 # As defined in /usr/include/audacious/plugin.h: _AUD_PLUGIN_VERSION
 # This must be an exact match for plugin .so files to load.
-%global aud_plugin_api 32
-%global aud_plugin_api_min 31
+%global aud_plugin_api 33
+%global aud_plugin_api_min 33
 Provides: audacious(plugin-api)%{?_isa} = %{aud_plugin_api}
 %{?_isa:Provides: audacious(plugin-api) = %{aud_plugin_api}}
 #Provides: audacious(plugin-api)%{?_isa} = 30
 #%{?_isa:Provides: audacious(plugin-api) = 30}
-Provides: audacious(plugin-api)%{?_isa} = %{aud_plugin_api_min}
-%{?_isa:Provides: audacious(plugin-api) = %{aud_plugin_api_min}}
+#Provides: audacious(plugin-api)%{?_isa} = %{aud_plugin_api_min}
+#%{?_isa:Provides: audacious(plugin-api) = %{aud_plugin_api_min}}
 
 %description libs
 Library files for the Audacious audio player.
@@ -84,7 +84,7 @@ Files needed when building software for the Audacious audio player.
 
 
 %prep
-%setup -q -n %{name}-%{version}-alpha1
+%setup -q -n %{name}-%{version}-beta1
 
 # Verify the value of the audacious(plugin-api) Provides.
 api=$(grep '[ ]*#define[ ]*_AUD_PLUGIN_VERSION[ ]\+' src/audacious/plugin.h | sed 's!.*_AUD_PLUGIN_VERSION[ ]*\([0-9]\+\).*!\1!')
@@ -175,6 +175,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Oct 11 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 3.1-0.1.beta1
+- Generic plugin API/ABI bumped to 33, also the minimum.
+- Update to 3.1-beta1.
+
 * Wed Sep 21 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 3.1-0.1.alpha1
 - Generic plugin API/ABI bumped to 32, with 31 being the minimum.
 - libmcs not used anymore.
diff --git a/sources b/sources
index 5b17577..36d47c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-408ae3d62231c7c4ae1abca50d7a4378  audacious-3.1-alpha1.tar.bz2
+5ea097a2ff7acf2f0bc30092ff345f33  audacious-3.1-beta1.tar.bz2


More information about the scm-commits mailing list