From b4b327271aa9bee98ec59d190a9aa48b8481eb1b Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 1 May 2014 20:44:51 -0600 Subject: [PATCH] Rebuild for Python 3.4 --- python-coverage.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-coverage.spec b/python-coverage.spec index 82e29c5..a390f1b 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -15,7 +15,7 @@ Name: python-coverage Summary: Code coverage testing module for Python Version: 3.7 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD and (MIT or GPLv2) Group: System Environment/Libraries URL: http://nedbatchelder.com/code/modules/coverage.html @@ -119,6 +119,9 @@ popd %changelog +* Fri May 02 2014 Orion Poplawski - 3.7-2 +- Rebuild for Python 3.4 + * Sun Oct 20 2013 Tom Callaway - 3.7-1 - update to 3.7 - fix macros for current guidelines