Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt6-webengine for openSUSE:Factory checked in at 2024-01-05 21:44:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-webengine (Old) and /work/SRC/openSUSE:Factory/.qt6-webengine.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-webengine" Fri Jan 5 21:44:03 2024 rev:27 rq:1136999 version:6.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-webengine/qt6-webengine.changes 2023-12-20 21:03:50.877941108 +0100 +++ /work/SRC/openSUSE:Factory/.qt6-webengine.new.28375/qt6-webengine.changes 2024-01-05 21:46:27.649359095 +0100 @@ -1,0 +2,7 @@ +Fri Dec 22 09:57:26 UTC 2023 - Michal Suchanek <msucha...@suse.com> + +- On Leap build with re2-10 even when re2-11 is available (bsc#1217257). + re2-11 pulls in system abseil which is incompatible with bundled abseil + causing build failure. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-webengine.spec ++++++ --- /var/tmp/diff_new_pack.D7pVQx/_old 2024-01-05 21:46:29.581429800 +0100 +++ /var/tmp/diff_new_pack.D7pVQx/_new 2024-01-05 21:46:29.581429800 +0100 @@ -1,5 +1,5 @@ # -# spec file for package qt6-webengine +# spec file # # Copyright (c) 2023 SUSE LLC # @@ -135,7 +135,11 @@ BuildRequires: pkgconfig(nss) >= 3.26 BuildRequires: pkgconfig(opus) >= 1.3.1 BuildRequires: pkgconfig(poppler-cpp) +%if 0%{?suse_version} <= 1500 +BuildRequires: pkgconfig(re2) < 11 +%else BuildRequires: pkgconfig(re2) +%endif BuildRequires: pkgconfig(vpx) >= 1.10.0 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcomposite)