From 7d8b8f331b885fa7e95d8d42684f883874b9193db1568fb20a4e3544ec15a777 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 24 Jul 2009 14:39:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fftw3?expand=0&rev=6 --- fftw-3.2.1.tar.bz2 | 3 --- fftw-3.2.2.tar.bz2 | 3 +++ fftw3.changes | 9 +++++++ fftw3.spec | 65 +++------------------------------------------- 4 files changed, 16 insertions(+), 64 deletions(-) delete mode 100644 fftw-3.2.1.tar.bz2 create mode 100644 fftw-3.2.2.tar.bz2 diff --git a/fftw-3.2.1.tar.bz2 b/fftw-3.2.1.tar.bz2 deleted file mode 100644 index 6416a2b..0000000 --- a/fftw-3.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b2c83523b1dfe5d4c894f7b2cf685bda3b77b2d467cb8409de392918ec34e41 -size 2553275 diff --git a/fftw-3.2.2.tar.bz2 b/fftw-3.2.2.tar.bz2 new file mode 100644 index 0000000..974efb6 --- /dev/null +++ b/fftw-3.2.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11892c45ad3aa418f0f08eaebb486f78cdb28d5dfcf88dd29aca41ded2c483a +size 2555789 diff --git a/fftw3.changes b/fftw3.changes index 5ed6d3f..a5c62b1 100644 --- a/fftw3.changes +++ b/fftw3.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jul 16 15:27:24 CEST 2009 - tiwai@suse.de + +- updated to version 3.2.2: + * Improve performance of some copy operations of complex arrays + * Add configure flag to disable alloca() + * Planning in FFTW_ESTIMATE mode for r2r transforms became slower + between fftw-3.1.3 and 3.2. This regression has now been fixed. + ------------------------------------------------------------------- Thu Apr 23 17:36:12 CEST 2009 - tiwai@suse.de diff --git a/fftw3.spec b/fftw3.spec index 72eb0e7..a34847a 100644 --- a/fftw3.spec +++ b/fftw3.spec @@ -1,5 +1,5 @@ # -# spec file for package fftw3 (Version 3.2.1) +# spec file for package fftw3 (Version 3.2.2) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -21,8 +21,8 @@ Name: fftw3 BuildRequires: fdupes gcc-fortran pkgconfig Summary: Discrete Fourier Transform (DFT) C Subroutine Library -Version: 3.2.1 -Release: 2 +Version: 3.2.2 +Release: 1 License: GPL v2 or later Group: Productivity/Scientific/Math Source: fftw-%{version}.tar.bz2 @@ -46,7 +46,7 @@ Authors: %package devel License: GPL v2 or later -Summary: Include Files and Libraries mandatory for Development. +Summary: Include Files and Libraries mandatory for Development Group: Productivity/Scientific/Math Requires: fftw3 = %{version} glibc-devel @@ -169,60 +169,3 @@ test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT %{_libdir}/libfftw3f_threads.so %changelog -* Thu Apr 23 2009 tiwai@suse.de -- remove obsolste fdupes check in spec file -- avoid unnecessary autoreconf -* Mon Feb 16 2009 tiwai@suse.de -- updated to version 3.2: - * major version up, performance improvements and SIMD support - * Worked around apparent glibc bug that leads to rare hangs - * Fixed segfault due to unaligned access - * MPI transforms not included, as they are still in alpha -- updated to version 3.2.1: - * Performance improvements for some multidimensional r2c/c2r - transforms - * Compile with icc on MacOS X, use better icc compiler flags. - * Compilation fixes for systems where snprintf is defined as a - macro - * Fortran documentation now recommends not using dfftw_execute, - because of reports of problems with various Fortran compilers - * Some documentation clarifications - * FAQ was accidentally omitted from 3.2 tarball. - * Remove some extraneous (harmless) files accidentally included - in a subdirectory of the 3.2 tarball. -* Sat Aug 02 2008 tiwai@suse.de -- Reduce dependency without release number. - This allows to install packages on different media with - different release numbers. -* Mon Apr 16 2007 tiwai@suse.de -- follow library packaging policy - * move docs to devel package - * remove static libraries -* Sat Oct 21 2006 schwab@suse.de -- Fix broken macro. -* Tue Aug 22 2006 tiwai@suse.de -- updated to version 3.1.2: - * correct bug in configure script - * updated FAQ - * use -maltivec when checking for altivec.h. -- clean up spec file, using %%configure macro. -* Thu May 18 2006 tiwai@suse.de -- major update to version 3.1.1: - * fixed texi files - * lots of configure fixes - * clean up and optimizations - see ChangeLog for details -- added missing glibc-devel to Requires of devel subpackages -- removed -fno-strict-aliasing option -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Wed Apr 13 2005 tiwai@suse.de -- fixed neededforbuild. -* Tue Apr 27 2004 ro@suse.de -- add -fno-strict-aliasing -* Sat Jan 10 2004 adrian@suse.de -- add missing %%defattr and %%run_ldconfig -* Fri Aug 29 2003 nashif@suse.de -- #29586: info file installation in wrong post segment -* Wed Jul 30 2003 nashif@suse.de -- Initial release