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 2026-05-08 20:32:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqt5-qtwebengine (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtwebengine.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtwebengine" Fri May 8 20:32:50 2026 rev:109 rq:1352035 version:5.15.19 Changes: -------- --- /work/SRC/openSUSE:Factory/libqt5-qtwebengine/libqt5-qtwebengine.changes 2025-12-03 14:14:16.847005363 +0100 +++ /work/SRC/openSUSE:Factory/.libqt5-qtwebengine.new.1966/libqt5-qtwebengine.changes 2026-05-08 20:32:52.112374933 +0200 @@ -1,0 +2,6 @@ +Fri May 8 13:21:47 UTC 2026 - Christophe Marin <[email protected]> + +- Backport upstream change: + * qtwebengine-glibc-2_43.patch + +------------------------------------------------------------------- New: ---- qtwebengine-glibc-2_43.patch ----------(New B)---------- New:- Backport upstream change: * qtwebengine-glibc-2_43.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqt5-qtwebengine.spec ++++++ --- /var/tmp/diff_new_pack.y8khrm/_old 2026-05-08 20:32:56.968573716 +0200 +++ /var/tmp/diff_new_pack.y8khrm/_new 2026-05-08 20:32:57.004575190 +0200 @@ -71,10 +71,12 @@ Patch10: qtwebengine-5.15.18-gcc15-cstdint.patch # PATCH-FIX-UPSTREAM -- Fix build against ICU 78, borrowed from https://aur.archlinux.org/cgit/aur.git/tree/qt5-webengine-icu-78.patch?h=qt5-webengine Patch11: libqt5-qtwebengine-icu78.patch +# PATCH-FIX-UPSTREAM -- glibc 2.43 support +Patch12: qtwebengine-glibc-2_43.patch ### Patch 50-99 are applied conditionally # PATCH-FIX-UPSTREAM -- allow building qtwebengine with ffmpeg 5 -Patch50: qtwebengine-ffmpeg5.patch -Patch51: qt5-webengine-ffmpeg7.patch +Patch51: qtwebengine-ffmpeg5.patch +Patch52: qt5-webengine-ffmpeg7.patch ### # http://www.chromium.org/blink is not ported to PowerPC & s390 ExcludeArch: ppc ppc64 ppc64le s390 s390x @@ -301,24 +303,13 @@ %prep # Leap's rpm doesn't understand '%%autopatch -M N' nor '%%autopatch X Y Z -p1' %setup -q -n %{tar_version} -%patch -P0 -p1 -%patch -P1 -p1 -%patch -P2 -p1 -%patch -P3 -p1 -%patch -P4 -p1 -%patch -P5 -p1 -%patch -P6 -p1 -%patch -P7 -p1 -%patch -P8 -p1 -%patch -P9 -p1 -%patch -P10 -p1 -%patch -P11 -p1 +%autopatch -p1 -M 50 # FFmpeg 5 %if %{with system_ffmpeg} %if %{pkg_vcmp pkgconfig(libavcodec) >= 5} -%patch -P50 -p1 %patch -P51 -p1 +%patch -P52 -p1 %endif %endif ++++++ qtwebengine-glibc-2_43.patch ++++++ >From fe54c96c468e8e5559472d41eaaa2c43388c7185 Mon Sep 17 00:00:00 2001 From: Peter Varga <[email protected]> Date: Mon, 16 Feb 2026 16:12:58 +0100 Subject: [PATCH] Fix build with glibc-2.43 and above MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes error: //sandbox/linux/system_headers/linux_seccomp.h:218:39: error: expected identifier before numeric constant 218 | #define SYS_SECCOMP 1 | ^ error: expected ‘}’ before numeric constant See https://crbug.com/456218403 Pick-to: 134-based 130-based 122-based Change-Id: I5f2ea6826650b9eff6b4defff694f24e301f7663 Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/713181 Reviewed-by: Moss Heim <[email protected]> --- .../chromium/sandbox/linux/system_headers/linux_seccomp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h b/src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h index 1fa47ed09..45c2d4a79 100644 --- a/src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h +++ b/src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h @@ -6,6 +6,7 @@ #define SANDBOX_LINUX_SYSTEM_HEADERS_LINUX_SECCOMP_H_ #include <stdint.h> +#include <signal.h> #include "build/build_config.h" -- 2.54.0
