diff --git a/python-cffi.spec b/python-cffi.spec index 1005392..b70212b 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -4,7 +4,7 @@ Name: python-cffi Version: 1.11.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: http://cffi.readthedocs.org/ @@ -109,6 +109,9 @@ PYTHONPATH=build/lib.linux-* py.test c/ testing/ %doc doc/build/html %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.11.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Oct 19 2017 John Dulaney - 1.11.2-1 - New release 1.11.0 - Fix %check