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

Michael Schwendt mschwendt at fedoraproject.org
Mon Jan 2 02:04:28 UTC 2012


commit d78e3580545852dea59e1751f5a20586bb38a136
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Mon Jan 2 03:04:22 2012 +0100

    Generic plugin API/ABI bumped to 38, also the minimum.
    Update to 3.2-beta1.

 .gitignore     |    1 +
 audacious.spec |   12 ++++++++----
 sources        |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f1a73a1..4ef7162 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /audacious-3.1.tar.bz2
 /audacious-3.1.1.tar.bz2
 /audacious-3.2-alpha1.tar.bz2
+/audacious-3.2-beta1.tar.bz2
diff --git a/audacious.spec b/audacious.spec
index 3e13d4f..51103b2 100644
--- a/audacious.spec
+++ b/audacious.spec
@@ -1,14 +1,14 @@
 # Minimum audacious/audacious-plugins version in inter-package dependencies.
 %global aud_ver 3.2
 
-%global tar_ver %{version}-alpha1
+%global tar_ver %{version}-beta1
 
 # Audacious Generic Plugin API defined in audacious-libs subpackage.
 
 
 Name: audacious
 Version: 3.2
-Release: 0.1.alpha1%{?dist}
+Release: 0.2.beta1%{?dist}
 
 License: GPLv3
 Summary: Advanced audio player
@@ -63,8 +63,8 @@ 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 37
-%global aud_plugin_api_min 37
+%global aud_plugin_api 38
+%global aud_plugin_api_min 38
 Provides: audacious(plugin-api)%{?_isa} = %{aud_plugin_api}
 %{?_isa:Provides: audacious(plugin-api) = %{aud_plugin_api}}
 #Provides: audacious(plugin-api)%{?_isa} = 30
@@ -179,6 +179,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Jan  2 2012 Michael Schwendt <mschwendt at fedoraproject.org> - 3.2-0.2.beta1
+- Generic plugin API/ABI bumped to 38, also the minimum.
+- Update to 3.2-beta1.
+
 * Fri Dec 23 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 3.2-0.1.alpha1
 - Explicitly link with gmodule-2.0.pc libs for missing libs.
 - Generic plugin API/ABI bumped to 37, also the minimum.
diff --git a/sources b/sources
index b7e6dad..11d44ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9db302e13e8ee81b76f7a3ffaeed62c  audacious-3.2-alpha1.tar.bz2
+d42a0570f8c7fa471af0ceb7f05e4f5f  audacious-3.2-beta1.tar.bz2


More information about the scm-commits mailing list