4.1
This commit is contained in:
parent
94a4184730
commit
115da890f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ coverage-3.4.tar.gz
|
||||
/coverage-4.1b1.tar.gz
|
||||
/coverage-4.1b2.tar.gz
|
||||
/coverage-4.1b3.tar.gz
|
||||
/coverage-4.1.tar.gz
|
||||
|
@ -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 b3
|
||||
# %%global prever b3
|
||||
|
||||
%{!?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.5.%{?prever}%{?dist}
|
||||
Release: 1%{?dist}
|
||||
# jquery(MIT):
|
||||
# coverage/htmlfiles/jquery.min.js
|
||||
# MIT or GPL:
|
||||
@ -139,6 +139,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 14 2016 Tom Callaway <spot@fedoraproject.org> - 4.1-1
|
||||
- update to 4.1
|
||||
|
||||
* Wed May 11 2016 Tom Callaway <spot@fedoraproject.org> - 4.1-0.5.b3
|
||||
- update to 4.1b3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user