From 04dd991b16b72a942c345af830fdc033d5059761 Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Jul 08 2010 19:29:03 +0000 Subject: - updated to 3.2.0 - fixed compilation on rawhide --- diff --git a/.cvsignore b/.cvsignore index 7b785b2..e06fb5a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xmp-3.1.0-free.tar.gz +xmp-3.2.0-free.tar.gz diff --git a/sources b/sources index 5834c0d..16798a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6ccb32394667e22f8a38d52f00e4551e xmp-3.1.0-free.tar.gz +7ecc39fe539689a843830eea10cc68bb xmp-3.2.0-free.tar.gz diff --git a/xmp-compile.patch b/xmp-compile.patch new file mode 100644 index 0000000..3de3d6c --- /dev/null +++ b/xmp-compile.patch @@ -0,0 +1,17 @@ +diff -up xmp-3.2.0/src/plugin/audacious.c.compile xmp-3.2.0/src/plugin/audacious.c +--- xmp-3.2.0/src/plugin/audacious.c.compile 2010-05-29 16:27:06.000000000 +0200 ++++ xmp-3.2.0/src/plugin/audacious.c 2010-07-08 21:23:51.822431523 +0200 +@@ -14,9 +14,12 @@ + #include + + #include +-#include + #include + ++#include ++#include ++#include ++ + #include "xmp.h" + #include "common.h" + #include "driver.h" diff --git a/xmp.spec b/xmp.spec index 3f18f05..18d487d 100644 --- a/xmp.spec +++ b/xmp.spec @@ -2,15 +2,16 @@ %define xmms_input_plugin_dir %(xmms-config --input-plugin-dir) Name: xmp -Version: 3.1.0 -Release: 2%{?dist} +Version: 3.2.0 +Release: 1%{?dist} Summary: A multi-format module player Group: Applications/Multimedia -#Source: http://dl.sourceforge.net/sourceforge/xmp/%{name}-%{version}.tar.gz +#Source: http://downloads.sourceforge.net/sourceforge/xmp/xmp-%{version}.tar.gz #same source as above, with docs/formats/gdm.txt removed -Source: http://rathann.fedorapeople.org/src/xmp/%{name}-%{version}-free.tar.gz +Source: %{name}-%{version}-free.tar.gz # run this to get the above tarball Source1: mktarball.sh +Patch0: %{name}-compile.patch License: GPLv2+ URL: http://xmp.sourceforge.net/ Buildrequires: alsa-lib-devel @@ -54,6 +55,7 @@ This package contains the xmp plugin for XMMS. %prep %setup -q +%patch0 -p1 -b .compile pushd docs for file in ChangeLog CREDITS ; do iconv -f iso8859-1 -t utf8 -o $file.utf $file && touch -r $file $file.utf && mv $file.utf $file @@ -90,6 +92,10 @@ rm -rf %{buildroot} %{xmms_input_plugin_dir}/* %changelog +* Thu Jul 08 2010 Dominik Mierzejewski 3.2.0-1 +- updated to 3.2.0 +- fixed compilation on rawhide + * Sun Jan 17 2010 Michael Schwendt - 3.1.0-2 - Rebuild for audacious.pc --libs changes.