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 2025-12-19 16:42:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-webengine (Old) and /work/SRC/openSUSE:Factory/.qt6-webengine.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-webengine" Fri Dec 19 16:42:09 2025 rev:52 rq:1323478 version:6.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-webengine/qt6-webengine.changes 2025-11-25 15:49:45.502667563 +0100 +++ /work/SRC/openSUSE:Factory/.qt6-webengine.new.1928/qt6-webengine.changes 2025-12-19 16:42:28.829427643 +0100 @@ -1,0 +2,6 @@ +Tue Dec 16 12:32:44 UTC 2025 - Guillaume GARDET <[email protected]> + +- boo#1251922 - Re-enable LTO and pass -mno-outline-atomics to + 3rdparty/chromium for aarch64 as a workaround until fixed upstream + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-webengine.spec ++++++ --- /var/tmp/diff_new_pack.CP1sRQ/_old 2025-12-19 16:42:34.197652135 +0100 +++ /var/tmp/diff_new_pack.CP1sRQ/_new 2025-12-19 16:42:34.205652469 +0100 @@ -15,12 +15,6 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - -%ifarch aarch64 -# Temp workaround for boo#1251922 -%define _lto_cflags %{nil} -%endif - %define real_version 6.10.1 %define short_version 6.10 %define tar_name qtwebengine-everywhere-src @@ -387,6 +381,11 @@ # parallel processes instead of its defaults. export NINJAFLAGS="%{?_smp_mflags}" +%ifarch aarch64 +# Workaround for boo#1251922: force -mno-outline-atomics through the gn build for aarch64 +sed -e 's/cflags = \[\]/cflags = \[ \"-mno-outline-atomics\" \]/' -i ./src/3rdparty/chromium/build/config/linux/BUILD.gn +%endif + %cmake_qt6 \ -DCMAKE_TOOLCHAIN_FILE:STRING="%{_qt6_cmakedir}/Qt6/qt.toolchain.cmake" \ %if 0%{?suse_version} == 1500
