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.09.1.tar.gz
|
||||||
/release_v2.10.tar.gz
|
/release_v2.10.tar.gz
|
||||||
|
/release_v2.14.tar.gz
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: python-pycparser
|
Name: python-pycparser
|
||||||
Summary: C parser and AST generator written in Python
|
Summary: C parser and AST generator written in Python
|
||||||
Version: 2.10
|
Version: 2.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -54,7 +54,7 @@ need to parse C source code.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pycparser-release_v%{version}
|
%setup -q -n pycparser-release_v%{version}
|
||||||
%patch100 -p1 -b .ply
|
%patch100 -p1 -F5 -b .ply
|
||||||
|
|
||||||
# remove embedded copy of ply
|
# remove embedded copy of ply
|
||||||
rm -rf pycparser/ply
|
rm -rf pycparser/ply
|
||||||
@ -114,6 +114,9 @@ popd
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 20 2014 Eric Smith <brouhaha@fedoraproject.org> 2.10-1
|
||||||
- Update to latest upstream.
|
- Update to latest upstream.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user