Hello community, here is the log from the commit of package ghc-bootstrap for openSUSE:Factory checked in at 2020-03-09 14:14:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-bootstrap (Old) and /work/SRC/openSUSE:Factory/.ghc-bootstrap.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-bootstrap" Mon Mar 9 14:14:42 2020 rev:19 rq:780013 version:8.6.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-bootstrap/ghc-bootstrap.changes 2020-02-27 14:36:06.733880558 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-bootstrap.new.26092/ghc-bootstrap.changes 2020-03-09 14:15:05.718574284 +0100 @@ -1,0 +2,5 @@ +Tue Feb 4 08:50:52 UTC 2020 - Peter Trommler <[email protected]> + +- Relax LLVM requirement on ARM and Aarch64 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-bootstrap.spec ++++++ --- /var/tmp/diff_new_pack.1WLVQK/_old 2020-03-09 14:15:19.874583617 +0100 +++ /var/tmp/diff_new_pack.1WLVQK/_new 2020-03-09 14:15:19.874583617 +0100 @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -84,10 +84,19 @@ BuildRequires: libnuma-devel Requires: libnuma-devel %endif + %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 Requires: libffi-devel
