rpms/python-nose/devel python-nose.spec,1.18,1.19

Luke Macken lmacken at fedoraproject.org
Tue Oct 6 06:27:39 UTC 2009


Author: lmacken

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

Modified Files:
	python-nose.spec 
Log Message:
Include the new nosetests-2.6 script as well


Index: python-nose.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nose/devel/python-nose.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- python-nose.spec	6 Oct 2009 06:15:09 -0000	1.18
+++ python-nose.spec	6 Oct 2009 06:27:39 -0000	1.19
@@ -3,7 +3,7 @@
 
 Name:           python-nose
 Version:        0.11.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A discovery-based unittest extension for Python
 
 Group:          Development/Languages
@@ -42,11 +42,15 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc AUTHORS CHANGELOG lgpl.txt NEWS README.txt
 %{_bindir}/nosetests
+%{_bindir}/nosetests-2.6
 %{_mandir}/man1/nosetests.1.gz
 %{python_sitelib}/nose-%{version}-py%{pyver}.egg-info
 %{python_sitelib}/nose
 
 %changelog
+* Mon Oct 05 2009 Luke Macken <lmacken at redhat.com> - 0.11.1-2
+- Include the new nosetests-2.6 script as well
+
 * Mon Oct 05 2009 Luke Macken <lmacken at redhat.com> - 0.11.1-1
 - Update to 0.11.1
 




More information about the fedora-extras-commits mailing list