From b95d3a41032efa990a88cccd822672fe63c6e376 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 04:14:42 -0500 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- python-pycparser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pycparser.spec b/python-pycparser.spec index fc061a9..088edb1 100644 --- a/python-pycparser.spec +++ b/python-pycparser.spec @@ -7,7 +7,7 @@ Name: python-pycparser Summary: C parser and AST generator written in Python Version: 2.09.1 -Release: 6%{?dist} +Release: 7%{?dist} License: BSD Group: System Environment/Libraries URL: http://github.com/eliben/pycparser @@ -124,6 +124,9 @@ popd %endif # with_python3 %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 2.09.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Tue Jul 23 2013 Eric Smith 2.09.1-6 - Added Python 3 support.