Mailinglist Archive: opensuse-commit (779 mails)
| < Previous | Next > |
commit fftw3 for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 24 Apr 2009 00:26:16 +0200
- Message-id: <20090423222617.16B9667807E@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package fftw3 for openSUSE:Factory
checked in at Fri Apr 24 00:26:16 CEST 2009.
--------
--- fftw3/fftw3.changes 2009-02-16 12:26:07.000000000 +0100
+++ fftw3/fftw3.changes 2009-04-23 17:36:41.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Apr 23 17:36:12 CEST 2009 - tiwai@xxxxxxx
+
+- remove obsolste fdupes check in spec file
+- avoid unnecessary autoreconf
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ fftw3.spec ++++++
--- /var/tmp/diff_new_pack.mx9771/_old 2009-04-24 00:24:44.000000000 +0200
+++ /var/tmp/diff_new_pack.mx9771/_new 2009-04-24 00:24:44.000000000 +0200
@@ -19,18 +19,10 @@
Name: fftw3
-BuildRequires: gcc-fortran pkgconfig
-%if 0%{?suse_version} < 1030
-%define dist_has_fdupes 0
-%else
-%define dist_has_fdupes 1
-%endif
-%if %{dist_has_fdupes}
-BuildRequires: fdupes
-%endif
+BuildRequires: fdupes gcc-fortran pkgconfig
Summary: Discrete Fourier Transform (DFT) C Subroutine Library
Version: 3.2.1
-Release: 1
+Release: 2
License: GPL v2 or later
Group: Productivity/Scientific/Math
Source: fftw-%{version}.tar.bz2
@@ -109,7 +101,7 @@
%prep
%setup -q -n fftw-%{version}
# %patch
-autoreconf --force --install
+# autoreconf --force --install
%build
%configure --enable-shared --enable-threads --disable-static
@@ -130,9 +122,7 @@
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
# remove Makefiles in doc directory at last
find doc -name 'Makefile*' | xargs rm
-%if %{dist_has_fdupes}
%fdupes -s doc
-%endif
%postun devel
%install_info_delete --info-dir=%{_infodir} %{_infodir}/fftw3.info.gz
@@ -179,6 +169,9 @@
%{_libdir}/libfftw3f_threads.so
%changelog
+* Thu Apr 23 2009 tiwai@xxxxxxx
+- remove obsolste fdupes check in spec file
+- avoid unnecessary autoreconf
* Mon Feb 16 2009 tiwai@xxxxxxx
- updated to version 3.2:
* major version up, performance improvements and SIMD support
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |