diff --git a/.gitignore b/.gitignore index cef38bc..e72adda 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ coverage-3.4.tar.gz /coverage-4.0b1.tar.gz /coverage-4.0b2.tar.gz /coverage-4.0b3.tar.gz +/coverage-4.0.tar.gz diff --git a/python-coverage.spec b/python-coverage.spec index 6f46c41..77a3cdb 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -2,7 +2,7 @@ %global with_python3 1 %endif -%global prever b3 +# %%global prever b3 %{!?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.12.%{?prever}%{?dist} +Release: 1%{?dist} License: BSD and (MIT or GPLv2) Group: System Environment/Libraries URL: http://nedbatchelder.com/code/modules/coverage.html @@ -118,6 +118,9 @@ popd %changelog +* Mon Sep 28 2015 Tom Callaway - 4.0-1 +- update to 4.0 final + * Wed Sep 9 2015 Tom Callaway - 4.0-0.12.b3 - update to 4.0b3 diff --git a/sources b/sources index d0c5c61..a6e8bfc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -da4e209e02f78a6b2bf018a55599704c coverage-4.0b3.tar.gz +13e119b1f111c22b613c3d5cd19a95ac coverage-4.0.tar.gz