Accepting request 780013 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/780013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-bootstrap?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2020-03-09 13:14:42 +00:00 committed by Git OBS Bridge
commit 35a2244d86
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 4 08:50:52 UTC 2020 - Peter Trommler <ptrommler@icloud.com>
- Relax LLVM requirement on ARM and Aarch64
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 27 15:04:30 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org> Mon Jan 27 15:04:30 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-bootstrap # spec file for package ghc-bootstrap
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -84,10 +84,19 @@ BuildRequires: libncurses5
BuildRequires: libnuma-devel BuildRequires: libnuma-devel
Requires: libnuma-devel Requires: libnuma-devel
%endif %endif
%ifarch aarch64 %{arm} %ifarch aarch64 %{arm}
BuildRequires: binutils-gold BuildRequires: binutils-gold
Requires: binutils-gold Requires: binutils-gold
%if 0%{?suse_version} >= 1550
BuildRequires: llvm6
Requires: llvm6
%else
BuildRequires: llvm
Requires: llvm
%endif %endif
%endif
%ifarch s390x riscv64 %ifarch s390x riscv64
BuildRequires: libffi-devel BuildRequires: libffi-devel
Requires: libffi-devel Requires: libffi-devel