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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=58
This commit is contained in:
Peter Simons 2020-05-06 13:42:13 +00:00 committed by Git OBS Bridge
parent 7a1e92f0a3
commit d3ac5c4fa4
2 changed files with 11 additions and 12 deletions

View File

@ -25,15 +25,20 @@ Fri Jan 17 19:00:28 UTC 2020 - Peter Trommler <ptrommler@icloud.com>
- Add requires tags - Add requires tags
* needed for ghc-bootstrap-helpers * needed for ghc-bootstrap-helpers
-------------------------------------------------------------------
Wed Jan 8 23:28:25 UTC 2020 - Andreas Schwab <schwab@suse.de>
- Enable build on riscv64
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 26 19:02:42 UTC 2019 - Peter Trommler <ptrommler@icloud.com> Tue Nov 26 19:02:42 UTC 2019 - Peter Trommler <ptrommler@icloud.com>
- Add RISCV bindist taken from openSUSE:Factory:RISCV64 - Add RISCV bindist taken from openSUSE:Factory:RISCV64
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 25 19:23:46 UTC 2019 - Peter Trommler <ptrommler@icloud.com> Mon Nov 25 19:23:46 UTC 2019 - Peter Trommler <ptrommler@icloud.com>
- Update to version 8.6.5 for GHC 8.10 bootstrap - Update to version 8.6.5 for GHC 8.10 bootstrap
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 11 18:48:41 UTC 2019 - psimons@suse.com Thu Apr 11 18:48:41 UTC 2019 - psimons@suse.com
@ -49,7 +54,7 @@ Thu Jan 10 08:56:18 UTC 2019 - ptrommler@icloud.com
- Install binary distribution in /opt - Install binary distribution in /opt
* avoid conflicts with package ghc * avoid conflicts with package ghc
* fixes an issue brought up in boo#1121052 * fixes an issue brought up in boo#1121052
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 29 16:39:18 UTC 2018 - Dominique Leuenberger <dimstar@opensuse.org> Mon Oct 29 16:39:18 UTC 2018 - Dominique Leuenberger <dimstar@opensuse.org>
@ -62,7 +67,7 @@ Mon Oct 29 16:39:18 UTC 2018 - Dominique Leuenberger <dimstar@opensuse.org>
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 08:33:08 UTC 2018 - ptrommler@icloud.com Mon Oct 8 08:33:08 UTC 2018 - ptrommler@icloud.com
- update bindists to 8.4.3 for GHC 8.6.1 bootstrap - update bindists to 8.4.3 for GHC 8.6.1 bootstrap
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 18 14:26:16 UTC 2018 - psimons@suse.com Wed Jul 18 14:26:16 UTC 2018 - psimons@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-bootstrap # spec file for package ghc-bootstrap
# #
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# 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
@ -55,7 +55,7 @@
%ifarch %{ix86} %ifarch %{ix86}
%define sysname deb9 %define sysname deb9
%endif %endif
%ifarch ppc64 ppc64le %{arm} aarch64 riscv64 %ifarch ppc64 ppc64le %{arm} aarch64 %{ix86} riscv64
%define sysname unknown %define sysname unknown
%endif %endif
@ -82,19 +82,13 @@ BuildRequires: gmp-devel
BuildRequires: libncurses5 BuildRequires: libncurses5
%ifnarch %{arm} s390x %ifnarch %{arm} s390x
BuildRequires: libnuma-devel BuildRequires: 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
BuildRequires: llvm
Requires: llvm
%endif %endif
%ifarch s390x riscv64 %ifarch s390x riscv64
BuildRequires: libffi-devel BuildRequires: libffi-devel
Requires: libffi-devel
%endif %endif
Requires: gmp-devel Requires: gmp-devel
Requires: libncurses5 Requires: libncurses5