Hello community, here is the log from the commit of package fftw3 checked in at Thu May 18 18:42:26 CEST 2006. -------- --- fftw3/fftw3.changes 2006-01-25 21:35:53.000000000 +0100 +++ fftw3/fftw3.changes 2006-05-18 17:19:39.000000000 +0200 @@ -1,0 +2,11 @@ +Thu May 18 16:33:14 CEST 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 + +------------------------------------------------------------------- Old: ---- fftw-3.0.1.tar.bz2 New: ---- fftw-3.1.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fftw3.spec ++++++ --- /var/tmp/diff_new_pack.JIwKSb/_old 2006-05-18 18:41:44.000000000 +0200 +++ /var/tmp/diff_new_pack.JIwKSb/_new 2006-05-18 18:41:44.000000000 +0200 @@ -1,11 +1,11 @@ # -# spec file for package fftw3 (Version 3.0.1) +# spec file for package fftw3 (Version 3.1.1) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -13,11 +13,11 @@ Name: fftw3 BuildRequires: gcc-fortran pkgconfig Summary: Discrete Fourier Transform (DFT) C Subroutine Library -Version: 3.0.1 -Release: 113 +Version: 3.1.1 +Release: 1 License: GPL Group: Productivity/Scientific/Math -Source: ftp://theory.lcs.mit.edu/pub/fftw/fftw-3.0.1.tar.bz2 +Source: ftp://theory.lcs.mit.edu/pub/fftw/fftw-%{version}.tar.bz2 URL: http://www.fftw.org Autoreqprov: on BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -38,7 +38,7 @@ %package devel Summary: Include Files and Libraries mandatory for Development. Group: Productivity/Scientific/Math -Requires: fftw3 = %{version}-%{release} +Requires: fftw3 = %{version}-%{release} glibc-devel %description devel This package contains all necessary include files and libraries needed @@ -72,7 +72,7 @@ Summary: Discrete Fourier Transform (DFT) C subroutine library Group: Productivity/Scientific/Math Requires: fftw3-threads = %{version}-%{release} -Requires: fftw3-devel = %{version}-%{release} +Requires: fftw3-devel = %{version}-%{release} glibc-devel %description threads-devel FFTW is a C subroutine library for computing the Discrete Fourier @@ -92,7 +92,7 @@ %build %{?suse_update_config:%{suse_update_config -f }} autoreconf --force --install -CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ +CFLAGS="$RPM_OPT_FLAGS" \ ./configure --prefix=%{_prefix} \ --libdir=%{_libdir} \ --enable-shared \ @@ -106,7 +106,7 @@ make DESTDIR=$RPM_BUILD_ROOT install # hack to also compile/install single-precision version: make distclean -CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ +CFLAGS="$RPM_OPT_FLAGS" \ ./configure --prefix=%{_prefix} \ --libdir=%{_libdir} \ --enable-shared \ @@ -176,6 +176,14 @@ %{_libdir}/libfftw3f_threads.so %changelog -n fftw3 +* 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 ++++++ fftw-3.0.1.tar.bz2 -> fftw-3.1.1.tar.bz2 ++++++ ++++ 358599 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de