From 952c3a600110be00e073b33b1935291f6ed0e90e Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 03:39:34 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-cffi.git#8733871ab240773a5e3fa6e599a5e14269860257 --- python-cffi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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