[audacious] Generic plugin API/ABI bumped to 41, with 40 being the minimum.

Michael Schwendt mschwendt at fedoraproject.org
Mon Jul 16 18:57:28 UTC 2012


commit d6980f83a96281362e15de80cb1066e0166c48b6
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Mon Jul 16 20:57:22 2012 +0200

    Generic plugin API/ABI bumped to 41, with 40 being the minimum.
    
    - Update to 3.3-beta2.

 .gitignore     |    1 +
 audacious.spec |   10 +++++++---
 sources        |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c33981c..551a92c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /audacious-3.2.3.tar.bz2
 /audacious-3.3-alpha1.tar.bz2
 /audacious-3.3-beta1.tar.bz2
+/audacious-3.3-beta2.tar.bz2
diff --git a/audacious.spec b/audacious.spec
index b8538b1..0d7d02b 100644
--- a/audacious.spec
+++ b/audacious.spec
@@ -1,14 +1,14 @@
 # Minimum audacious/audacious-plugins version in inter-package dependencies.
 %global aud_ver 3.3
 
-%global tar_ver %{version}-beta1
+%global tar_ver %{version}-beta2
 
 # Audacious Generic Plugin API defined in audacious-libs subpackage.
 
 
 Name: audacious
 Version: 3.3
-Release: 0.1.beta1%{?dist}
+Release: 0.1.beta2%{?dist}
 
 License: BSD
 Summary: Advanced audio player
@@ -54,7 +54,7 @@ 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 40
+%global aud_plugin_api 41
 %global aud_plugin_api_min 40
 Provides: audacious(plugin-api)%{?_isa} = %{aud_plugin_api}
 %{?_isa:Provides: audacious(plugin-api) = %{aud_plugin_api}}
@@ -165,6 +165,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Jul 16 2012 Michael Schwendt <mschwendt at fedoraproject.org> - 3.3-0.1.beta2
+- Generic plugin API/ABI bumped to 41, with 40 being the minimum.
+- Update to 3.3-beta2.
+
 * Thu Jul  5 2012 Michael Schwendt <mschwendt at fedoraproject.org> - 3.3-0.1.beta1
 - License of this package has changed to two-clause BSD.
 - Update to 3.3-beta1.
diff --git a/sources b/sources
index 04be3a5..ff7a737 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa80fc8aec16df4d8a45a7cd3e526797  audacious-3.3-beta1.tar.bz2
+8819902f25a72e83be6f3bf6022a0549  audacious-3.3-beta2.tar.bz2


More information about the scm-commits mailing list