Update to 2.14

This commit is contained in:
Nathaniel McCallum 2015-06-10 08:23:41 -04:00
parent ff308dee88
commit a37302addf
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/release_v2.09.1.tar.gz
/release_v2.10.tar.gz
/release_v2.14.tar.gz

View File

@ -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 <npmccallum@redhat.com> - 2.14-1
- Update to 2.14
* Wed Aug 20 2014 Eric Smith <brouhaha@fedoraproject.org> 2.10-1
- Update to latest upstream.

View File

@ -1 +1,2 @@
82ab1fa524198908050550e7780b85e1 release_v2.10.tar.gz
dfa652c012a97ed0168889797873b73f release_v2.14.tar.gz