This commit is contained in:
Tom Callaway 2015-08-28 14:01:57 -04:00
parent a4280a81df
commit de295cb5a8
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ coverage-3.4.tar.gz
/coverage-4.0a5.tar.gz
/coverage-4.0a6.tar.gz
/coverage-4.0b1.tar.gz
/coverage-4.0b2.tar.gz

View File

@ -2,7 +2,7 @@
%global with_python3 1
%endif
%global prever b1
%global prever b2
%{!?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.10.%{?prever}%{?dist}
Release: 0.11.%{?prever}%{?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
* Fri Aug 28 2015 Tom Callaway <spot@fedoraproject.org> - 4.0-0.11.b2
- update to 4.0b2
* Tue Aug 4 2015 Tom Callaway <spot@fedoraproject.org> - 4.0-0.10.b1
- update to 4.0b1

View File

@ -1 +1 @@
125799eae8992189075ad6aa29def1a0 coverage-4.0b1.tar.gz
2190ae646738c06870c4305bd7a8858c coverage-4.0b2.tar.gz