rpms/audacious/devel .cvsignore, 1.21, 1.22 audacious.spec, 1.85, 1.86 sources, 1.21, 1.22

Michael Schwendt mschwendt at fedoraproject.org
Wed Jul 21 13:29:10 UTC 2010


Author: mschwendt

Update of /cvs/pkgs/rpms/audacious/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6960

Modified Files:
	.cvsignore audacious.spec sources 
Log Message:
* Wed Jul 21 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4-0.6.beta1
- Generic plugin API/ABI bumped to 16.
- Update to beta1.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audacious/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- .cvsignore	15 Jul 2010 14:08:39 -0000	1.21
+++ .cvsignore	21 Jul 2010 13:29:09 -0000	1.22
@@ -1 +1 @@
-audacious-2.4-alpha3.tgz
+audacious-2.4-beta1.tgz


Index: audacious.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacious/devel/audacious.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -p -r1.85 -r1.86
--- audacious.spec	15 Jul 2010 14:08:39 -0000	1.85
+++ audacious.spec	21 Jul 2010 13:29:09 -0000	1.86
@@ -1,18 +1,18 @@
 # Minimum audacious/audacious-plugins version in inter-package
 # dependencies.
-# We enforce 2.4 as 2.2 or older is insufficient.
-%define aud_ver 2.4
+# We enforce 2.4-beta1 as 2.4-alpha3 or older are insufficient.
+%define aud_ver 2.4-0.6.beta1
 
 Name: audacious
 Version: 2.4
-Release: 0.5.alpha3%{?dist}
+Release: 0.6.beta1%{?dist}
 
 License: GPLv3
 Summary: GTK2 based media player similar to XMMS
 URL: http://audacious-media-player.org/
 Group: Applications/Multimedia
 
-Source0: http://distfiles.atheme.org/audacious-%{version}-alpha3.tgz
+Source0: http://distfiles.atheme.org/audacious-%{version}-beta1.tgz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -38,10 +38,9 @@ Requires: hicolor-icon-theme
 Provides: xmms-gui
 
 %description
-Audacious is a media player that currently uses a skinned user interface
-(based on Winamp 2.x skins) as well as a separate GTK2 based front end.
-Historically, it started as a fork of Beep Media Player (BMP), which
-itself forked from XMMS.
+Audacious is a media player with a skinned user interface (based on Winamp
+2.x skins) and a GTK2 based front end. Historically, it started as a fork
+of Beep Media Player (BMP), which itself forked from XMMS.
 
 
 %package libs
@@ -67,7 +66,7 @@ Files needed when building software for 
 
 
 %prep
-%setup -q -n %{name}-%{version}-alpha3
+%setup -q -n %{name}-%{version}-beta1
 sed -i '\,^.SILENT:,d' buildsys.mk.in
 
 # From .desktop files remove MIME types the base build of the
@@ -83,7 +82,7 @@ for t in \
     audio/x-musepack \
     audio/prs.sid \
 ; do
-    for f in audacious2.desktop audacious2-skinnedui.desktop ; do
+    for f in audacious2.desktop ; do
         cp ${f} ${f}.old
         sed -i "s!${t};!!g" $f
         diff -u ${f}.old ${f} || :
@@ -176,6 +175,10 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Wed Jul 21 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4-0.6.beta1
+- Generic plugin API/ABI bumped to 16.
+- Update to beta1.
+
 * Mon Jul 12 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4-0.5.alpha3
 - Generic plugin API/ABI bumped to 15.
 - .desktop files got renamed!


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audacious/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- sources	15 Jul 2010 14:08:39 -0000	1.21
+++ sources	21 Jul 2010 13:29:09 -0000	1.22
@@ -1 +1 @@
-e8cfb7d6b0b18c96d3ca915ef888630d  audacious-2.4-alpha3.tgz
+dae2a4508e2b96faaa2cf97801b69cc6  audacious-2.4-beta1.tgz



More information about the scm-commits mailing list