[audacious] Update to 3.0 release.

Michael Schwendt mschwendt at fedoraproject.org
Tue Jul 19 09:47:46 UTC 2011


commit 40ae26fbfb6d58a0b72dff79740c1a8d0e4ae533
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Tue Jul 19 11:47:31 2011 +0200

    Update to 3.0 release.

 .gitignore     |    1 +
 audacious.spec |    9 ++++++---
 sources        |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac81a2f..29876ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /audacious-2.5.1.tgz
 /audacious-3.0-alpha1.tgz
 /audacious-3.0-beta1.tar.bz2
+/audacious-3.0.tar.gz
diff --git a/audacious.spec b/audacious.spec
index 31ff28f..bf3478b 100644
--- a/audacious.spec
+++ b/audacious.spec
@@ -6,14 +6,14 @@
 
 Name: audacious
 Version: 3.0
-Release: 0.3.beta1%{?dist}
+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}-beta1.tar.bz2
+Source0: http://distfiles.atheme.org/audacious-%{version}.tar.gz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -86,7 +86,7 @@ Files needed when building software for the Audacious audio player.
 
 
 %prep
-%setup -q -n %{name}-%{version}-beta1
+%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
+* Tue Jul 19 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 3.0-1
+- Update to 3.0 release.
+
 * Mon Jul  4 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 3.0-0.3.beta1
 - Generic plugin API/ABI minimum version bumped to 31.
 - Update to 3.0-beta1.
diff --git a/sources b/sources
index 71e1d44..a09a699 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-98d0c2e295d4084d914ede37a71af7cb  audacious-3.0-beta1.tar.bz2
+8e05ccabeb110423bdfc6fc4a126c99e  audacious-3.0.tar.gz


More information about the scm-commits mailing list