[python-coverage/f16] 3.5 final

Tom Callaway spot at fedoraproject.org
Fri Sep 2 18:37:39 UTC 2011


commit fa7f7bafc1c20356b534c60ed9ac5eddd2b5263e
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Fri Sep 2 14:37:28 2011 -0400

    3.5 final

 .gitignore           |    1 +
 python-coverage.spec |   11 ++++++-----
 sources              |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2c85278..5daa26c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 coverage-3.3.1.tar.gz
 coverage-3.4.tar.gz
 /coverage-3.5b1.tar.gz
+/coverage-3.5.tar.gz
diff --git a/python-coverage.spec b/python-coverage.spec
index 561e73b..53ad0c0 100644
--- a/python-coverage.spec
+++ b/python-coverage.spec
@@ -2,8 +2,6 @@
 %global with_python3 1
 %endif
 
-%global betaver b1
-
 %{!?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.5
-Release:        0.1.%{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
@@ -95,6 +93,9 @@ popd
 
 
 %changelog
+* Fri Sep  2 2011 Tom Callaway <spot at fedoraproject.org> - 3.5-1
+- update to 3.5
+
 * Mon Jun  6 2011 Tom Callaway <spot at fedoraproject.org> - 3.5-0.1.b1
 - update to 3.5b1
 
diff --git a/sources b/sources
index c46fb7d..0b2ec63 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4066fb59feb010150407940d1b544e6  coverage-3.5b1.tar.gz
+dee158cf20b17f54e644fba25c2ebfc2  coverage-3.5.tar.gz


More information about the scm-commits mailing list