Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libqt5-qtwebengine for openSUSE:Factory checked in at 2024-05-20 18:11:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqt5-qtwebengine (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtwebengine.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtwebengine" Mon May 20 18:11:17 2024 rev:97 rq:1174927 version:5.15.16 Changes: -------- --- /work/SRC/openSUSE:Factory/libqt5-qtwebengine/libqt5-qtwebengine.changes 2024-04-21 20:25:54.182887548 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5-qtwebengine.new.1880/libqt5-qtwebengine.changes 2024-05-20 18:12:18.363826248 +0200 @@ -1,0 +2,6 @@ +Fri May 17 05:53:59 UTC 2024 - Christoph G <f...@grueninger.de> + +- Backport Ninja 1.12 compatibility patch (and adjust paths) + Add-missing-dependencies.patch from upstream + +------------------------------------------------------------------- New: ---- Add-missing-dependencies.patch BETA DEBUG BEGIN: New:- Backport Ninja 1.12 compatibility patch (and adjust paths) Add-missing-dependencies.patch from upstream BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqt5-qtwebengine.spec ++++++ --- /var/tmp/diff_new_pack.6g9lc8/_old 2024-05-20 18:12:21.827952423 +0200 +++ /var/tmp/diff_new_pack.6g9lc8/_new 2024-05-20 18:12:21.831952568 +0200 @@ -1,7 +1,7 @@ # # spec file for package libqt5-qtwebengine # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -64,6 +64,8 @@ Patch7: python311-fixes.patch # PATCH-FIX-UPSTREAM -- libxml 2.12 support Patch8: 0001-Fix-building-with-system-libxml2.patch +# PATCH-FIX-UPSTREAM -- Add missing dependencies for compatibility with Ninja 1.12 +Patch9: Add-missing-dependencies.patch ### Patch 50-99 are applied conditionally # PATCH-FIX-OPENSUSE -- allow building qtwebengine with ffmpeg5 Patch50: qtwebengine-ffmpeg5.patch @@ -300,6 +302,7 @@ %patch -P6 -p1 %patch -P7 -p1 %patch -P8 -p1 +%patch -P9 -p1 # Replace the whole catapult folder rather than picking individual changes pushd src/3rdparty/chromium/third_party ++++++ Add-missing-dependencies.patch ++++++ diff --git a/chromium/content/public/browser/BUILD.gn b/chromium/content/public/browser/BUILD.gn index 7cf82a4aacf..0e0dda2c3ca 100644 --- a/src/3rdparty/chromium/content/public/browser/BUILD.gn +++ b/src/3rdparty/chromium/content/public/browser/BUILD.gn @@ -469,6 +469,7 @@ jumbo_source_set("browser_sources") { "//build:chromeos_buildflags", "//cc", "//components/viz/host", + "//components/spellcheck:buildflags", "//content/browser", # Must not be public_deps! "//device/fido", "//gpu",