osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-bootstrap revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=88
This commit is contained in:
Peter Simons 2023-02-02 14:52:33 +00:00 committed by Git OBS Bridge
parent c8d55189a5
commit 8ef8043d9b
2 changed files with 34 additions and 1 deletions

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Feb 2 14:27:08 UTC 2023 - Peter Simons <psimons@suse.com>
- Update bootstrap compiler to ghc-8.10.7.
-------------------------------------------------------------------
Thu Jan 19 12:39:27 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Do not require unversionned llvm since ghc needs a specific
llvm version. [boo#1207265]
-------------------------------------------------------------------
Thu Dec 1 16:43:06 UTC 2022 - Peter Simons <psimons@suse.com>
- 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 <guillaume.gardet@opensuse.org>
- Remove dependency on binutils-gold which have been removed from
Factory
- Allow a newer llvm to be used since llvm9 has been removed from
Factory
-------------------------------------------------------------------
Fri Feb 11 08:40:15 UTC 2022 - Peter Simons <psimons@suse.com>

View File

@ -15,6 +15,12 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
# Keep in sync with ghc.spec
%if 0%{suse_version} > 1550
%global llvm_major 12
%else
%global llvm_major 9
%endif
%ifarch ppc
%define longarch powerpc
@ -71,9 +77,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
@ -90,7 +98,7 @@ Release: 0
BuildRequires: libnuma-devel
%endif
%ifarch aarch64 riscv64
Requires: llvm12
Requires: llvm%{llvm_major}
%endif
%ifnarch %{arm} s390x
Requires: libffi-devel