Author: jwrdegoede
Update of /cvs/free/rpms/audacious-plugins-freeworld/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31586
Modified Files:
.cvsignore audacious-plugins-freeworld.spec sources
Removed Files:
audacious-plugins-3.2-mp3-err-handling-fix.patch
Log Message:
* Sun Sep 23 2012 Hans de Goede <j.w.r.degoede(a)gmail.com> - 3.3.2-1
- Upgrade to 3.3.2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/audacious-plugins-freeworld/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore 25 Jun 2012 07:59:12 -0000 1.14
+++ .cvsignore 23 Sep 2012 17:50:14 -0000 1.15
@@ -1 +1 @@
-audacious-plugins-3.3-alpha1.tar.bz2
+audacious-plugins-3.3.2.tar.bz2
Index: audacious-plugins-freeworld.spec
===================================================================
RCS file:
/cvs/free/rpms/audacious-plugins-freeworld/devel/audacious-plugins-freeworld.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- audacious-plugins-freeworld.spec 3 Jul 2012 08:30:52 -0000 1.26
+++ audacious-plugins-freeworld.spec 23 Sep 2012 17:50:15 -0000 1.27
@@ -4,22 +4,19 @@
%endif
Name: audacious-plugins-freeworld
-Version: 3.3
-Release: 0.2.alpha1%{?dist}
+Version: 3.3.2
+Release: 1%{?dist}
Summary: Additional plugins for the Audacious media player
Group: Applications/Multimedia
License: GPLv3
URL:
http://audacious-media-player.org/
-Source0:
http://distfiles.audacious-media-player.org/audacious-plugins-%{version}-...
+Source0:
http://distfiles.audacious-media-player.org/audacious-plugins-%{version}....
Source1: audacious-mp3.desktop
Source2: audacious-aac.desktop
Source3: audacious-ffaudio.desktop
-# emailed to upstream
-Patch1: audacious-plugins-3.2-mp3-err-handling-fix.patch
-
-BuildRequires: audacious-devel >= %{version}
+BuildRequires: audacious-devel >= 3.3
BuildRequires: zlib-devel, libxml2-devel, desktop-file-utils >= 0.9
BuildRequires: taglib-devel >= 1.4
BuildRequires: libmms-devel, libmpg123-devel
@@ -105,8 +102,7 @@
%prep
-%setup -q -n audacious-plugins-%{version}-alpha1
-%patch1 -p1
+%setup -q -n audacious-plugins-%{version}
sed -i '\,^.SILENT:,d' buildsys.mk.in
@@ -186,6 +182,9 @@
%changelog
+* Sun Sep 23 2012 Hans de Goede <j.w.r.degoede(a)gmail.com> - 3.3.2-1
+- Upgrade to 3.3.2
+
* Tue Jul 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.3-0.2.alpha1
- Rebuilt for mpeg123
Index: sources
===================================================================
RCS file: /cvs/free/rpms/audacious-plugins-freeworld/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources 25 Jun 2012 07:59:12 -0000 1.14
+++ sources 23 Sep 2012 17:50:15 -0000 1.15
@@ -1 +1 @@
-fae8e1291d17b9fc3bb536bc26f05b16 audacious-plugins-3.3-alpha1.tar.bz2
+729eba666e2888f7fce73224bc30bd82 audacious-plugins-3.3.2.tar.bz2
--- audacious-plugins-3.2-mp3-err-handling-fix.patch DELETED ---