Accepting request 898339 from devel:languages:haskell:ghc-8.10.x

- 8.10.5 llvm backend needs llvm 10 - 12

- update to 8.10.5

OBS-URL: https://build.opensuse.org/request/show/898339
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=358
This commit is contained in:
Ondřej Súkup 2021-06-08 10:55:43 +00:00 committed by Git OBS Bridge
parent 9735226fcc
commit 81d703d916
2 changed files with 14 additions and 9 deletions

View File

@ -1,7 +1,12 @@
-------------------------------------------------------------------
Tue Jun 8 10:46:50 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
- 8.10.5 llvm backend needs llvm 10 - 12
-------------------------------------------------------------------
Sun Jun 6 19:38:14 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 8.10.x
- update to 8.10.5
- refresh ghc-pie.patch
* Fix a bug resulting in segmentation faults where code may be unloaded prematurely
when using the parallel garbage collector (#19417) along with other bugs

View File

@ -53,10 +53,10 @@ BuildRequires: xz
%ifarch aarch64 %{arm}
BuildRequires: binutils-gold
%endif
%ifarch aarch64 %{arm} %{ix86} x86_64
BuildRequires: clang9
BuildRequires: llvm9
BuildRequires: llvm9-devel
%ifarch aarch64 %{arm}
BuildRequires: clang10
BuildRequires: llvm10
BuildRequires: llvm10-devel
%endif
%if %{undefined without_manual}
BuildRequires: python3-Sphinx
@ -109,12 +109,12 @@ Requires(postun): update-alternatives
Requires: binutils-gold
%endif
%ifarch aarch64 %{arm}
Requires: clang9
Requires: llvm9
Requires: clang10
Requires: llvm10
%endif
%ifarch x86_64 %{ix86}
Suggests: clang9
Suggests: llvm9
Suggests: clang10
Suggests: llvm10
%endif
%description compiler