commit 1cce4124e60de48175d997c6d53d2771986aede4 Author: Jussi Lehtola jussilehtola@fedoraproject.org Date: Tue May 1 02:45:52 2012 +0300
Fix requires to match with new fftw packaging.
python-anfft.spec | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) --- diff --git a/python-anfft.spec b/python-anfft.spec index f6b7465..753c6d3 100644 --- a/python-anfft.spec +++ b/python-anfft.spec @@ -3,14 +3,14 @@ Summary: ANFFT is an FFT package for Python, based on FFTW Name: python-%{module} Version: 0.1 -Release: 3%{?dist} +Release: 4%{?dist} Source0: http://anfft.googlecode.com/files/%%7Bmodule%7D-%%7Bversion%7D.tar.gz License: GPLv3+ Group: Development/Languages URL: http://anfft.googlecode.com/
-BuildRequires: numpy fftw-libs fftw-libs-threads python2 -Requires: numpy fftw-libs fftw-libs-threads python2 +BuildRequires: numpy fftw-libs python2 +Requires: numpy fftw-libs python2 BuildArch: noarch
@@ -52,6 +52,9 @@ python setup.py install -O1 --skip-build --root=%{buildroot} %{python_sitelib}/anfft-%{version}-py*.egg-info
%changelog +* Tue May 1 2012 Jussi Lehtola jussilehtola@fedoraproject.org - 0.1-4 +- Fix requires, triggered by changes in fftw packaging. + * Thu Feb 2 2012 Thibault North tnorth@fedoraproject.org - 0.1-3 - Fix requires again (thanks oget)
@@ -59,4 +62,4 @@ python setup.py install -O1 --skip-build --root=%{buildroot} - Various fixes (requires, cleaning)
* Sun Jan 8 2012 Thibault North tnorth@fedoraproject.org - 0.1-1 -- Initial import \ No newline at end of file +- Initial import
scm-commits@lists.fedoraproject.org