diff --git a/.gitignore b/.gitignore index faab114..14aa40d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ coverage-3.4.tar.gz /coverage-3.7.tar.gz /coverage-3.7.1.tar.gz /coverage-4.0a1.tar.gz +/coverage-4.0a2.tar.gz diff --git a/python-coverage.spec b/python-coverage.spec index 3b960e4..0b61018 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -2,7 +2,7 @@ %global with_python3 1 %endif -%global prever a1 +%global prever a2 %{!?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.1.%{?prever}%{?dist} +Release: 0.2.%{?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 Jan 20 2015 Tom Callaway 4.0-0.2.a2 +- update to 4.0a2 + * Thu Oct 9 2014 Tom Callaway 4.0-0.1.a - Update to 4.0a1 diff --git a/sources b/sources index 66b3435..3c9cafc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -48d6a2d84843b13666b1ea4727e14919 coverage-4.0a1.tar.gz +01f0c92426c930684dfce38987e53ed5 coverage-4.0a2.tar.gz