rpms/numpy/EL-5 numpy.spec,1.14,1.15

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Mon Mar 26 13:12:04 UTC 2007


Author: jwilson

Update of /cvs/extras/rpms/numpy/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13877

Modified Files:
	numpy.spec 
Log Message:
Fix stupid BR: mistake - its gcc-gfortran...


Index: numpy.spec
===================================================================
RCS file: /cvs/extras/rpms/numpy/EL-5/numpy.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- numpy.spec	25 Mar 2007 02:25:09 -0000	1.14
+++ numpy.spec	26 Mar 2007 13:11:31 -0000	1.15
@@ -4,7 +4,7 @@
 
 Name:           numpy
 Version:        1.0.1
-Release:        2.1%{?dist}
+Release:        2.2%{?dist}
 Summary:        A fast multidimensional array facility for Python
 
 Group:          Development/Languages
@@ -15,7 +15,7 @@
 Patch1:         numpy-1.0-gfortran.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel python-setuptools gcc-fortran
+BuildRequires:  python-devel python-setuptools gcc-gfortran
 BuildRequires:  blas-devel lapack-devel
 
 Provides:       f2py
@@ -75,6 +75,9 @@
 %{python_sitearch}/%{name}
 
 %changelog
+* Mon Mar 26 2007 Jarod Wilson <jwilson at redhat.com> 1.0.1-2.2
+- Fix BR: on gcc-gfortran
+
 * Sat Mar 24 2007 Jarod Wilson <jwilson at redhat.com> 1.0.1-2.1
 - Build for EL5 w/o atlas
 




More information about the fedora-extras-commits mailing list