[audacious] Update to 2.5-beta1.

Michael Schwendt mschwendt at fedoraproject.org
Thu Mar 10 22:22:36 UTC 2011


commit 23683f7cb3d0e33cdc9d16b052e2fc37726ac707
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Thu Mar 10 23:22:29 2011 +0100

    Update to 2.5-beta1.

 .gitignore     |    1 +
 audacious.spec |   13 ++++++++-----
 sources        |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f012704..952b69c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ audacious-2.4-rc1.tgz
 /audacious-2.4.3.tgz
 /audacious-2.4.4.tgz
 /audacious-2.5-alpha2.tgz
+/audacious-2.5-beta1.tbz2
diff --git a/audacious.spec b/audacious.spec
index 24e2c0b..a8657b9 100644
--- a/audacious.spec
+++ b/audacious.spec
@@ -13,14 +13,14 @@ Provides: audacious(plugin-api) = %{aud_plugin_api_min}
 
 Name: audacious
 Version: 2.5
-Release: 0.1.alpha2%{?dist}
+Release: 0.2.beta1%{?dist}
 
 License: GPLv3
 Summary: Advanced audio player
 URL: http://audacious-media-player.org/
 Group: Applications/Multimedia
 
-Source0: http://distfiles.atheme.org/audacious-%{version}-alpha2.tgz
+Source0: http://distfiles.atheme.org/audacious-%{version}-beta1.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}-alpha2
+%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!')
@@ -176,7 +176,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README
+%doc AUTHORS README
 # not updated since 2.1.0
 #%doc NEWS
 %{_bindir}/audacious
@@ -191,7 +191,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %defattr(-,root,root,-)
 # license file included also in this subpkg
 # for Fedora Licensing Guidelines change (2010-07-07)
-%doc COPYING
+%doc COPYING GPL2.txt GPL3.txt
 %{_libdir}/*.so.*
 
 %files devel
@@ -205,6 +205,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Thu Mar 10 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5-0.2.beta1
+- Update to 2.5-beta1.
+
 * Tue Feb 22 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5-0.1.alpha2
 - Upgrade to 2.5-alpha2.
 - Generic plugin API/ABI bumped to 19, with 18 still supported.
diff --git a/sources b/sources
index 29188ec..58c87b8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c687c830c26ab003dc3e23045d450998  audacious-2.5-alpha2.tgz
+5e3647e6e04983d84d99444d6993b41e  audacious-2.5-beta1.tbz2


More information about the scm-commits mailing list