From 2c52a84d457e40cf686dda7d1e6a18c05c27738b Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 9 Oct 2014 09:49:43 -0400 Subject: [PATCH] 4.0a1 --- .gitignore | 1 + python-coverage.spec | 13 +++++++++---- sources | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3a3c9ce..faab114 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ coverage-3.4.tar.gz /coverage-3.6.tar.gz /coverage-3.7.tar.gz /coverage-3.7.1.tar.gz +/coverage-4.0a1.tar.gz diff --git a/python-coverage.spec b/python-coverage.spec index f98c7d6..3b960e4 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -2,6 +2,8 @@ %global with_python3 1 %endif +%global prever a1 + %{!?python_sitearch: %global python_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %{!?python2_shortver: %global python2_shortver %(%{__python2} -c 'import sys; print(str(sys.version_info.major) + "." + str(sys.version_info.minor))')} @@ -14,12 +16,12 @@ Name: python-coverage Summary: Code coverage testing module for Python -Version: 3.7.1 -Release: 1%{?dist} +Version: 4.0 +Release: 0.1.%{?prever}%{?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}.tar.gz +Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}%{?prever}.tar.gz BuildRequires: python-setuptools, python2-devel Requires: python-setuptools %if 0%{?with_python3} @@ -49,7 +51,7 @@ have been executed. %endif # with_python3 %prep -%setup -q -n coverage-%{version} +%setup -q -n coverage-%{version}%{?prever} find . -type f -exec chmod 0644 \{\} \; sed -i 's/\r//g' README.txt @@ -119,6 +121,9 @@ popd %changelog +* Thu Oct 9 2014 Tom Callaway 4.0-0.1.a +- Update to 4.0a1 + * Wed Aug 27 2014 Luke Macken - 3.7.1-1 - Update to 3.7.1 (#1043090) diff --git a/sources b/sources index 37edf3f..66b3435 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c47b36ceb17eaff3ecfab3bcd347d0df coverage-3.7.1.tar.gz +48d6a2d84843b13666b1ea4727e14919 coverage-4.0a1.tar.gz