diff --git a/audacious-plugins.spec b/audacious-plugins.spec index 6a2b419..64b7a97 100644 --- a/audacious-plugins.spec +++ b/audacious-plugins.spec @@ -5,7 +5,7 @@ Name: audacious-plugins Version: 2.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Plugins for the Audacious media player Group: Applications/Multimedia URL: http://audacious-media-player.org/ @@ -192,7 +192,6 @@ sed -i '\,^.SILENT:,d' buildsys.mk.in --disable-mms \ --disable-libmadtest \ \ - --disable-modplug \ --disable-oss \ --disable-projectm \ --disable-sse2 \ @@ -269,6 +268,13 @@ update-desktop-database &> /dev/null || : %changelog +* Fri Jan 8 2010 Michael Schwendt - 2.2-9 +- Enable modplug plugin again: The code is an "in-progress rewrite [...] + with many fixes for module formats not available in libmodplug, and is + built partially on top of the work that the Schism Tracker authors have + been doing. Using libmodplug would be a step backwards as far as module + compatibility goes." (AUDPLUG-158) + * Sat Jan 2 2010 Michael Schwendt - 2.2-8 - Fix stack smashing in ui_svis_expose (#551801).