|
|
@ -1,4 +1,4 @@
|
|
|
|
%if 0%{?fedora} > 12 || 0%{?rhel} > 6
|
|
|
|
%if 0%{?fedora} > 12
|
|
|
|
%global with_python3 1
|
|
|
|
%global with_python3 1
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@
|
|
|
|
Name: python-coverage
|
|
|
|
Name: python-coverage
|
|
|
|
Summary: Code coverage testing module for Python
|
|
|
|
Summary: Code coverage testing module for Python
|
|
|
|
Version: 3.5.2
|
|
|
|
Version: 3.5.2
|
|
|
|
Release: 0.2.%{betaver}%{?dist}
|
|
|
|
Release: 0.3.%{betaver}%{?dist}
|
|
|
|
License: BSD and (MIT or GPLv2)
|
|
|
|
License: BSD and (MIT or GPLv2)
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://nedbatchelder.com/code/modules/coverage.html
|
|
|
|
URL: http://nedbatchelder.com/code/modules/coverage.html
|
|
|
@ -95,6 +95,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Aug 3 2012 David Malcolm <dmalcolm@redhat.com> - 3.5.2-0.3.b1
|
|
|
|
|
|
|
|
- remove rhel logic from with_python3 conditional
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.2-0.2.b1
|
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.2-0.2.b1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|