rpms/python-numeric/devel python-numeric.spec,1.17,1.18

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Tue Jan 29 19:14:51 UTC 2008


Author: mbarnes

Update of /cvs/pkgs/rpms/python-numeric/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2953

Modified Files:
	python-numeric.spec 
Log Message:

* Tue Jan 29 2008 Matthew Barnes <mbarnes at redhat.com> - 24.2-9
- Fix python-setuptools build requirement (RH bug #226345).



Index: python-numeric.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-numeric/devel/python-numeric.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- python-numeric.spec	21 Jan 2008 15:58:18 -0000	1.17
+++ python-numeric.spec	29 Jan 2008 19:13:40 -0000	1.18
@@ -4,7 +4,7 @@
 
 Name: python-numeric
 Version: 24.2
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: Python
 Group: Development/Languages
 Summary: Numerical Extension to Python
@@ -18,9 +18,14 @@
 
 ### Build Dependencies ###
 
-BuildRequires: python-setuptools
 BuildRequires: python2-devel
 
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
+
 %description
 Numeric is a python module that provides support for numerical
 operations.
@@ -46,6 +51,9 @@
 %{_includedir}/python*/Numeric/
 
 %changelog
+* Tue Jan 29 2008 Matthew Barnes <mbarnes at redhat.com> - 24.2-9
+- Fix python-setuptools build requirement (RH bug #226345).
+
 * Mon Jan 21 2008 Matthew Barnes <mbarnes at redhat.com> - 24.2-8
 - Use a full URL for Source tag (RH bug #226345).
 




More information about the fedora-extras-commits mailing list