This commit is contained in:
Tom Callaway 2016-01-27 14:21:36 -05:00
parent 297ffa21bc
commit b6b92f3330
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ coverage-3.4.tar.gz
/coverage-4.0.2.tar.gz
/coverage-4.0.3.tar.gz
/coverage-4.1b1.tar.gz
/coverage-4.1b2.tar.gz

View File

@ -4,7 +4,7 @@
%{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%endif
%global prever b1
%global prever b2
%{!?python2_shortver: %global python2_shortver %(%{__python2} -c 'import sys; print(str(sys.version_info.major) + "." + str(sys.version_info.minor))')}
%{!?python3_shortver: %global python3_shortver %(%{__python3} -c 'import sys; print(str(sys.version_info.major) + "." + str(sys.version_info.minor))')}
@ -12,7 +12,7 @@
Name: python-coverage
Summary: Code coverage testing module for Python
Version: 4.1
Release: 0.2.%{?prever}%{?dist}
Release: 0.3.%{?prever}%{?dist}
# jquery(MIT):
# coverage/htmlfiles/jquery.min.js
# MIT or GPL:
@ -139,6 +139,9 @@ popd
%changelog
* Wed Jan 27 2016 Tom Callaway <spot@fedoraproject.org> - 4.1-0.3.b2
- update to 4.1b2
* Wed Jan 13 2016 Orion Poplawski <orion@cora.nwra.com> - 4.1-0.2.b1
- Fix and install license
- Cleanup and modernize spec

View File

@ -1 +1 @@
4259e31a998db8ac134a27d060e090c1 coverage-4.1b1.tar.gz
e68db75497aed61bc6c28990dbb4d99d coverage-4.1b2.tar.gz