[audacious] Generic plugin API/ABI bumped to 40, also the minimum.

Michael Schwendt mschwendt at fedoraproject.org
Mon Jun 18 17:35:51 UTC 2012


commit dcf0fa2b5f561faa3af7ce10ae3c0ad46e880c7a
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Mon Jun 18 19:35:50 2012 +0200

    Generic plugin API/ABI bumped to 40, also the minimum.
    
    - Adjust files section for dropped files.
    - Upgrade to 3.3-alpha1.

 .gitignore     |    1 +
 audacious.spec |   24 ++++++++++++++----------
 sources        |    2 +-
 3 files changed, 16 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 86c2cdc..8f161df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /audacious-3.2.1.tar.bz2
 /audacious-3.2.2.tar.bz2
 /audacious-3.2.3.tar.bz2
+/audacious-3.3-alpha1.tar.bz2
diff --git a/audacious.spec b/audacious.spec
index 95d6d07..d5bb0cc 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 aud_ver 3.3
 
-%global tar_ver %{version}
+%global tar_ver %{version}-alpha1
 
 # Audacious Generic Plugin API defined in audacious-libs subpackage.
 
 
 Name: audacious
-Version: 3.2.3
-Release: 1%{?dist}
+Version: 3.3
+Release: 0.1.alpha1%{?dist}
 
 License: GPLv3
 Summary: Advanced audio player
@@ -55,8 +55,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 38
-%global aud_plugin_api_min 38
+%global aud_plugin_api 40
+%global aud_plugin_api_min 40
 Provides: audacious(plugin-api)%{?_isa} = %{aud_plugin_api}
 %{?_isa:Provides: audacious(plugin-api) = %{aud_plugin_api}}
 #Provides: audacious(plugin-api)%{?_isa} = 30
@@ -142,19 +142,18 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %files -f %{name}.lang
-%doc AUTHORS README
+%doc AUTHORS
 %{_bindir}/audacious
 %{_bindir}/audtool
 %{_datadir}/audacious/
 %{_mandir}/man[^3]/*
 %{_datadir}/applications/*.desktop
-%{_datadir}/pixmaps/*
 %{_datadir}/icons/hicolor/*/apps/%{name}*.*
 
 %files libs
-# license file included also in this subpkg
+# license file included in this subpkg
 # for Fedora Licensing Guidelines change (2010-07-07)
-%doc COPYING GPL2.txt GPL3.txt
+%doc COPYING GPL3.txt
 %{_libdir}/*.so.*
 
 %files devel
@@ -167,6 +166,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Jun 18 2012 Michael Schwendt <mschwendt at fedoraproject.org> - 3.3-0.1.alpha1
+- Generic plugin API/ABI bumped to 40, also the minimum.
+- Adjust files section for dropped files.
+- Upgrade to 3.3-alpha1.
+
 * Sat May 26 2012 Michael Schwendt <mschwendt at fedoraproject.org> - 3.2.3-1
 - Update to 3.2.3 (bug-fixes and translation updates).
 
diff --git a/sources b/sources
index 9ae9e36..b90a4e7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-322d9281168b92e3ef4e9334e6a2d5f3  audacious-3.2.3.tar.bz2
+51f26611c0c1e70c8e4c86df2f009e81  audacious-3.3-alpha1.tar.bz2


More information about the scm-commits mailing list