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

Michael Schwendt mschwendt at fedoraproject.org
Wed Oct 26 09:22:58 UTC 2011


commit aa7e22ce6975b42ba76f7d768bf4706e68f57488
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Wed Oct 26 11:22:55 2011 +0200

    Generic plugin API/ABI bumped to 34, also the minimum.
    Update to 3.1-beta3.

 audacious.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/audacious.spec b/audacious.spec
index 8642b8d..96b99f9 100644
--- a/audacious.spec
+++ b/audacious.spec
@@ -60,8 +60,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 33
-%global aud_plugin_api_min 33
+%global aud_plugin_api 34
+%global aud_plugin_api_min 34
 Provides: audacious(plugin-api)%{?_isa} = %{aud_plugin_api}
 %{?_isa:Provides: audacious(plugin-api) = %{aud_plugin_api}}
 #Provides: audacious(plugin-api)%{?_isa} = 30


More information about the scm-commits mailing list