rpms/python-decorator/devel python-decorator.spec,1.5,1.6

Luke Macken lmacken at fedoraproject.org
Fri Jun 5 13:59:14 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-decorator/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29893

Modified Files:
	python-decorator.spec 
Log Message:
* Sun May 31 2009 Luke Macken <lmacken at redhat.com> - 3.0.1-2
- Only run the test suite on Fedora 11+, which has Py2.6 and the multiprocessing
  module.  We can disable this once the compat module is packaged for F10 and
  below.




Index: python-decorator.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-decorator/devel/python-decorator.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- python-decorator.spec	22 May 2009 05:24:36 -0000	1.5
+++ python-decorator.spec	5 Jun 2009 13:58:43 -0000	1.6
@@ -3,7 +3,7 @@
 
 Name:           python-decorator
 Version:        3.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Module to simplify usage of decorators
 
 Group:          Development/Languages
@@ -41,7 +41,10 @@ rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 %check
+# Until we get the python-multiprocessing backport packaged
+%if 0%{?fedora} >= 11
 nosetests --with-doctest
+%endif
 
 %files
 %defattr(-,root,root,-)
@@ -49,6 +52,11 @@ nosetests --with-doctest
 %{python_sitelib}/*
 
 %changelog
+* Sun May 31 2009 Luke Macken <lmacken at redhat.com> - 3.0.1-2
+- Only run the test suite on Fedora 11, which has Py2.6 and the multiprocessing
+  module.  We can disable this once the compat module is packaged for F10 and
+  below.
+
 * Thu May 21 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 3.0.1-1
 - Update to upstream release 3.0.1.
 




More information about the fedora-extras-commits mailing list