rpms/numpy/F-9 numpy.spec,1.24,1.25

Jon Ciesla limb at fedoraproject.org
Thu Mar 5 14:39:44 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/numpy/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23553

Modified Files:
	numpy.spec 
Log Message:
Requires python-devel, BZ 488464



Index: numpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/F-9/numpy.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- numpy.spec	9 Oct 2008 13:32:03 -0000	1.24
+++ numpy.spec	5 Mar 2009 14:39:14 -0000	1.25
@@ -4,7 +4,7 @@
 
 Name:           numpy
 Version:        1.2.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A fast multidimensional array facility for Python
 
 Group:          Development/Languages
@@ -15,7 +15,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel lapack-devel python-setuptools gcc-gfortran atlas python-nose
-Requires:	python-nose
+Requires:	python-nose python-devel
 
 Provides:       f2py
 Obsoletes:      f2py <= 2.45.241_1927
@@ -76,6 +76,9 @@
 %endif
 
 %changelog
+* Thu Mar 05 2009 Jon Ciesla <limb at jcomserv.net> 1.2.0-2
+- Requires python-devel, BZ 488464.
+
 * Tue Oct 07 2008 Jon Ciesla <limb at jcomserv.net> 1.2.0-1
 - New upstream release, added python-nose BR. BZ 465999.
 - Using atlas blas, not blas-devel. BZ 461472.




More information about the fedora-extras-commits mailing list