[audacious] Update to 3.0-beta1.

Michael Schwendt mschwendt at fedoraproject.org
Mon Jul 4 20:17:50 UTC 2011


commit 2b8dda3209bda3015db1b647dea05b77ad7f5dbb
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Mon Jul 4 22:17:37 2011 +0200

    Update to 3.0-beta1.

 .gitignore     |    1 +
 audacious.spec |   13 ++++++++-----
 sources        |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b76e043..ac81a2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /audacious-2.5.0.tgz
 /audacious-2.5.1.tgz
 /audacious-3.0-alpha1.tgz
+/audacious-3.0-beta1.tar.bz2
diff --git a/audacious.spec b/audacious.spec
index 1f1bc39..bbe3639 100644
--- a/audacious.spec
+++ b/audacious.spec
@@ -6,14 +6,14 @@
 
 Name: audacious
 Version: 3.0
-Release: 0.2.alpha1%{?dist}
+Release: 0.3.beta1%{?dist}
 
 License: GPLv3
 Summary: Advanced audio player
 URL: http://audacious-media-player.org/
 Group: Applications/Multimedia
 
-Source0: http://distfiles.atheme.org/audacious-%{version}-alpha1.tgz
+Source0: http://distfiles.atheme.org/audacious-%{version}-beta1.tar.bz2
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -61,8 +61,8 @@ Group: System Environment/Libraries
 # 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 30
-%global aud_plugin_api_min 30
+%global aud_plugin_api 31
+%global aud_plugin_api_min 31
 Provides: audacious(plugin-api) = %{aud_plugin_api}
 #Provides: audacious(plugin-api) = 30
 #Provides: audacious(plugin-api) = %{aud_plugin_api_min}
@@ -86,7 +86,7 @@ Files needed when building software for the Audacious audio player.
 
 
 %prep
-%setup -q -n %{name}-%{version}-alpha1
+%setup -q -n %{name}-%{version}-beta1
 
 # 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
+* Mon Jul  4 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 3.0-0.3.beta1
+- Update to 3.0-beta1.
+
 * Wed Jun 22 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 3.0-0.2.alpha1
 - Move audacious(plugin-api) Provides to the audacious-libs package.
 
diff --git a/sources b/sources
index 6937348..71e1d44 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e0688ceee76a31acfb7a7431084c8afd  audacious-3.0-alpha1.tgz
+98d0c2e295d4084d914ede37a71af7cb  audacious-3.0-beta1.tar.bz2


More information about the scm-commits mailing list