[audacious] don't forget to provide the minimum API 40

Michael Schwendt mschwendt at fedoraproject.org
Mon Jul 16 19:03:41 UTC 2012


commit 26044d1b4fdc60ec309f3e389cee3b217373ce2f
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Mon Jul 16 21:03:37 2012 +0200

    don't forget to provide the minimum API 40

 audacious.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/audacious.spec b/audacious.spec
index 0d7d02b..d165085 100644
--- a/audacious.spec
+++ b/audacious.spec
@@ -58,10 +58,10 @@ Group: System Environment/Libraries
 %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
-#%{?_isa:Provides: audacious(plugin-api) = 30}
-#Provides: audacious(plugin-api)%{?_isa} = %{aud_plugin_api_min}
-#%{?_isa:Provides: audacious(plugin-api) = %{aud_plugin_api_min}}
+#Provides: audacious(plugin-api)%{?_isa} = 40
+#%{?_isa:Provides: audacious(plugin-api) = 40}
+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.


More information about the scm-commits mailing list