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:
parent
9735226fcc
commit
81d703d916
@ -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>
|
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
|
- refresh ghc-pie.patch
|
||||||
* Fix a bug resulting in segmentation faults where code may be unloaded prematurely
|
* Fix a bug resulting in segmentation faults where code may be unloaded prematurely
|
||||||
when using the parallel garbage collector (#19417) along with other bugs
|
when using the parallel garbage collector (#19417) along with other bugs
|
||||||
|
16
ghc.spec
16
ghc.spec
@ -53,10 +53,10 @@ BuildRequires: xz
|
|||||||
%ifarch aarch64 %{arm}
|
%ifarch aarch64 %{arm}
|
||||||
BuildRequires: binutils-gold
|
BuildRequires: binutils-gold
|
||||||
%endif
|
%endif
|
||||||
%ifarch aarch64 %{arm} %{ix86} x86_64
|
%ifarch aarch64 %{arm}
|
||||||
BuildRequires: clang9
|
BuildRequires: clang10
|
||||||
BuildRequires: llvm9
|
BuildRequires: llvm10
|
||||||
BuildRequires: llvm9-devel
|
BuildRequires: llvm10-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{undefined without_manual}
|
%if %{undefined without_manual}
|
||||||
BuildRequires: python3-Sphinx
|
BuildRequires: python3-Sphinx
|
||||||
@ -109,12 +109,12 @@ Requires(postun): update-alternatives
|
|||||||
Requires: binutils-gold
|
Requires: binutils-gold
|
||||||
%endif
|
%endif
|
||||||
%ifarch aarch64 %{arm}
|
%ifarch aarch64 %{arm}
|
||||||
Requires: clang9
|
Requires: clang10
|
||||||
Requires: llvm9
|
Requires: llvm10
|
||||||
%endif
|
%endif
|
||||||
%ifarch x86_64 %{ix86}
|
%ifarch x86_64 %{ix86}
|
||||||
Suggests: clang9
|
Suggests: clang10
|
||||||
Suggests: llvm9
|
Suggests: llvm10
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description compiler
|
%description compiler
|
||||||
|
Loading…
x
Reference in New Issue
Block a user