rpms/numpy/devel numpy.spec,1.30,1.31

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


Author: limb

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

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



Index: numpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/numpy.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- numpy.spec	26 Feb 2009 06:25:40 -0000	1.30
+++ numpy.spec	5 Mar 2009 14:13:32 -0000	1.31
@@ -4,7 +4,7 @@
 
 Name:           numpy
 Version:        1.2.1
-Release:        2%{?dist}
+Release:        3%{?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.1-3
+- Require python-devel, BZ 488464.
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list