From d6b0a883f202e551223b1364af28a739ad32e8e5bebc798178fd12b0ff61b15d Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 28 Mar 2022 14:07:00 +0000 Subject: [PATCH] Qt 6.2.4 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-webengine?expand=0&rev=7 --- chromium-90-fseal.patch | 53 ------------------------- qt6-webengine.changes | 7 ++++ qt6-webengine.spec | 10 ++--- qtwebengine-everywhere-src-6.2.3.tar.xz | 3 -- qtwebengine-everywhere-src-6.2.4.tar.xz | 3 ++ 5 files changed, 14 insertions(+), 62 deletions(-) delete mode 100644 chromium-90-fseal.patch delete mode 100644 qtwebengine-everywhere-src-6.2.3.tar.xz create mode 100644 qtwebengine-everywhere-src-6.2.4.tar.xz diff --git a/chromium-90-fseal.patch b/chromium-90-fseal.patch deleted file mode 100644 index 9d4f69c..0000000 --- a/chromium-90-fseal.patch +++ /dev/null @@ -1,53 +0,0 @@ -Define FSEAL for Leap 15.2 -Origin: chromium package - --- - ---- a/src/3rdparty/chromium/mojo/core/channel_linux.cc.xx 2021-04-26 10:31:10.188705842 +0200 -+++ b/src/3rdparty/chromium/mojo/core/channel_linux.cc 2021-04-26 11:23:26.997161282 +0200 -@@ -5,6 +5,21 @@ - #include "mojo/core/channel_linux.h" - - #include -+#ifndef F_SEAL_SEAL -+# define F_SEAL_SEAL 0x0001 -+#endif -+#ifndef F_SEAL_SHRINK -+# define F_SEAL_SHRINK 0x0002 -+#endif -+#ifndef F_SEAL_GROW -+# define F_SEAL_GROW 0x0004 -+#endif -+#ifndef F_ADD_SEALS -+# define F_ADD_SEALS 1033 -+#endif -+#ifndef F_GET_SEALS -+# define F_GET_SEALS 1034 -+#endif - #include - #include - #include ---- a/src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc.xx 2021-04-26 16:39:18.387482941 +0200 -+++ b/src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc 2021-04-26 16:40:10.866754337 +0200 -@@ -6,6 +6,21 @@ - - #include - #include -+#ifndef F_SEAL_SEAL -+# define F_SEAL_SEAL 0x0001 -+#endif -+#ifndef F_SEAL_SHRINK -+# define F_SEAL_SHRINK 0x0002 -+#endif -+#ifndef F_SEAL_GROW -+# define F_SEAL_GROW 0x0004 -+#endif -+#ifndef F_ADD_SEALS -+# define F_ADD_SEALS 1033 -+#endif -+#ifndef F_GET_SEALS -+# define F_GET_SEALS 1034 -+#endif - #include - #include - #include diff --git a/qt6-webengine.changes b/qt6-webengine.changes index 5adbde3..ad3eed0 100644 --- a/qt6-webengine.changes +++ b/qt6-webengine.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 08:46:39 UTC 2022 - Christophe Giboudeaux + +- Update to 6.2.4 + * https://www.qt.io/blog/qt-6.2.4-released +- Drop chromium-90-fseal.patch. Not needed anymore. + ------------------------------------------------------------------- Mon Jan 31 08:55:03 UTC 2022 - Christophe Giboudeaux diff --git a/qt6-webengine.spec b/qt6-webengine.spec index c986d7a..2220e2e 100644 --- a/qt6-webengine.spec +++ b/qt6-webengine.spec @@ -1,7 +1,7 @@ # # spec file for package qt6-webengine # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%define real_version 6.2.3 +%define real_version 6.2.4 %define short_version 6.2 %define tar_name qtwebengine-everywhere-src %define tar_suffix %{nil} @@ -42,7 +42,7 @@ %bcond_without system_minizip # Name: qt6-webengine%{?pkg_suffix} -Version: 6.2.3 +Version: 6.2.4 Release: 0 Summary: Web browser engine for Qt applications License: LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only @@ -55,12 +55,10 @@ Patch100: rtc-dont-use-h264.patch Patch101: sandbox-statx-futex_time64.patch # PATCH-FIX-UPSTREAM Patch102: 0001-Fix-build-with-glibc-2.34.patch -# PATCH-FIX-OPENSUSE -- Needed for leap 15.2 -Patch103: chromium-90-fseal.patch # PATCH-FIX-OPENSUSE -- disable-gpu-when-using-nouveau-boo-1005323.diff # PATCH-NEEDS-REBASE %if 0 -Patch104: disable-gpu-when-using-nouveau-boo-1005323.diff +Patch103: disable-gpu-when-using-nouveau-boo-1005323.diff %endif # # Chromium/blink don't support all archs diff --git a/qtwebengine-everywhere-src-6.2.3.tar.xz b/qtwebengine-everywhere-src-6.2.3.tar.xz deleted file mode 100644 index 4648ccc..0000000 --- a/qtwebengine-everywhere-src-6.2.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a72293b799a91189e12c91480d485d079cbce90b069439acf0bf81847cd02058 -size 369703936 diff --git a/qtwebengine-everywhere-src-6.2.4.tar.xz b/qtwebengine-everywhere-src-6.2.4.tar.xz new file mode 100644 index 0000000..29f5cd1 --- /dev/null +++ b/qtwebengine-everywhere-src-6.2.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3e96b7a0335b1f683fecf8863ff2930b1bed4df00ce2ff064fa26d0a49e2b1 +size 369689936