[audacious] Update to 2.5.0.

Michael Schwendt mschwendt at fedoraproject.org
Sat Apr 16 19:28:41 UTC 2011


commit 13850917d323314ba7643a5a930f36ad4c019a5c
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Sat Apr 16 21:28:35 2011 +0200

    Update to 2.5.0.

 .gitignore     |    1 +
 audacious.spec |   13 ++++++++-----
 sources        |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c22879c..e0a073d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ audacious-2.4-rc1.tgz
 /audacious-2.5-alpha2.tgz
 /audacious-2.5-beta1.tbz2
 /audacious-2.5-beta2.tbz2
+/audacious-2.5.0.tgz
diff --git a/audacious.spec b/audacious.spec
index bbb2a4e..42a681c 100644
--- a/audacious.spec
+++ b/audacious.spec
@@ -1,6 +1,6 @@
 # Minimum audacious/audacious-plugins version in inter-package dependencies.
 # We enforce 2.5 as 2.4.3 and older are insufficient.
-%global aud_ver 2.5
+%global aud_ver 2.5.0
 
 # Provide Generic Plugin API value for plugin packages to depend on.
 # As defined in /usr/include/audacious/plugin.h: _AUD_PLUGIN_VERSION
@@ -13,15 +13,15 @@ Provides: audacious(plugin-api) = %{aud_plugin_api_min}
 
 
 Name: audacious
-Version: 2.5
-Release: 0.5.beta2%{?dist}
+Version: 2.5.0
+Release: 1%{?dist}
 
 License: GPLv3
 Summary: Advanced audio player
 URL: http://audacious-media-player.org/
 Group: Applications/Multimedia
 
-Source0: http://distfiles.atheme.org/audacious-%{version}-beta2.tbz2
+Source0: http://distfiles.atheme.org/audacious-%{version}.tgz
 
 # Fedora customization (RFE bz #632388)
 Patch1: audacious-2.4.0-enable-gnomeshortcuts.patch
@@ -86,7 +86,7 @@ Files needed when building software for the Audacious audio player.
 
 
 %prep
-%setup -q -n %{name}-%{version}-beta2
+%setup -q -n %{name}-%{version}
 
 # 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!')
@@ -185,6 +185,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Apr 16 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5.0-1
+- Update to 2.5.0.
+
 * Thu Apr  7 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5-0.5.beta2
 - Don't forget "audacious(plugin-api) = 19".
 
diff --git a/sources b/sources
index 71c567f..b4858ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e47bb1d7e24238f2cfa3ead163a7c071  audacious-2.5-beta2.tbz2
+86ee51499b2c44ca6d2f4f19072c8114  audacious-2.5.0.tgz


More information about the scm-commits mailing list