|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
%global with_python3 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global prever a6
|
|
|
|
|
%global prever b1
|
|
|
|
|
|
|
|
|
|
%{!?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.9.%{?prever}%{?dist}
|
|
|
|
|
Release: 0.10.%{?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
|
|
|
|
|
* Tue Aug 4 2015 Tom Callaway <spot@fedoraproject.org> - 4.0-0.10.b1
|
|
|
|
|
- update to 4.0b1
|
|
|
|
|
|
|
|
|
|
* Mon Jul 13 2015 Tom Callaway <spot@fedoraproject.org> - 4.0-0.9.a6
|
|
|
|
|
- add missing Provides: python2-coverage
|
|
|
|
|
|
|
|
|
|