Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-bootstrap for openSUSE:Factory checked in at 2023-01-23 18:32:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-bootstrap (Old) and /work/SRC/openSUSE:Factory/.ghc-bootstrap.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-bootstrap" Mon Jan 23 18:32:49 2023 rev:29 rq:1060396 version:8.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-bootstrap/ghc-bootstrap.changes 2022-12-10 21:18:25.001762901 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-bootstrap.new.32243/ghc-bootstrap.changes 2023-01-23 18:32:58.592480767 +0100 @@ -1,0 +2,6 @@ +Thu Jan 19 12:39:27 UTC 2023 - Guillaume GARDET <[email protected]> + +- Do not require unversionned llvm since ghc needs a specific + llvm version. [boo#1207265] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-bootstrap.spec ++++++ --- /var/tmp/diff_new_pack.2hn0pU/_old 2023-01-23 18:33:02.264506177 +0100 +++ /var/tmp/diff_new_pack.2hn0pU/_new 2023-01-23 18:33:02.272506233 +0100 @@ -15,6 +15,12 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +# Keep in sync with ghc.spec +%if 0%{suse_version} > 1550 +%global llvm_major 12 +%else +%global llvm_major 9 +%endif %ifarch ppc %define longarch powerpc @@ -93,7 +99,7 @@ BuildRequires: libnuma-devel %endif %ifarch aarch64 %{arm} -Requires: llvm +Requires: llvm%{llvm_major} %endif %ifnarch %{arm} s390x Requires: libffi-devel
