From 3337ddd4862ff360471f4efa66e177d86220274464b96a72ac2f090306449c51 Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Sat, 2 Dec 2023 10:42:55 +0000 Subject: [PATCH 1/2] Accepting request 1129814 from home:krop:Qt6:Release Qt 6.6.1 OBS-URL: https://build.opensuse.org/request/show/1129814 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-webengine?expand=0&rev=49 --- qt6-webengine.changes | 6 ++++++ qt6-webengine.spec | 11 ++++------- qtwebengine-everywhere-src-6.6.0.tar.xz | 3 --- qtwebengine-everywhere-src-6.6.1.tar.xz | 3 +++ 4 files changed, 13 insertions(+), 10 deletions(-) delete mode 100644 qtwebengine-everywhere-src-6.6.0.tar.xz create mode 100644 qtwebengine-everywhere-src-6.6.1.tar.xz diff --git a/qt6-webengine.changes b/qt6-webengine.changes index 215fa5c..4a65c81 100644 --- a/qt6-webengine.changes +++ b/qt6-webengine.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 27 14:00:22 UTC 2023 - Christophe Marin + +- Update to 6.6.1: + * https://www.qt.io/blog/qt-6.6.1-released + ------------------------------------------------------------------- Tue Oct 10 09:40:03 UTC 2023 - Christophe Marin diff --git a/qt6-webengine.spec b/qt6-webengine.spec index ab4c323..2af7e50 100644 --- a/qt6-webengine.spec +++ b/qt6-webengine.spec @@ -16,7 +16,7 @@ # -%define real_version 6.6.0 +%define real_version 6.6.1 %define short_version 6.6 %define tar_name qtwebengine-everywhere-src %define tar_suffix %{nil} @@ -37,7 +37,7 @@ %bcond_without system_tiff %endif Name: qt6-webengine%{?pkg_suffix} -Version: 6.6.0 +Version: 6.6.1 Release: 0 Summary: Web browser engine for Qt applications License: GPL-2.0-only OR LGPL-3.0-only OR GPL-3.0-only @@ -48,8 +48,7 @@ Source99: qt6-webengine-rpmlintrc # Patches 100-200 are openSUSE and/or non-upstream(able) patches # Patch100: rtc-dont-use-h264.patch # -# Chromium/blink don't support PowerPC and zSystems and build fails on -# 32 bits archs (https://bugreports.qt.io/browse/QTBUG-102143) +# Chromium/blink don't support PowerPC and zSystems ExclusiveArch: aarch64 x86_64 riscv64 BuildRequires: Mesa-KHR-devel BuildRequires: bison @@ -132,9 +131,7 @@ BuildRequires: pkgconfig(libxslt) BuildRequires: pkgconfig(nss) >= 3.26 BuildRequires: pkgconfig(opus) >= 1.3.1 BuildRequires: pkgconfig(poppler-cpp) -# Build fails with newer re2 versions (https://bugreports.qt.io/browse/QTBUG-115931) -# NOTE still fais with 6.6.0-rc -BuildRequires: pkgconfig(re2) <= 10.0.0 +BuildRequires: pkgconfig(re2) BuildRequires: pkgconfig(vpx) >= 1.10.0 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcomposite) diff --git a/qtwebengine-everywhere-src-6.6.0.tar.xz b/qtwebengine-everywhere-src-6.6.0.tar.xz deleted file mode 100644 index cadff55..0000000 --- a/qtwebengine-everywhere-src-6.6.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5dc9ff05a2c57adbf99cbf0c7cb6f19527f67216caf627b0cc160a1d253b780 -size 421117212 diff --git a/qtwebengine-everywhere-src-6.6.1.tar.xz b/qtwebengine-everywhere-src-6.6.1.tar.xz new file mode 100644 index 0000000..30101c0 --- /dev/null +++ b/qtwebengine-everywhere-src-6.6.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6ea228214bd66029ca90549b29021f30f7544abff997b7f831ceac2ce73691 +size 421042656 From a7127aa504538d5a48a1c368e9c295670d258c32bd33bdaebcbb015bef6aaaef Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Sat, 2 Dec 2023 10:43:56 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-webengine?expand=0&rev=50 --- qt6-webengine.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qt6-webengine.spec b/qt6-webengine.spec index 2af7e50..0bbf88d 100644 --- a/qt6-webengine.spec +++ b/qt6-webengine.spec @@ -48,7 +48,8 @@ Source99: qt6-webengine-rpmlintrc # Patches 100-200 are openSUSE and/or non-upstream(able) patches # Patch100: rtc-dont-use-h264.patch # -# Chromium/blink don't support PowerPC and zSystems +# Chromium/blink don't support PowerPC and zSystems and build fails on +# 32 bits archs (https://bugreports.qt.io/browse/QTBUG-102143) ExclusiveArch: aarch64 x86_64 riscv64 BuildRequires: Mesa-KHR-devel BuildRequires: bison