Author: qboosh Date: Tue Jan 31 22:21:23 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 3.1, updated link patch, removed obsolete gcc4 patch
---- Files affected: SPECS: fftw3.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: SPECS/fftw3.spec diff -u SPECS/fftw3.spec:1.21 SPECS/fftw3.spec:1.22 --- SPECS/fftw3.spec:1.21 Sat Jan 21 01:01:16 2006 +++ SPECS/fftw3.spec Tue Jan 31 23:21:17 2006 @@ -10,15 +10,14 @@ Summary(pl): Biblioteka z funkcjami szybkiej transformaty Fouriera Summary(pt_BR): biblioteca fast fourier transform Name: fftw3 -Version: 3.0.1 -Release: 5 +Version: 3.1 +Release: 1 License: GPL Group: Libraries Source0: ftp://ftp.fftw.org/pub/fftw/fftw-%{version}.tar.gz -# Source0-md5: 76cd21ecc9a7bed6343566c473c36477 +# Source0-md5: 911515569a8abdc7dbb207d53f34e60b Patch0: %{name}-info.patch Patch1: %{name}-link.patch -Patch2: fftw-gcc4.patch URL: http://www.fftw.org/ BuildRequires: autoconf BuildRequires: automake @@ -216,11 +215,10 @@ %setup -q -n fftw-%{version} %patch0 -p1 %patch1 -p1 -%patch2 -p1 %build %{__libtoolize} -%{__aclocal} +%{__aclocal} -I m4 %{__autoconf} %{__automake} @@ -236,14 +234,11 @@ OPTS="" # k7,SSE,3dnow,altivec only for single if [ "$ver" = "single" ]; then -%ifarch i586 k6 - OPTS="--enable-3dnow" -%endif %ifarch i686 OPTS="--enable-sse" %endif %ifarch athlon - OPTS="--enable-sse" # "--enable-k7" disabled - causes SEGV on athlons + OPTS="--enable-sse" # no "--enable-k7" - conflicts with shared, SEGV on athlons %endif %ifarch ppc OPTS="--enable-altivec" @@ -377,6 +372,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2006/01/31 22:21:17 qboosh +- updated to 3.1, updated link patch, removed obsolete gcc4 patch + Revision 1.21 2006/01/21 00:01:16 arekm - kill Icon: field (support for these is obsolete says jbj) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/fftw3.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
