From 7a1e92f0a3cb8d34bf18bc5c710faeb972c9d9a61f8e0583ba1de369f629ffd7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 13 Mar 2020 10:34:14 +0000 Subject: [PATCH] Accepting request 784388 from devel:languages:haskell:ghc-8.8.x Fix ARM OBS-URL: https://build.opensuse.org/request/show/784388 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=56 --- ghc-bootstrap.changes | 6 ++++++ ghc-bootstrap.spec | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ghc-bootstrap.changes b/ghc-bootstrap.changes index 0a74d4d..c1c4728 100644 --- a/ghc-bootstrap.changes +++ b/ghc-bootstrap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 10 20:33:07 UTC 2020 - Guillaume GARDET + +- Fix previous commit, do not require llvm6 for Tumbleweed + since it has been dropped from Factory. + ------------------------------------------------------------------- Tue Feb 4 08:50:52 UTC 2020 - Peter Trommler diff --git a/ghc-bootstrap.spec b/ghc-bootstrap.spec index 4b4f00b..f61f1be 100644 --- a/ghc-bootstrap.spec +++ b/ghc-bootstrap.spec @@ -88,14 +88,9 @@ Requires: libnuma-devel %ifarch aarch64 %{arm} BuildRequires: binutils-gold Requires: binutils-gold -%if 0%{?suse_version} >= 1550 -BuildRequires: llvm6 -Requires: llvm6 -%else BuildRequires: llvm Requires: llvm %endif -%endif %ifarch s390x riscv64 BuildRequires: libffi-devel