Author: konradm
Update of /cvs/free/rpms/cmus/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19368
Modified Files:
.cvsignore cmus.spec sources
Log Message:
* Tue Jul 26 2011 Conrad Meyer <konrad(a)tylerc.org> - 2.4.2-1
- Bump to latest version
- Drop ffmpeg patch (fixed in 2.4.1+)
- Fixes some bugs
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/cmus/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 11 May 2011 21:13:00 -0000 1.4
+++ .cvsignore 26 Jul 2011 23:50:00 -0000 1.5
@@ -1 +1 @@
-cmus-v2.4.0.tar.bz2
+cmus-v2.4.2.tar.bz2
Index: cmus.spec
===================================================================
RCS file: /cvs/free/rpms/cmus/devel/cmus.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cmus.spec 11 May 2011 23:34:22 -0000 1.9
+++ cmus.spec 26 Jul 2011 23:50:00 -0000 1.10
@@ -1,13 +1,11 @@
Name: cmus
-Version: 2.4.0
-Release: 2%{?dist}
+Version: 2.4.2
+Release: 1%{?dist}
Summary: Ncurses-Based Music Player
Group: Applications/Multimedia
License: GPLv2+
URL:
http://cmus.sourceforge.net/
Source0:
http://downloads.sourceforge.net/cmus/cmus-v%{version}.tar.bz2
-# Temporary patch to fix ffmpeg header detection; will be fixed in 2.4.1:
-Patch0: cmus-2.4.0-configure-fix-ffmpeg-detect.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: alsa-lib-devel
@@ -34,7 +32,6 @@
%prep
%setup -q -n %{name}-v%{version}
-%patch0 -p1
%build
@@ -71,6 +68,11 @@
%changelog
+* Tue Jul 26 2011 Conrad Meyer <konrad(a)tylerc.org> - 2.4.2-1
+- Bump to latest version
+- Drop ffmpeg patch (fixed in 2.4.1+)
+- Fixes some bugs
+
* Wed May 11 2011 Conrad Meyer <konrad(a)tylerc.org> - 2.4.0-2
- Include configure patch to find ffmpeg.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/cmus/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 11 May 2011 21:13:00 -0000 1.4
+++ sources 26 Jul 2011 23:50:00 -0000 1.5
@@ -1 +1 @@
-0c5a9f4032e632e5f6b6a49f53df1e7e cmus-v2.4.0.tar.bz2
+f3ed7f14db20344ad7386aef48b98a4c cmus-v2.4.2.tar.bz2