diff --git a/python-cffi.spec b/python-cffi.spec index 356c197..a783f70 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -1,11 +1,12 @@ Name: python-cffi Version: 1.14.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: https://cffi.readthedocs.org/ Source0: %{pypi_source cffi} +BuildRequires: make BuildRequires: libffi-devel BuildRequires: gcc @@ -67,6 +68,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ %doc doc/build/html %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.14.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 19 2020 Joel Capitao - 1.14.3-1 - Update to 1.14.3