This commit is contained in:
Tom Callaway 2013-01-02 15:35:27 -05:00
parent 0e9b9bb041
commit 9146f15ff5
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ coverage-3.4.tar.gz
/coverage-3.5.2b1.tar.gz /coverage-3.5.2b1.tar.gz
/coverage-3.5.3.tar.gz /coverage-3.5.3.tar.gz
/coverage-3.6b1.tar.gz /coverage-3.6b1.tar.gz
/coverage-3.6b3.tar.gz

View File

@ -2,7 +2,7 @@
%global with_python3 1 %global with_python3 1
%endif %endif
%global betaver b1 %global betaver b3
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@ -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.6 Version: 3.6
Release: 0.1.%{?betaver}%{?dist} Release: 0.2.%{?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
@ -99,6 +99,9 @@ popd
%changelog %changelog
* Wed Jan 2 2013 Tom Callaway <spot@fedoraproject.org> - 3.6-0.3.b3
- update to 3.6beta3
* Thu Nov 29 2012 Tom Callaway <spot@fedoraproject.org> - 3.6-0.1.b1 * Thu Nov 29 2012 Tom Callaway <spot@fedoraproject.org> - 3.6-0.1.b1
- update to 3.6beta1 - update to 3.6beta1
- patch0 merged into upstream - patch0 merged into upstream

View File

@ -1 +1 @@
9363480582977076795455b524188263 coverage-3.6b1.tar.gz 685c5051a976cdb8d31c8a7500e3463a coverage-3.6b3.tar.gz