Author: hawk Date: Fri Mar 13 14:26:45 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed x86_64 build, BR lapack-devel - release 2
---- Files affected: SPECS: libsndfile.spec (1.62 -> 1.63) ---- Diffs: ================================================================ Index: SPECS/libsndfile.spec diff -u SPECS/libsndfile.spec:1.62 SPECS/libsndfile.spec:1.63 --- SPECS/libsndfile.spec:1.62 Fri Mar 6 23:36:26 2009 +++ SPECS/libsndfile.spec Fri Mar 13 15:26:40 2009 @@ -12,17 +12,19 @@ Summary(pl.UTF-8): Biblioteka obsługi plików dźwiękowych Name: libsndfile Version: 1.0.19 -Release: 1 +Release: 2 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: 8fa24b0c0a8758543427c9741ea06924 +Patch0: %{name}-vorbis-test.patch URL: http://www.mega-nerd.com/libsndfile/ BuildRequires: alsa-lib-devel BuildRequires: autoconf >= 2.54 BuildRequires: automake BuildRequires: flac-devel >= 1.1.3 +BuildRequires: lapack-devel %{?with_tests:BuildRequires: libstdc++-devel} BuildRequires: libtool BuildRequires: octave-devel @@ -104,6 +106,7 @@ %prep %setup -q +%patch0 -p1 %if %{without tests} %{__sed} -i 's, tests$,,' Makefile.am @@ -169,6 +172,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.63 2009/03/13 14:26:40 hawk +- fixed x86_64 build, BR lapack-devel +- release 2 + Revision 1.62 2009/03/06 22:36:26 adamg - updated to 1.0.19 (fixes CVE-2009-0186) - BR: octave-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libsndfile.spec?r1=1.62&r2=1.63&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
