rpms/python-coverage/devel python-coverage.spec,1.6,1.7

Luke Macken lmacken at fedoraproject.org
Sun Jan 17 22:13:55 UTC 2010


Author: lmacken

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

Modified Files:
	python-coverage.spec 
Log Message:
Require python-setuptools (#556290)


Index: python-coverage.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-coverage/devel/python-coverage.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- python-coverage.spec	9 Dec 2009 19:44:15 -0000	1.6
+++ python-coverage.spec	17 Jan 2010 22:13:55 -0000	1.7
@@ -1,15 +1,16 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
-Name:			python-coverage
-Summary:		Code coverage testing module for Python
-Version:		3.2
-Release:		1%{?dist}
-License:		BSD
-Group:			System Environment/Libraries
-URL:			http://nedbatchelder.com/code/modules/coverage.html
-Source0:		http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz
-BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:		python-setuptools, python-devel
+Name:           python-coverage
+Summary:        Code coverage testing module for Python
+Version:        3.2
+Release:        2%{?dist}
+License:        BSD
+Group:          System Environment/Libraries
+URL:            http://nedbatchelder.com/code/modules/coverage.html
+Source0:        http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  python-setuptools, python-devel
+Requires:       python-setuptools
 
 %description
 Coverage.py is a Python module that measures code coverage during Python 
@@ -41,6 +42,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/coverage*.egg-info/
 
 %changelog
+* Sun Jan 17 2010 Luke Macken <lmacken at redhat.com> - 3.2-22
+- Require python-setuptools (#556290)
+
 * Wed Dec  9 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 3.2-1
 - update to 3.2
 



More information about the scm-commits mailing list