diff --git a/.gitignore b/.gitignore index 699e2a9..c95e847 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ coverage-3.4.tar.gz /coverage-4.0a1.tar.gz /coverage-4.0a2.tar.gz /coverage-4.0a3.tar.gz +/coverage-4.0a5.tar.gz diff --git a/python-coverage.spec b/python-coverage.spec index e0994f2..e153097 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -2,7 +2,7 @@ %global with_python3 1 %endif -%global prever a3 +%global prever a5 %{!?python_sitearch: %global python_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} @@ -17,7 +17,7 @@ Name: python-coverage Summary: Code coverage testing module for Python Version: 4.0 -Release: 0.3.%{?prever}%{?dist} +Release: 0.4.%{?prever}%{?dist} License: BSD and (MIT or GPLv2) Group: System Environment/Libraries URL: http://nedbatchelder.com/code/modules/coverage.html @@ -121,6 +121,9 @@ popd %changelog +* Tue Feb 17 2015 Tom Callaway 4.0-0.4.a5 +- update to 4.0a5 + * Thu Feb 5 2015 Tom Callaway 4.0-0.3.a3 - update to 4.0a3 diff --git a/sources b/sources index af477d6..b18522e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -274681bb92b9630d1734f7fb7a56f8f5 coverage-4.0a3.tar.gz +37f4d8ae679b2c43a87da8d519817a3b coverage-4.0a5.tar.gz