Hello community, here is the log from the commit of package ghc for openSUSE:Factory checked in at 2020-10-05 19:40:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc (Old) and /work/SRC/openSUSE:Factory/.ghc.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc" Mon Oct 5 19:40:12 2020 rev:87 rq:839358 version:8.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc/ghc.changes 2020-08-18 12:24:14.631802383 +0200 +++ /work/SRC/openSUSE:Factory/.ghc.new.4249/ghc.changes 2020-10-05 19:41:02.145663884 +0200 @@ -1,0 +2,6 @@ +Sat Oct 3 15:58:52 UTC 2020 - Ondřej Súkup <[email protected]> + +- add --enable-unregistered to configure phase on unregistered + architectures + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc.spec ++++++ --- /var/tmp/diff_new_pack.xyvFfE/_old 2020-10-05 19:41:03.137664854 +0200 +++ /var/tmp/diff_new_pack.xyvFfE/_new 2020-10-05 19:41:03.141664857 +0200 @@ -55,9 +55,11 @@ %endif %ifarch aarch64 %{arm} %{ix86} x86_64 %if 0%{?suse_version} >= 1550 +BuildRequires: llvm9 BuildRequires: llvm9-devel BuildRequires: clang9 %else +BuildRequires: llvm BuildRequires: llvm-devel BuildRequires: clang %endif @@ -257,6 +259,9 @@ --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} \ --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} \ --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} \ +%ifarch %{unregisterised_archs} + --enable-unregisterised \ +%endif --with-system-libffi %if 0%{?suse_version} >= 1500
