From 5014f7f774601e1b2899e8ff9379977bb448bf73ffa276a3375624e8ed025b29 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 8 Dec 2022 08:15:56 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-bootstrap revision:21, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=82 --- ghc-bootstrap.changes | 6 ++++++ ghc-bootstrap.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ghc-bootstrap.changes b/ghc-bootstrap.changes index d50e623..106c57c 100644 --- a/ghc-bootstrap.changes +++ b/ghc-bootstrap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 1 16:43:06 UTC 2022 - Peter Simons + +- Explictly depend on libffi8 to make sure we're getting the + correct version of the libffi shared library. [jsc#PED-1151] + ------------------------------------------------------------------- Fri Jun 24 07:13:19 UTC 2022 - Guillaume GARDET diff --git a/ghc-bootstrap.spec b/ghc-bootstrap.spec index 80afa3d..86439c3 100644 --- a/ghc-bootstrap.spec +++ b/ghc-bootstrap.spec @@ -72,9 +72,11 @@ BuildRequires: fdupes BuildRequires: gmp-devel BuildRequires: libncurses5 BuildRequires: pkgconfig(libffi) +BuildRequires: libffi8 >= 3.4.4 Requires: gmp-devel Requires: libncurses5 Requires: pkgconfig(libffi) +Requires: libffi8 >= 3.4.4 # This package is not meant to be used outside OBS Requires: this-is-only-for-build-envs Provides: ghc-bootstrap-devel