From 6dc9397ff3cd0065ff57bd03ea3e5394c9535b4e Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Fri, 3 Aug 2012 22:59:59 -0400 Subject: [PATCH] rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 --- pyparsing.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyparsing.spec b/pyparsing.spec index 3818fe1..8b63359 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -6,7 +6,7 @@ Name: pyparsing Version: 1.5.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: An object-oriented approach to text processing Group: Development/Libraries License: MIT @@ -113,6 +113,9 @@ rm -rf %{buildroot} %doc CHANGES README LICENSE docs/* %changelog +* Fri Aug 03 2012 David Malcolm - 1.5.6-6 +- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 + * Fri Aug 3 2012 David Malcolm - 1.5.6-5 - remove rhel logic from with_python3 conditional