diff --git a/python-cffi.spec b/python-cffi.spec index 0ab73b7..cf03d44 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -1,6 +1,6 @@ Name: python-cffi Version: 1.11.5 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: http://cffi.readthedocs.org/ @@ -101,6 +101,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "$k" c/ tes %doc doc/build/html %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 1.11.5-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Wed Aug 22 2018 Miro HronĨok - 1.11.5-6 - Fix FTBFS (#1605627)