[xmp] Rebuild for Audacious 3.1-beta1 generic plugin API/ABI bump. Depend on audacious(plugin-api)%{?_isa}

Michael Schwendt mschwendt at fedoraproject.org
Wed Oct 12 16:32:55 UTC 2011


commit 82efbf308af09e8b4cad9b204168e1e9cd9cf98f
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Wed Oct 12 18:32:52 2011 +0200

    Rebuild for Audacious 3.1-beta1 generic plugin API/ABI bump.
    Depend on audacious(plugin-api)%{?_isa}.

 xmp.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/xmp.spec b/xmp.spec
index 9bfd9b3..123392e 100644
--- a/xmp.spec
+++ b/xmp.spec
@@ -3,12 +3,12 @@
 
 %global aud_plugin_api %(grep '[ ]*#define[ ]*_AUD_PLUGIN_VERSION[ ]\\+' %{_includedir}/audacious/plugin.h 2>/dev/null | sed 's!.*_AUD_PLUGIN_VERSION[ ]*\\([0-9]\\+\\).*!\\1!')
 %if 0%{aud_plugin_api} > 0
-%global aud_plugin_dep Requires: audacious(plugin-api) = %{aud_plugin_api}
+%global aud_plugin_dep Requires: audacious(plugin-api)%{?_isa} = %{aud_plugin_api}
 %endif
 
 Name: xmp
 Version: 3.4.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A multi-format module player
 Group: Applications/Multimedia
 #Source: http://downloads.sourceforge.net/sourceforge/xmp/xmp-%{version}.tar.gz
@@ -104,6 +104,10 @@ rm -rf %{buildroot}
 %{xmms_input_plugin_dir}/*
 
 %changelog
+* Wed Oct 12 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 3.4.0-2
+- Rebuild for Audacious 3.1-beta1 generic plugin API/ABI bump.
+- Depend on audacious(plugin-api)%%{?_isa}.
+
 * Wed Aug 10 2011 Dominik Mierzejewski <rpm at greysector.net> 3.4.0-1
 - update to 3.4.0
 - drop obsolete patches


More information about the scm-commits mailing list