Author: kwizart
Update of /cvs/free/rpms/lame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19877
Modified Files:
sources .cvsignore lame.spec
Removed Files:
lame-pmake.patch
Log Message:
Update to 3.99.4
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lame/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 6 Jul 2010 21:15:02 -0000 1.5
+++ sources 19 Feb 2012 21:11:00 -0000 1.6
@@ -1 +1 @@
-8e9866ad6b570c6c95c8cba48060473f lame-3.98.4.tar.gz
+e54d7847bfd01f18d56c07e65147d75a lame-3.99.4.tar.gz
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/lame/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 6 Jul 2010 21:15:02 -0000 1.5
+++ .cvsignore 19 Feb 2012 21:11:00 -0000 1.6
@@ -1 +1 @@
-lame-3.98.4.tar.gz
+lame-3.99.4.tar.gz
Index: lame.spec
===================================================================
RCS file: /cvs/free/rpms/lame/devel/lame.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lame.spec 6 Jul 2010 21:15:02 -0000 1.5
+++ lame.spec 19 Feb 2012 21:11:00 -0000 1.6
@@ -1,5 +1,5 @@
Name: lame
-Version: 3.98.4
+Version: 3.99.4
Release: 1%{?dist}
Summary: Free MP3 audio compressor
@@ -8,7 +8,6 @@
URL:
http://lame.sourceforge.net/
Source0:
http://downloads.sourceforge.net/sourceforge/lame/%{name}-%{version}.tar.gz
Patch1: %{name}-noexecstack.patch
-Patch2: %{name}-pmake.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ncurses-devel
@@ -52,8 +51,6 @@
%prep
%setup -q
%patch1 -p1 -b .noexec
-%patch2 -p1 -b .pmake
-iconv -f ISO-8859-1 -t UTF8 ChangeLog > ChangeLog.tmp && touch -r ChangeLog
ChangeLog.tmp && mv ChangeLog.tmp ChangeLog
%build
@@ -68,8 +65,7 @@
--enable-nasm \
%endif
--enable-mp3x \
- --enable-mp3rtp \
- --enable-decode-layer1
+ --enable-mp3rtp
make %{?_smp_mflags}
@@ -98,7 +94,7 @@
%files
%defattr (-,root,root,-)
-%doc README TODO USAGE doc/html/*.html doc/html/*.css
+%doc README TODO USAGE doc/html/*.html
%{_bindir}/lame
%{_bindir}/mp3rtp
%{_mandir}/man1/lame.1*
@@ -120,6 +116,9 @@
%{_bindir}/mp3x
%changelog
+* Sun Feb 19 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.99.4-1
+- Update to 3.99.4
+
* Tue Jul 06 2010 Dominik Mierzejewski <rpm at greysector.net> - 3.98.4-1
- update to 3.98.4
- drop obsolete (build)requirements
--- lame-pmake.patch DELETED ---