rpms/python-coverage/devel .cvsignore, 1.2, 1.3 python-coverage.spec, 1.3, 1.4 sources, 1.2, 1.3

Tom Callaway spot at fedoraproject.org
Thu Aug 20 02:05:03 UTC 2009


Author: spot

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

Modified Files:
	.cvsignore python-coverage.spec sources 
Log Message:
update to 3.0.1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-coverage/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	15 May 2009 17:38:15 -0000	1.2
+++ .cvsignore	20 Aug 2009 02:05:03 -0000	1.3
@@ -1 +1 @@
-coverage-2.85.tar.gz
+coverage-3.0.1.tar.gz


Index: python-coverage.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-coverage/devel/python-coverage.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- python-coverage.spec	26 Jul 2009 20:14:50 -0000	1.3
+++ python-coverage.spec	20 Aug 2009 02:05:03 -0000	1.4
@@ -1,15 +1,14 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?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:		2.85
-Release:		3%{?dist}
+Version:		3.0.1
+Release:		1%{?dist}
 License:		BSD
 Group:			System Environment/Libraries
 URL:			http://nedbatchelder.com/code/modules/coverage.html
-Source0:		http://nedbatchelder.com/code/modules/coverage-%{version}.tar.gz
+Source0:		http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:		noarch
 BuildRequires:		python-setuptools, python-devel
 
 %description
@@ -30,7 +29,6 @@ chmod -x coverage.egg-info/*.txt
 %install
 rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
-chmod +x %{buildroot}%{python_sitelib}/coverage.py
 
 %clean
 rm -rf %{buildroot}
@@ -39,10 +37,13 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc README.txt
 %{_bindir}/coverage
-%{python_sitelib}/coverage.py*
-%{python_sitelib}/coverage*.egg-info/
+%{python_sitearch}/coverage/
+%{python_sitearch}/coverage*.egg-info/
 
 %changelog
+* Wed Aug 10 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 3.0.1-1
+- update to 3.0.1
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.85-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-coverage/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	15 May 2009 17:38:16 -0000	1.2
+++ sources	20 Aug 2009 02:05:03 -0000	1.3
@@ -1 +1 @@
-bb6f4ce9fbd0011dd8d93eaf58ee9d04  coverage-2.85.tar.gz
+b299c33b169bd796a6186a1f0f42a7da  coverage-3.0.1.tar.gz




More information about the fedora-extras-commits mailing list