[audacious] Drop the old non-arch-specific Plugin API version capabilities.

Michael Schwendt mschwendt at fedoraproject.org
Tue Jun 24 10:37:18 UTC 2014


commit 8371fdb5e4f518e3e15dda739a19168f47a847f7
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Tue Jun 24 12:37:17 2014 +0200

    Drop the old non-arch-specific Plugin API version capabilities.

 audacious.spec |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/audacious.spec b/audacious.spec
index d76f8a0..27224f2 100644
--- a/audacious.spec
+++ b/audacious.spec
@@ -8,7 +8,7 @@
 
 Name: audacious
 Version: 3.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: BSD
 Summary: Advanced audio player
@@ -56,16 +56,12 @@ 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.
+# If multiple versions are supported, add multiple Provides below.
 %global aud_plugin_api 45
 %global aud_plugin_api_min 45
 Provides: audacious(plugin-api)%{?_isa} = %{aud_plugin_api}
-%{?_isa:Provides: audacious(plugin-api) = %{aud_plugin_api}}
-
 #Provides: audacious(plugin-api)%{?_isa} = 45
-#%{?_isa:Provides: audacious(plugin-api) = 45}
-
 #Provides: audacious(plugin-api)%{?_isa} = %{aud_plugin_api_min}
-#%{?_isa:Provides: audacious(plugin-api) = %{aud_plugin_api_min}}
 
 %description libs
 Library files for the Audacious audio player.
@@ -162,6 +158,9 @@ fi
 
 
 %changelog
+* Tue Jun 24 2014 Michael Schwendt <mschwendt at fedoraproject.org> - 3.5-3
+- Drop the old non-arch-specific Plugin API version capabilities.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list