diff --git a/.gitignore b/.gitignore index 3c03252..93242bf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /audacious-plugins-fedora-2.5.1.tar.bz2 /audacious-plugins-fedora-3.0-alpha1.tar.bz2 /audacious-plugins-fedora-3.0-beta1.tar.bz2 +/audacious-plugins-fedora-3.0.tar.bz2 diff --git a/audacious-plugins.spec b/audacious-plugins.spec index ff53225..4e2bc6f 100644 --- a/audacious-plugins.spec +++ b/audacious-plugins.spec @@ -10,7 +10,7 @@ Requires: audacious >= %{aud_ver} Name: audacious-plugins Version: 3.0 -Release: 0.2.beta1%{?dist} +Release: 1%{?dist} Summary: Plugins for the Audacious audio player Group: Applications/Multimedia URL: http://audacious-media-player.org/ @@ -20,7 +20,7 @@ URL: http://audacious-media-player.org/ # BSD: alsa, compressor, crossfade, psf, resample, unix-io, xsf License: GPLv2 and GPLv2+ and LGPLv2+ and MIT and GPLv3 -Source0: audacious-plugins-fedora-%{version}-beta1.tar.bz2 +Source0: audacious-plugins-fedora-%{version}.tar.bz2 #Source0: http://distfiles.atheme.org/audacious-plugins-%{version}.tgz Source1: audacious-sid.desktop Source2: audacious-amidi.desktop @@ -153,7 +153,7 @@ providers may build it with libsidplay 2 instead. %prep # Enforce availability of the audacious(plugin-api) dependency. %{!?aud_plugin_dep:echo 'No audacious(plugin-api) dependency!' && exit -1} -%setup -q -n audacious-plugins-fedora-%{version}-beta1 +%setup -q -n %{name}-fedora-%{version} %patch0 -p1 -b .xmms-skindir #patch1 -p1 -b .libdir %patch2 -p1 -b .enable-gnomeshortcuts @@ -271,6 +271,9 @@ update-desktop-database &> /dev/null || : %changelog +* Tue Jul 19 2011 Michael Schwendt - 3.0-1 +- Update to 3.0 release. + * Mon Jul 4 2011 Michael Schwendt - 3.0-0.2.beta1 - Update to 3.0-beta1. diff --git a/sources b/sources index d09a79d..1fbdf14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f420f8d32fa5a4e60acc36603eed65fd audacious-plugins-fedora-3.0-beta1.tar.bz2 +89ab6ee3956c3c9bb1d9bb1ea9e0cae2 audacious-plugins-fedora-3.0.tar.bz2