Author: jwrdegoede
Update of /cvs/free/rpms/audacious-plugins-freeworld/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3303
Modified Files:
.cvsignore audacious-plugins-freeworld.spec sources
Removed Files:
audacious-plugins-3.5-mms.patch
Log Message:
* Fri Aug 08 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 3.5.1-1
- Upgrade to 3.5.1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/audacious-plugins-freeworld/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore 1 May 2014 18:30:49 -0000 1.21
+++ .cvsignore 8 Aug 2014 08:06:40 -0000 1.22
@@ -1 +1 @@
-audacious-plugins-3.5.tar.bz2
+audacious-plugins-3.5.1.tar.bz2
Index: audacious-plugins-freeworld.spec
===================================================================
RCS file:
/cvs/free/rpms/audacious-plugins-freeworld/devel/audacious-plugins-freeworld.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- audacious-plugins-freeworld.spec 7 Aug 2014 12:45:05 -0000 1.40
+++ audacious-plugins-freeworld.spec 8 Aug 2014 08:06:40 -0000 1.41
@@ -4,15 +4,14 @@
%endif
Name: audacious-plugins-freeworld
-Version: 3.5
-Release: 3%{?dist}
+Version: 3.5.1
+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}....
-Patch0: audacious-plugins-3.5-mms.patch
BuildRequires: audacious-devel >= 3.5
BuildRequires: zlib-devel, libxml2-devel
@@ -92,7 +91,6 @@
%prep
%setup -q -n audacious-plugins-%{version}
-%patch0 -p1
sed -i '\,^.SILENT:,d' buildsys.mk.in
@@ -100,6 +98,9 @@
%configure \
--disable-rpath \
--enable-chardet \
+ --disable-flacng \
+ --disable-vorbis \
+ --disable-neon \
--disable-sse2 \
--disable-altivec \
--disable-dependency-tracking
@@ -137,6 +138,9 @@
%changelog
+* Fri Aug 08 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 3.5.1-1
+- Upgrade to 3.5.1
+
* Thu Aug 07 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 3.5-3
- Fix building with new libmms (rf#3327)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/audacious-plugins-freeworld/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources 1 May 2014 18:30:49 -0000 1.21
+++ sources 8 Aug 2014 08:06:40 -0000 1.22
@@ -1 +1 @@
-fbf787c1338c6903969d1c02e18fc768 audacious-plugins-3.5.tar.bz2
+0eeb7f8f0183f4189ff1b564e9719cf8 audacious-plugins-3.5.1.tar.bz2
--- audacious-plugins-3.5-mms.patch DELETED ---