rpms/speex/F-9 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 speex.spec, 1.24, 1.25 speex-1.0.4-pkgconfig.patch, 1.1, NONE speex-1.2-CVE-2008-1686.diff, 1.1, NONE speex-1.2beta1-test-progs.patch, 1.1, NONE speex-underquoted.patch, 1.1, NONE

Miroslav Lichvar (mlichvar) fedora-extras-commits at redhat.com
Thu Jul 24 13:26:54 UTC 2008


Author: mlichvar

Update of /cvs/pkgs/rpms/speex/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5955

Modified Files:
	.cvsignore sources speex.spec 
Removed Files:
	speex-1.0.4-pkgconfig.patch speex-1.2-CVE-2008-1686.diff 
	speex-1.2beta1-test-progs.patch speex-underquoted.patch 
Log Message:
- update to 1.2rc1
- move manual.pdf to -devel
- spec cleanup



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/speex/F-9/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	11 Dec 2007 14:52:23 -0000	1.7
+++ .cvsignore	24 Jul 2008 13:25:53 -0000	1.8
@@ -1 +1 @@
-speex-1.2beta3.tar.gz
+speex-1.2rc1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/speex/F-9/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	11 Dec 2007 14:52:23 -0000	1.7
+++ sources	24 Jul 2008 13:25:53 -0000	1.8
@@ -1 +1 @@
-bcada04dc663a725ee7fcfa6301520a3  speex-1.2beta3.tar.gz
+c4438b22c08e5811ff10e2b06ee9b9ae  speex-1.2rc1.tar.gz


Index: speex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/speex/F-9/speex.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- speex.spec	15 Apr 2008 15:43:22 -0000	1.24
+++ speex.spec	24 Jul 2008 13:25:53 -0000	1.25
@@ -1,19 +1,15 @@
 Summary: 	A voice compression format (codec)
 Name: 		speex
 Version: 	1.2
-Release:	0.7.beta3
+%define rc_ver	rc1
+Release:	0.10.%{rc_ver}%{?dist}
 License: 	BSD
 Group: 		System Environment/Libraries
 URL: 		http://www.speex.org/
-Source0:	http://downloads.us.xiph.org/releases/speex/%{name}-1.2beta3.tar.gz
+Source0:	http://downloads.xiph.org/releases/speex/%{name}-%{version}%{rc_ver}.tar.gz
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires:	libogg-devel
 
-# don't build unneded test programs, since they seem to cause
-# build failures
-Patch0: speex-1.2beta1-test-progs.patch
-Patch1: speex-1.2-CVE-2008-1686.diff
-
 %description
 Speex is a patent-free compression format designed especially for
 speech. It is specialized for voice communications at low bit-rates in
@@ -41,10 +37,7 @@
 speech. This package contains tools files and user's manual for %{name}.
 
 %prep
-%setup -q -n speex-1.2beta3
-%patch0 -p1 -b .test-progs
-%patch1 -p1 -b .CVE-2008-1686
-chmod a-x README
+%setup -q -n %{name}-%{version}%{rc_ver}
 
 %build
 %configure --disable-static
@@ -55,7 +48,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+make DESTDIR=$RPM_BUILD_ROOT install
 rm -f $RPM_BUILD_ROOT%{_docdir}/speex/manual.pdf
 
 %clean
@@ -67,38 +60,42 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING TODO ChangeLog README NEWS
-%{_libdir}/libspeex.so.*
 %{_libdir}/libspeex*.so.*
-%exclude %{_libdir}/libspeexdsp.la
 
 %files devel
 %defattr(-,root,root,-)
+%doc doc/manual.pdf
 %{_includedir}/speex
 %{_datadir}/aclocal/speex.m4
-%{_libdir}/pkgconfig/speexdsp.pc
-%{_libdir}/pkgconfig/speex.pc
-%{_libdir}/libspeex.so
-#%{_libdir}/libspeexdsp.so*
+%{_libdir}/pkgconfig/speex*.pc
 %{_libdir}/libspeex*.so
-%exclude %{_libdir}/libspeex.la
+%exclude %{_libdir}/libspeex*.la
 
 %files tools
 %defattr(-,root,root,-)
-%{_defaultdocdir}/speex
-%doc doc/manual.pdf
 %{_bindir}/speexenc
 %{_bindir}/speexdec
 %{_mandir}/man1/speexenc.1*
 %{_mandir}/man1/speexdec.1*
 
 %changelog
+* Thu Jul 24 2008 Miroslav Lichvar <mlichvar at redhat.com> - 1.2-0.10.rc1
+- update to 1.2rc1
+- move manual.pdf to -devel
+
+* Tue May 13 2008 Marcela Maslanova <mmaslano at redhat.com> - 1.2-0.9.beta3
+- polishing review (many thanks to Matthias Saou)
+
+* Fri Apr 25 2008 Marcela Maslanova <mmaslano at redhat.com> - 1.2-0.8.beta3
+- 226428 review
+
 * Tue Apr 15 2008 Tomas Hoger <thoger at redhat.com> - 1.2-0.7.beta3
 - Security update: Add mode checks to speex_packet_to_header() to protect
   applications using speex library and not having proper checks
   (CVE-2008-1686, #441239, https://trac.xiph.org/changeset/14701)
 
 * Mon Mar 31 2008 Marcela Maslanova <mmaslano at redhat.com> - 1.2-0.6.beta3
-- 439284 add owner to %{_defaultdocdir}/speex
+- 439284 add owner to %%{_defaultdocdir}/speex
 
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.2-0.5.beta3
 - Autorebuild for GCC 4.3


--- speex-1.0.4-pkgconfig.patch DELETED ---


--- speex-1.2-CVE-2008-1686.diff DELETED ---


--- speex-1.2beta1-test-progs.patch DELETED ---


--- speex-underquoted.patch DELETED ---




More information about the fedora-extras-commits mailing list