From a37302addf30e3760f6b862eede216e206267144 Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Wed, 10 Jun 2015 08:23:41 -0400 Subject: [PATCH] Update to 2.14 --- .gitignore | 1 + python-pycparser.spec | 7 +++++-- sources | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cb641f9..9898552 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /release_v2.09.1.tar.gz /release_v2.10.tar.gz +/release_v2.14.tar.gz diff --git a/python-pycparser.spec b/python-pycparser.spec index 3567d7e..c5a51bd 100644 --- a/python-pycparser.spec +++ b/python-pycparser.spec @@ -6,7 +6,7 @@ Name: python-pycparser Summary: C parser and AST generator written in Python -Version: 2.10 +Version: 2.14 Release: 1%{?dist} License: BSD Group: System Environment/Libraries @@ -54,7 +54,7 @@ need to parse C source code. %prep %setup -q -n pycparser-release_v%{version} -%patch100 -p1 -b .ply +%patch100 -p1 -F5 -b .ply # remove embedded copy of ply rm -rf pycparser/ply @@ -114,6 +114,9 @@ popd %endif # with_python3 %changelog +* Tue Jun 09 2015 Nathaniel McCallum - 2.14-1 +- Update to 2.14 + * Wed Aug 20 2014 Eric Smith 2.10-1 - Update to latest upstream. diff --git a/sources b/sources index 595b008..7cba823 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 82ab1fa524198908050550e7780b85e1 release_v2.10.tar.gz +dfa652c012a97ed0168889797873b73f release_v2.14.tar.gz