Update to 3.3.4.

This commit is contained in:
Susi Lehtola 2014-03-18 10:58:28 +02:00
parent 97339921b8
commit 47ae49782f
3 changed files with 13 additions and 49 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ fftw-3.2.2.tar.gz
=======
/fftw-3.3.3.tar.gz
>>>>>>> master
/fftw-3.3.4.tar.gz

View File

@ -1,6 +1,6 @@
Name: fftw
Version: 3.3.3
Release: 8%{?dist}
Version: 3.3.4
Release: 1%{?dist}
Summary: A Fast Fourier Transform library
Group: System Environment/Libraries
License: GPLv2+
@ -34,15 +34,15 @@ Summary: FFTW run-time library
Group: System Environment/Libraries
Provides: fftw3 = %{version}-%{release}
# Libs rearranged in 3.3.1-2
Obsoletes: fftw-libs-threads < %{version}-%{release}
Obsoletes: fftw-libs-openmp < %{version}-%{release}
Obsoletes: fftw-libs-threads < %{version}-%{release}
Obsoletes: fftw-libs-openmp < %{version}-%{release}
# Pull in the actual libraries
Requires: %{name}-libs-single%{?_isa} = %{version}-%{release}
Requires: %{name}-libs-double%{?_isa} = %{version}-%{release}
Requires: %{name}-libs-long%{?_isa} = %{version}-%{release}
Requires: %{name}-libs-single%{?_isa} = %{version}-%{release}
Requires: %{name}-libs-double%{?_isa} = %{version}-%{release}
Requires: %{name}-libs-long%{?_isa} = %{version}-%{release}
%if %{quad}
Requires: %{name}-libs-quad%{?_isa} = %{version}-%{release}
Requires: %{name}-libs-quad%{?_isa} = %{version}-%{release}
%endif
%description libs
@ -282,6 +282,9 @@ fi
%{_libdir}/libfftw3*.a
%changelog
* Tue Mar 18 2014 Susi Lehtola <jussilehtola@fedoraproject.org> - 3.3.4-1
- Update to 3.3.4.
* Sat Dec 14 2013 Conrad Meyer <cemeyer@uw.edu> - 3.3.3-8
- Remove non-OpenMP / g77 build for obsolete RHEL (< 5)
- Remove ancient Obsoletes (fftw < 3.3, Fedora < 16)
@ -417,43 +420,3 @@ fi
* Wed Feb 1 2006 Quentin Spencer <qspencer@users.sf.net> 3.1-1
- Upgrade to the 3.x branch, incorporating changes from the fftw3 spec file.
- Add dist tag.
* Mon May 23 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.1.5-8
- BuildReq gcc-gfortran (#156490).
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 2.1.5-7
- rebuild on all arches
- buildrequire compat-gcc-32-g77
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- rebuilt
* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 2.1.5-5
- Bump release to provide Extras upgrade path.
* Tue Apr 06 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:2.1.5-0.fdr.4
- BuildReq gcc-g77.
* Mon Sep 22 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:2.1.5-0.fdr.3
- Dropped post/preun scripts for info.
* Wed Sep 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:2.1.5-0.fdr.2
- Remove aesthetic comments.
- buildroot -> RPM_BUILD_ROOT.
- post/preun for info files.
* Mon Apr 07 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:2.1.5-0.fdr.1
- Updated to 2.1.5.
* Tue Apr 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:2.1.4-0.fdr.2
- Added Epoch:0.
- Added ldconfig to post and postun.
* Sun Mar 22 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 2.1.4-0.fdr.1
- Updated to 2.1.4.
* Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 2.1.3-0.fdr.1
- Fedorafied.
* Mon Oct 21 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
- Initial RPM release.

View File

@ -1 +1 @@
0a05ca9c7b3bfddc8278e7c40791a1c2 fftw-3.3.3.tar.gz
2edab8c06b24feeb3b82bbb3ebf3e7b3 fftw-3.3.4.tar.gz