Hello community,

here is the log from the commit of package ghc-bootstrap for openSUSE:Leap:15.2 
checked in at 2020-03-11 10:30:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ghc-bootstrap (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.ghc-bootstrap.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-bootstrap"

Wed Mar 11 10:30:41 2020 rev:18 rq:782958 version:8.6.5

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/ghc-bootstrap/ghc-bootstrap.changes    
2020-02-29 17:18:37.573312298 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.ghc-bootstrap.new.3160/ghc-bootstrap.changes  
2020-03-11 10:30:41.953782173 +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.4VvCxc/_old  2020-03-11 10:30:50.741787275 +0100
+++ /var/tmp/diff_new_pack.4VvCxc/_new  2020-03-11 10:30:50.745787278 +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


Reply via email to