[audacious] Generic plugin API/ABI bumped to 37, also the minimum. libmowgli not used anymore. Upgrade to 3.2-al

Michael Schwendt mschwendt at fedoraproject.org
Sat Dec 24 07:08:16 UTC 2011


commit 0d207e0575e38f8e7140a84e13e9d2f1b5dc44e3
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Sat Dec 24 08:08:11 2011 +0100

    Generic plugin API/ABI bumped to 37, also the minimum.
    libmowgli not used anymore.
    Upgrade to 3.2-alpha1.

 .gitignore     |    1 +
 audacious.spec |   24 ++++++++++++++----------
 sources        |    2 +-
 3 files changed, 16 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a5a12d..f1a73a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /audacious-3.1-beta3.tar.bz2
 /audacious-3.1.tar.bz2
 /audacious-3.1.1.tar.bz2
+/audacious-3.2-alpha1.tar.bz2
diff --git a/audacious.spec b/audacious.spec
index eb354b7..ea7dda1 100644
--- a/audacious.spec
+++ b/audacious.spec
@@ -1,14 +1,14 @@
 # Minimum audacious/audacious-plugins version in inter-package dependencies.
-%global aud_ver 3.1
+%global aud_ver 3.2
 
-%global tar_ver %{version}
+%global tar_ver %{version}-alpha1
 
 # Audacious Generic Plugin API defined in audacious-libs subpackage.
 
 
 Name: audacious
-Version: 3.1.1
-Release: 1%{?dist}
+Version: 3.2
+Release: 0.1.alpha1%{?dist}
 
 License: GPLv3
 Summary: Advanced audio player
@@ -19,8 +19,7 @@ Source0: http://distfiles.atheme.org/audacious-%{tar_ver}.tar.bz2
 
 BuildRequires: gettext
 BuildRequires: gtk3-devel
-BuildRequires: libmowgli-devel >= 0.9
-BuildRequires: libguess-devel
+BuildRequires: libguess-devel >= 1.1
 BuildRequires: dbus-devel dbus-glib-devel
 BuildRequires: libSM-devel
 BuildRequires: desktop-file-utils
@@ -60,8 +59,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 34
-%global aud_plugin_api_min 34
+%global aud_plugin_api 37
+%global aud_plugin_api_min 37
 Provides: audacious(plugin-api)%{?_isa} = %{aud_plugin_api}
 %{?_isa:Provides: audacious(plugin-api) = %{aud_plugin_api}}
 #Provides: audacious(plugin-api)%{?_isa} = 30
@@ -77,9 +76,9 @@ Library files for the Audacious audio player.
 Summary: Development files for the Audacious audio player
 Group: Development/Libraries
 Requires: %{name}-libs%{?_isa} = %{version}-%{release}
-Requires: glib2-devel gtk2-devel
+Requires: glib2-devel
+Requires: gtk3-devel
 Requires: dbus-glib-devel
-Requires: libmowgli-devel
 
 %description devel
 Files needed when building software for the Audacious audio player.
@@ -174,6 +173,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Dec 23 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 3.2-0.1.alpha1
+- Generic plugin API/ABI bumped to 37, also the minimum.
+- libmowgli not used anymore.
+- Upgrade to 3.2-alpha1.
+
 * Tue Dec  6 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 3.1.1-1
 - Update to 3.1.1.
 
diff --git a/sources b/sources
index 31d0289..b7e6dad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd305072a8f9229409ff8c8c06469517  audacious-3.1.1.tar.bz2
+b9db302e13e8ee81b76f7a3ffaeed62c  audacious-3.2-alpha1.tar.bz2


More information about the scm-commits mailing list