rpms/scipy/devel scipy.spec,1.19,1.20

Jef Spaleta jspaleta at fedoraproject.org
Tue Apr 7 17:58:20 UTC 2009


Author: jspaleta

Update of /cvs/pkgs/rpms/scipy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10161

Modified Files:
	scipy.spec 
Log Message:
* Tue Apr 7  2009 Jef Spaleta <jspaleta at fedoraproject.org> - 0.7.0-3
- Add f2py requires to prepared for numpy packaging split



Index: scipy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scipy/devel/scipy.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- scipy.spec	2 Mar 2009 02:10:30 -0000	1.19
+++ scipy.spec	7 Apr 2009 17:57:50 -0000	1.20
@@ -2,7 +2,7 @@
 Summary: Scipy: Scientific Tools for Python
 Name: scipy
 Version: 0.7.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 Group: Development/Libraries
 License: BSD and LGPLv2+
@@ -16,11 +16,11 @@
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: numpy, python-devel
+BuildRequires: numpy, python-devel,f2py
 BuildRequires: fftw-devel, blas-devel, lapack-devel, ufsparse-devel
 BuildRequires: atlas-devel
 BuildRequires: gcc-gfortran, swig
-Requires: numpy, python
+Requires: numpy, python,f2py
 
 
 %description
@@ -75,6 +75,9 @@
 
 
 %changelog
+* Tue Apr 7  2009 Jef Spaleta <jspaleta at fedoraproject.org> - 0.7.0-3
+- Add f2py requires to prepared for numpy packaging split
+
 * Sun Mar 1  2009 Jef Spaleta <jspaleta at fedoraproject.org> - 0.7.0-2
 - Patch for stsci image function syntax fix.
 




More information about the scm-commits mailing list