[xmp/f14/master] - Rebuild for Audacious generic plugin API/ABI bump. - Add minimum version 2.4.3 to Audacious requir

Michael Schwendt mschwendt at fedoraproject.org
Mon Jan 17 13:18:40 UTC 2011


commit c5c10eb07c3b189a8a8051784a80e4b571e2f6a6
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Mon Jan 17 14:18:29 2011 +0100

    - Rebuild for Audacious generic plugin API/ABI bump.
    - Add minimum version 2.4.3 to Audacious requirements.

 xmp.spec |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/xmp.spec b/xmp.spec
index 62f78c0..ac55a56 100644
--- a/xmp.spec
+++ b/xmp.spec
@@ -1,9 +1,15 @@
 %define audacious_input_plugin_dir %(pkg-config --variable=input_plugin_dir audacious)
 %define xmms_input_plugin_dir %(xmms-config --input-plugin-dir)
 
+# Minimum audacious/audacious-plugins version in inter-package
+# dependencies.
+# We need at least 2.4.3 because of the plugin API change after 2.4.0
+# and in 2.4.3
+%global aud_ver 2.4.3
+
 Name: xmp
 Version: 3.3.0
-Release: 2%{?dist}
+Release: 2%{?dist}.1
 Summary: A multi-format module player
 Group: Applications/Multimedia
 #Source: http://downloads.sourceforge.net/sourceforge/xmp/xmp-%{version}.tar.gz
@@ -16,7 +22,7 @@ Patch1: 0002-Fix-Audacious-plugin-seek-position.patch
 License: GPLv2+
 URL: http://xmp.sourceforge.net/
 Buildrequires: alsa-lib-devel
-Buildrequires: audacious-devel
+Buildrequires: audacious-devel >= %{aud_ver}
 BuildRequires: pulseaudio-libs-devel
 Buildrequires: xmms-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
@@ -30,7 +36,7 @@ Tracker II (XM) and Impulse Tracker (IT) files.
 %package -n audacious-plugin-%{name}
 Summary: A xmp plugin for Audacious
 Group: Applications/Multimedia
-Requires: audacious
+Requires: audacious >= %{aud_ver}
 
 %description -n audacious-plugin-%{name}
 The Extended Module Player is a modplayer for Unix-like systems that plays
@@ -94,6 +100,10 @@ rm -rf %{buildroot}
 %{xmms_input_plugin_dir}/*
 
 %changelog
+* Mon Jan 17 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 3.3.0-2.1
+- Rebuild for Audacious generic plugin API/ABI bump.
+- Add minimum version 2.4.3 to Audacious requirements.
+
 * Thu Dec 09 2010 Dominik Mierzejewski <rpm at greysector.net> 3.3.0-2
 - apply upstream patches to fix crash in audacious plugins (bug #660507)
 


More information about the scm-commits mailing list