diff --git a/audacious-plugins.spec b/audacious-plugins.spec index 2abba76..4e4e76a 100644 --- a/audacious-plugins.spec +++ b/audacious-plugins.spec @@ -1,11 +1,12 @@ # Minimum audacious/audacious-plugins version in inter-package # dependencies. -# We need at least 2.4.2 because of the plugin API change after 2.4.0. -%define aud_ver 2.4.2 +# We need at least 2.4.3 because of the plugin API change after 2.4.0 +# and in 2.4.3 +%define aud_ver 2.4.3 Name: audacious-plugins Version: 2.4.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Plugins for the Audacious audio player Group: Applications/Multimedia URL: http://audacious-media-player.org/ @@ -224,6 +225,9 @@ update-desktop-database &> /dev/null || : %changelog +* Sun Jan 16 2011 Michael Schwendt - 2.4.3-2 +- Require at least Audacious 2.4.3 (for uri_to_filename). + * Fri Jan 14 2011 Michael Schwendt - 2.4.3-1 - Update to 2.4.3 (maintenance release in stable branch, 38k diff).