diff --git a/python-cffi.spec b/python-cffi.spec index 40503c8..359603b 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: 5%{?dist} +Release: 6%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: https://cffi.readthedocs.org/ @@ -73,6 +73,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ %doc doc/build/html %changelog +* Mon Jun 13 2022 Python Maint - 1.15.0-6 +- Rebuilt for Python 3.11 + * Wed Mar 30 2022 Miro HronĨok - 1.15.0-5 - Fix alignment issue on ppc64le - Fixes: rhbz#2046865