Author: adamg Date: Fri Mar 6 22:36:31 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.0.19 (fixes CVE-2009-0186) - BR: octave-devel - flac patches merged upstream - package more progs
---- Files affected: SPECS: libsndfile.spec (1.61 -> 1.62) ---- Diffs: ================================================================ Index: SPECS/libsndfile.spec diff -u SPECS/libsndfile.spec:1.61 SPECS/libsndfile.spec:1.62 --- SPECS/libsndfile.spec:1.61 Fri Dec 14 22:54:19 2007 +++ SPECS/libsndfile.spec Fri Mar 6 23:36:26 2009 @@ -11,15 +11,13 @@ Summary: C library for reading and writing files containing sampled sound Summary(pl.UTF-8): Biblioteka obsługi plików dźwiękowych Name: libsndfile -Version: 1.0.17 -Release: 4 +Version: 1.0.19 +Release: 1 License: LGPL v2.1+ Vendor: Erik de Castro Lopo <[email protected]> Group: Development/Libraries Source0: http://www.mega-nerd.com/libsndfile/%{name}-%{version}.tar.gz -# Source0-md5: 2d126c35448503f6dbe33934d9581f6b -Patch0: %{name}-flac.patch -Patch1: %{name}-flac_buffer_overflow.patch +# Source0-md5: 8fa24b0c0a8758543427c9741ea06924 URL: http://www.mega-nerd.com/libsndfile/ BuildRequires: alsa-lib-devel BuildRequires: autoconf >= 2.54 @@ -27,6 +25,7 @@ BuildRequires: flac-devel >= 1.1.3 %{?with_tests:BuildRequires: libstdc++-devel} BuildRequires: libtool +BuildRequires: octave-devel BuildRequires: pkgconfig BuildRequires: sed >= 4.0 %{?with_regtest:BuildRequires: sqlite3-devel} @@ -105,8 +104,6 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 %if %{without tests} %{__sed} -i 's, tests$,,' Makefile.am @@ -114,7 +111,7 @@ %build %{__libtoolize} -%{__aclocal} +%{__aclocal} -I M4 %{__autoconf} %{__automake} %configure \ @@ -163,9 +160,7 @@ %files progs %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/sndfile-convert -%attr(755,root,root) %{_bindir}/sndfile-info -%attr(755,root,root) %{_bindir}/sndfile-play +%attr(755,root,root) %{_bindir}/sndfile-* %{_mandir}/man1/sndfile-*.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -174,6 +169,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.62 2009/03/06 22:36:26 adamg +- updated to 1.0.19 (fixes CVE-2009-0186) +- BR: octave-devel +- flac patches merged upstream +- package more progs + Revision 1.61 2007/12/14 21:54:19 sls - -progs R: base now ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libsndfile.spec?r1=1.61&r2=1.62&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
