From 1cb1e69156821cb230fd1597ceda18088de66adc Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Sat, 17 Oct 2009 03:14:08 +0000 Subject: [PATCH] Update to 3.1 --- .cvsignore | 2 +- python-coverage.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index fbff9b0..d2d13e1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -coverage-3.0.1.tar.gz +coverage-3.1.tar.gz diff --git a/python-coverage.spec b/python-coverage.spec index b0b269e..6677838 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -2,7 +2,7 @@ Name: python-coverage Summary: Code coverage testing module for Python -Version: 3.0.1 +Version: 3.1 Release: 1%{?dist} License: BSD Group: System Environment/Libraries @@ -41,6 +41,9 @@ rm -rf %{buildroot} %{python_sitearch}/coverage*.egg-info/ %changelog +* Fri Oct 16 2009 Luke Macken - 3.1-1 +- Update to 3.1 + * Wed Aug 10 2009 Tom "spot" Callaway - 3.0.1-1 - update to 3.0.1 diff --git a/sources b/sources index 2bcbe7d..ce5b008 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b299c33b169bd796a6186a1f0f42a7da coverage-3.0.1.tar.gz +113234cb050a179a3c6e2f11edab46a1 coverage-3.1.tar.gz