Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc for openSUSE:Factory checked in 
at 2021-03-17 20:16:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc (Old)
 and      /work/SRC/openSUSE:Factory/.ghc.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc"

Wed Mar 17 20:16:00 2021 rev:91 rq:879381 version:8.10.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc/ghc.changes  2021-02-16 22:48:16.622548807 
+0100
+++ /work/SRC/openSUSE:Factory/.ghc.new.2401/ghc.changes        2021-03-17 
20:19:45.623301565 +0100
@@ -1,0 +2,6 @@
+Mon Mar 15 20:33:24 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- always build against llvm9, also on SLE15 (suse_version == 1500)
+  otherwise the resulting build is not working (llvm is 7.x there) 
(bsc#1181571)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc.spec ++++++
--- /var/tmp/diff_new_pack.kIzEnU/_old  2021-03-17 20:19:46.279302462 +0100
+++ /var/tmp/diff_new_pack.kIzEnU/_new  2021-03-17 20:19:46.279302462 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -54,15 +54,9 @@
 BuildRequires:  binutils-gold
 %endif
 %ifarch aarch64 %{arm} %{ix86} x86_64
-%if 0%{?suse_version} >= 1550
+BuildRequires:  clang9
 BuildRequires:  llvm9
 BuildRequires:  llvm9-devel
-BuildRequires:  clang9 
-%else
-BuildRequires:  llvm
-BuildRequires:  llvm-devel
-BuildRequires:  clang 
-%endif
 %endif
 %if %{undefined without_manual}
 BuildRequires:  python3-Sphinx
@@ -115,22 +109,12 @@
 Requires:       binutils-gold
 %endif
 %ifarch aarch64 %{arm}
-%if 0%{?suse_version} >= 1550
 Requires:       clang9
 Requires:       llvm9
-%else
-Requires:       llvm
-Requires:       clang 
-%endif
 %endif
 %ifarch x86_64 %{ix86}
-%if 0%{?suse_version} >= 1550
 Suggests:       clang9 
 Suggests:       llvm9
-%else
-Suggests:       llvm
-Suggests:       clang
-%endif
 %endif
 
 %description compiler
@@ -277,7 +261,6 @@
 make -j 2
 %endif
 
-
 %install
 %makeinstall
 

Reply via email to