diff --git a/.gitignore b/.gitignore index 952b69c..c22879c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ audacious-2.4-rc1.tgz /audacious-2.4.4.tgz /audacious-2.5-alpha2.tgz /audacious-2.5-beta1.tbz2 +/audacious-2.5-beta2.tbz2 diff --git a/audacious.spec b/audacious.spec index e325845..d4a63b7 100644 --- a/audacious.spec +++ b/audacious.spec @@ -5,7 +5,7 @@ # Provide Generic Plugin API value for plugin packages to depend on. # As defined in /usr/include/audacious/plugin.h: _AUD_PLUGIN_VERSION # This must be an exact match for plugin .so files to load. -%global aud_plugin_api 19 +%global aud_plugin_api 20 %global aud_plugin_api_min 18 Provides: audacious(plugin-api) = %{aud_plugin_api} Provides: audacious(plugin-api) = %{aud_plugin_api_min} @@ -13,14 +13,14 @@ Provides: audacious(plugin-api) = %{aud_plugin_api_min} Name: audacious Version: 2.5 -Release: 0.3.beta1%{?dist} +Release: 0.4.beta2%{?dist} License: GPLv3 Summary: Advanced audio player URL: http://audacious-media-player.org/ Group: Applications/Multimedia -Source0: http://distfiles.atheme.org/audacious-%{version}-beta1.tbz2 +Source0: http://distfiles.atheme.org/audacious-%{version}-beta2.tbz2 # Fedora customization (RFE bz #632388) Patch1: audacious-2.4.0-enable-gnomeshortcuts.patch @@ -85,7 +85,7 @@ Files needed when building software for the Audacious audio player. %prep -%setup -q -n %{name}-%{version}-beta1 +%setup -q -n %{name}-%{version}-beta2 # Verify the value of the audacious(plugin-api) Provides. api=$(grep '[ ]*#define[ ]*_AUD_PLUGIN_VERSION[ ]\+' src/audacious/plugin.h | sed 's!.*_AUD_PLUGIN_VERSION[ ]*\([0-9]\+\).*!\1!') @@ -184,6 +184,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Wed Apr 6 2011 Michael Schwendt - 2.5-0.4.beta2 +- Update to 2.5-beta2. +- Generic plugin API/ABI bumped to 20, with 18 being the minimum. + * Sat Mar 26 2011 Michael Schwendt - 2.5-0.3.beta1 - Sync desktop file modifications with the 2.4.4 packages and the current state in 2.5-beta1. diff --git a/sources b/sources index 58c87b8..71c567f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e3647e6e04983d84d99444d6993b41e audacious-2.5-beta1.tbz2 +e47bb1d7e24238f2cfa3ead163a7c071 audacious-2.5-beta2.tbz2