This commit is contained in:
Fedora Release Engineering 2017-02-11 10:04:31 +00:00
parent 3842551cef
commit e2ddbc1e31

View File

@ -5,7 +5,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.14 Version: 2.14
Release: 9%{?dist} Release: 10%{?dist}
License: BSD License: BSD
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://github.com/eliben/pycparser URL: http://github.com/eliben/pycparser
@ -113,6 +113,9 @@ popd
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Fri Jan 6 2017 Orion Poplawski <orion@cora.nwra.com> - 2.14-9 * Fri Jan 6 2017 Orion Poplawski <orion@cora.nwra.com> - 2.14-9
- Ship python2-pycparser - Ship python2-pycparser
- Modernize spec - Modernize spec