Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package chromium for openSUSE:Factory checked in at 2021-11-27 00:50:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chromium (Old) and /work/SRC/openSUSE:Factory/.chromium.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chromium" Sat Nov 27 00:50:26 2021 rev:310 rq:933159 version:95.0.4638.69 Changes: -------- --- /work/SRC/openSUSE:Factory/chromium/chromium.changes 2021-11-21 23:52:02.922278737 +0100 +++ /work/SRC/openSUSE:Factory/.chromium.new.1895/chromium.changes 2021-11-27 00:50:29.114975902 +0100 @@ -1,0 +2,5 @@ +Fri Nov 19 09:32:39 UTC 2021 - Callum Farmer <gm...@opensuse.org> + +- Ensure newer libs and LLVM is used on Leap (boo#1192310) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chromium.spec ++++++ --- /var/tmp/diff_new_pack.7Un3tc/_old 2021-11-27 00:50:36.458950546 +0100 +++ /var/tmp/diff_new_pack.7Un3tc/_new 2021-11-27 00:50:36.458950546 +0100 @@ -260,10 +260,19 @@ BuildRequires: pkgconfig(freetype2) %endif %if %{with clang} +%if %{?suse_version} < 1550 +BuildRequires: clang12 +BuildRequires: gcc10 +BuildRequires: libstdc++6-devel-gcc10 +BuildRequires: lld12 +BuildRequires: llvm12 +%else BuildRequires: clang BuildRequires: lld BuildRequires: llvm -%else +%endif +%endif +%if %{without clang} BuildRequires: binutils-gold %if %{?suse_version} > 1500 BuildRequires: gcc >= 10