diff --git a/fftw-3.3.1.tar.gz b/fftw-3.3.1.tar.gz deleted file mode 100644 index 871d274..0000000 --- a/fftw-3.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c77fc5cda6ce868857aa565cb9b0df0d7a4fcf388ce5c6d482acd80e2452b739 -size 4039988 diff --git a/fftw-3.3.2.tar.gz b/fftw-3.3.2.tar.gz new file mode 100644 index 0000000..6f0bff4 --- /dev/null +++ b/fftw-3.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1236a780ca6e66fc5f8eda6ef0665d680e8253d9f01d7bf211b714a50032d01 +size 3908279 diff --git a/fftw3.changes b/fftw3.changes index f63a298..a1215e7 100644 --- a/fftw3.changes +++ b/fftw3.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Jul 3 18:31:53 UTC 2012 - coolo@suse.com + +- update to 3.3.2 to fix crashes with gcc 4.7 + + * Removed an archaic stack-alignment hack that was failing with + gcc-4.7/i386. + + * Added stack-alignment hack necessary for gcc on Windows/i386. We + will regret this in ten years (see previous change). + + * Fix incompatibility with Intel icc which pretends to be gcc + but does not support quad precision. + + * make libfftw{threads,mpi} depend upon libfftw when using libtool; + this is consistent with most other libraries and simplifies the life + of various distributors of GNU/Linux. + ------------------------------------------------------------------- Tue May 29 14:43:58 CEST 2012 - tiwai@suse.de diff --git a/fftw3.spec b/fftw3.spec index beeb2b3..665f0a9 100644 --- a/fftw3.spec +++ b/fftw3.spec @@ -23,7 +23,7 @@ BuildRequires: pkgconfig %ifnarch s390 s390x BuildRequires: openmpi-devel %endif -Version: 3.3.1 +Version: 3.3.2 Release: 0 Summary: Discrete Fourier Transform (DFT) C Subroutine Library License: GPL-2.0+