From ccb14045dc25c38263096a785edd92b2d3475f1b Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Thu, 21 Oct 2010 13:00:16 -0400 Subject: [PATCH] Update to 3.4 (#631751) --- .gitignore | 1 + python-coverage.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3a44c68..6e86514 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ coverage-3.3.1.tar.gz +coverage-3.4.tar.gz diff --git a/python-coverage.spec b/python-coverage.spec index b298403..c5b11cf 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -11,8 +11,8 @@ Name: python-coverage Summary: Code coverage testing module for Python -Version: 3.3.1 -Release: 4%{?dist} +Version: 3.4 +Release: 1%{?dist} License: BSD and (MIT or GPLv2) Group: System Environment/Libraries URL: http://nedbatchelder.com/code/modules/coverage.html @@ -100,6 +100,9 @@ rm -rf %{buildroot} %changelog +* Thu Oct 21 2010 Luke Macken - 3.4-1 +- Update to 3.4 (#631751) + * Fri Sep 03 2010 Luke Macken - 3.3.1-4 - Rebuild against Python 3.2 diff --git a/sources b/sources index c35deb2..f5dab82 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6f5a25ce06baad03ab293990f3a98bb7 coverage-3.3.1.tar.gz +46782809578c8fd29912c124d2420842 coverage-3.4.tar.gz