Update to 2.14
This commit is contained in:
parent
ff308dee88
commit
a37302addf
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/release_v2.09.1.tar.gz
|
||||
/release_v2.10.tar.gz
|
||||
/release_v2.14.tar.gz
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user