3.6 final

This commit is contained in:
Tom Callaway 2013-06-07 07:50:07 -04:00
parent 948ab0ca0f
commit 52d5dfe29d
3 changed files with 8 additions and 6 deletions

1
.gitignore vendored
View File

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

View File

@ -2,8 +2,6 @@
%global with_python3 1
%endif
%global betaver b3
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
# tracer.so is a private object, don't include it in the provides
@ -14,11 +12,11 @@
Name: python-coverage
Summary: Code coverage testing module for Python
Version: 3.6
Release: 0.3.%{?betaver}%{?dist}
Release: 1%{?dist}
License: BSD and (MIT or GPLv2)
Group: System Environment/Libraries
URL: http://nedbatchelder.com/code/modules/coverage.html
Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}%{?betaver}.tar.gz
Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz
BuildRequires: python-setuptools, python-devel
Requires: python-setuptools
%if 0%{?with_python3}
@ -48,7 +46,7 @@ have been executed.
%endif # with_python3
%prep
%setup -q -n coverage-%{version}%{?betaver}
%setup -q -n coverage-%{version}
find . -type f -exec chmod 0644 \{\} \;
sed -i 's/\r//g' README.txt
@ -99,6 +97,9 @@ popd
%changelog
* Fri Jun 7 2013 Tom Callaway <spot@fedoraproject.org> - 3.6-1
- update to 3.6 final
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6-0.3.b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
685c5051a976cdb8d31c8a7500e3463a coverage-3.6b3.tar.gz
67d4e393f4c6a5ffc18605409d2aa1ac coverage-3.6.tar.gz