diff --git a/python-pycparser.spec b/python-pycparser.spec index 4c74c99..4d59d72 100644 --- a/python-pycparser.spec +++ b/python-pycparser.spec @@ -9,7 +9,7 @@ Name: python-pycparser Summary: C parser and AST generator written in Python Version: 2.14 -Release: 19%{?dist} +Release: 20%{?dist} License: BSD URL: http://github.com/eliben/pycparser Source0: http://github.com/eliben/pycparser/archive/release_v%{version}.tar.gz @@ -121,6 +121,9 @@ popd %endif # with_python3 %changelog +* Fri Jul 26 2019 Fedora Release Engineering - 2.14-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Mon Jun 10 2019 Marcel Plch - 2.14-19 - Avoid invalid unicode escape sequences in Py3.8