rpms/python-nose/devel python-nose.spec,1.8,1.9

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Sep 2 04:46:12 UTC 2007


Author: lmacken

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

Modified Files:
	python-nose.spec 
Log Message:
Update for python-setuptools changes in rawhide


Index: python-nose.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nose/devel/python-nose.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-nose.spec	21 Aug 2007 21:14:45 -0000	1.8
+++ python-nose.spec	2 Sep 2007 04:45:39 -0000	1.9
@@ -6,7 +6,7 @@
 
 Name:           python-nose
 Version:        0.10.0
-Release:        0.2.%{_betatag}%{?dist}
+Release:        0.3.%{_betatag}%{?dist}
 Summary:        A discovery-based unittest extension for Python
 
 Group:          Development/Languages
@@ -16,7 +16,13 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel python-setuptools
+BuildRequires:  python-devel
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
+
 
 %description
 nose: a discovery-based unittest extension.
@@ -48,6 +54,9 @@
 %{python_sitelib}/nose
 
 %changelog
+* Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> 0.10.0-0.3.b1
+- Update for python-setuptools changes in rawhide
+
 * Tue Aug 21 2007 Luke Macken <lmacken at redhat.com> 0.10.0-0.2.b1
 - 0.10.0b1
 - Update license tag to LGPLv2




More information about the scm-commits mailing list