From 4b830d8a5eeea51d917983d1da3fea5384510ab6 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 09:36:13 +0100 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/libffi.git#16342320c793aa9a71ea644f688d69cc313deec4 --- libffi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libffi.spec b/libffi.spec index 0328b12..03949eb 100644 --- a/libffi.spec +++ b/libffi.spec @@ -4,7 +4,7 @@ Name: libffi Version: 3.1 -Release: 27%{?dist} +Release: 28%{?dist} Summary: A portable foreign function interface library License: MIT URL: http://sourceware.org/libffi @@ -18,6 +18,7 @@ Patch2: libffi-aarch64-rhbz1174037.patch Patch3: libffi-3.1-aarch64-fix-exec-stack.patch Patch4: libffi-3.1-libffi_tmpdir.patch +BuildRequires: make BuildRequires: gcc %if %{without bootstrap} BuildRequires: gcc-c++ @@ -121,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/libffi-%{version} %{_infodir}/libffi.info.* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 3.1-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Dec 02 2020 Carlos O'Donell - 3.1-27 - Use make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro