diff --git a/audacious-plugin-fc.spec b/audacious-plugin-fc.spec index fc91fb5..2c10e2f 100644 --- a/audacious-plugin-fc.spec +++ b/audacious-plugin-fc.spec @@ -7,7 +7,7 @@ Summary: Future Composer input plugin for Audacious Name: audacious-plugin-fc Version: 0.4 -Release: 1 +Release: 2 URL: http://xmms-fc.sourceforge.net/ License: GPLv2+ Source: http://download.sourceforge.net/xmms-fc/audacious-plugin-fc-%{version}.tar.bz2 @@ -19,6 +19,8 @@ BuildRequires: pkgconfig Provides: audacious-plugins-fc = %{version}-%{release} Requires: audacious >= %{aud_ver} +Patch0: audacious-plugin-fc-0.4-unknown-songtime.patch + %description This is an input plugin for Audacious which can play back Future Composer @@ -27,6 +29,7 @@ music files from AMIGA. Song-length detection and seek are implemented, too. %prep %setup -q +%patch0 -p1 -b .unknown-songtime %build @@ -54,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Oct 24 2009 Michael Schwendt - 0.4-2 +- Set empty/unknown initial songtime instead of 0:00. + * Fri Oct 23 2009 Michael Schwendt - 0.4-1 - Upgrade to 0.4 for Audacious 2.2 InputPlugin API changes.