diff --git a/.gitignore b/.gitignore index 39e3012..557505e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ coverage-3.4.tar.gz /coverage-3.5.3.tar.gz /coverage-3.6b1.tar.gz /coverage-3.6b3.tar.gz +/coverage-3.6.tar.gz diff --git a/python-coverage.spec b/python-coverage.spec index 970e930..cd040e8 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -2,8 +2,6 @@ %global with_python3 1 %endif -%global betaver b3 - %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} # tracer.so is a private object, don't include it in the provides @@ -14,11 +12,11 @@ Name: python-coverage Summary: Code coverage testing module for Python Version: 3.6 -Release: 0.3.%{?betaver}%{?dist} +Release: 1%{?dist} License: BSD and (MIT or GPLv2) Group: System Environment/Libraries URL: http://nedbatchelder.com/code/modules/coverage.html -Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}%{?betaver}.tar.gz +Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz BuildRequires: python-setuptools, python-devel Requires: python-setuptools %if 0%{?with_python3} @@ -48,7 +46,7 @@ have been executed. %endif # with_python3 %prep -%setup -q -n coverage-%{version}%{?betaver} +%setup -q -n coverage-%{version} find . -type f -exec chmod 0644 \{\} \; sed -i 's/\r//g' README.txt @@ -99,6 +97,9 @@ popd %changelog +* Fri Jun 7 2013 Tom Callaway - 3.6-1 +- update to 3.6 final + * Thu Feb 14 2013 Fedora Release Engineering - 3.6-0.3.b3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index f1975a3..c36acb7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -685c5051a976cdb8d31c8a7500e3463a coverage-3.6b3.tar.gz +67d4e393f4c6a5ffc18605409d2aa1ac coverage-3.6.tar.gz