From c22a4d076e49b64976ee190ea1bbd77313260dda Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jan 08 2022 10:12:29 +0000 Subject: Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34 --- diff --git a/python-cffi.spec b/python-cffi.spec index e25ef23..4b40303 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -1,7 +1,7 @@ Name: python-cffi %global general_version 1.15.0 Version: %{general_version}%{?prerel:~%{prerel}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: https://cffi.readthedocs.org/ @@ -69,6 +69,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ %doc doc/build/html %changelog +* Sat Jan 08 2022 Miro Hrončok - 1.15.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34 + * Tue Dec 21 2021 Lumír Balhar - 1.15.0-1 - Update to 1.15.0 Resolves: rhbz#2013760