From 043158ddb086d39a37b832afa7818df91d219b0d Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 18 Aug 2021 20:22:16 -0400 Subject: [PATCH] Rebuilt for libffi 3.4.2 SONAME transition. Related: #1891914 --- python-cffi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-cffi.spec b/python-cffi.spec index bdbbec2..11db164 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -1,6 +1,6 @@ Name: python-cffi Version: 1.14.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: https://cffi.readthedocs.org/ @@ -68,6 +68,10 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ %doc doc/build/html %changelog +* Thu Aug 19 2021 DJ Delorie - 1.14.5-4 +- Rebuilt for libffi 3.4.2 SONAME transition. + Related: rhbz#1891914 + * Tue Aug 10 2021 Mohan Boddu - 1.14.5-3 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688