Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt6-webchannel for openSUSE:Factory checked in at 2026-02-03 21:27:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-webchannel (Old) and /work/SRC/openSUSE:Factory/.qt6-webchannel.new.1995 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-webchannel" Tue Feb 3 21:27:43 2026 rev:34 rq:1330608 version:6.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-webchannel/qt6-webchannel.changes 2025-11-25 15:49:43.850598049 +0100 +++ /work/SRC/openSUSE:Factory/.qt6-webchannel.new.1995/qt6-webchannel.changes 2026-02-03 21:28:35.725318445 +0100 @@ -1,0 +2,6 @@ +Sat Jan 31 08:10:43 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 6.10.2: + * https://www.qt.io/blog/qt-6.10.2-released + +------------------------------------------------------------------- Old: ---- qtwebchannel-everywhere-src-6.10.1.tar.xz New: ---- qtwebchannel-everywhere-src-6.10.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-webchannel.spec ++++++ --- /var/tmp/diff_new_pack.zdgCq7/_old 2026-02-03 21:28:36.841365289 +0100 +++ /var/tmp/diff_new_pack.zdgCq7/_new 2026-02-03 21:28:36.841365289 +0100 @@ -16,7 +16,7 @@ # -%define real_version 6.10.1 +%define real_version 6.10.2 %define short_version 6.10 %define tar_name qtwebchannel-everywhere-src %define tar_suffix %{nil} @@ -27,7 +27,7 @@ %endif # Name: qt6-webchannel%{?pkg_suffix} -Version: 6.10.1 +Version: 6.10.2 Release: 0 Summary: Qt 6 WebChannel library License: GPL-2.0-only OR LGPL-3.0-only OR GPL-3.0-only ++++++ qtwebchannel-everywhere-src-6.10.1.tar.xz -> qtwebchannel-everywhere-src-6.10.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtwebchannel-everywhere-src-6.10.1/.cmake.conf new/qtwebchannel-everywhere-src-6.10.2/.cmake.conf --- old/qtwebchannel-everywhere-src-6.10.1/.cmake.conf 2025-11-13 22:11:04.000000000 +0100 +++ new/qtwebchannel-everywhere-src-6.10.2/.cmake.conf 2026-01-22 21:37:57.000000000 +0100 @@ -1,4 +1,6 @@ -set(QT_REPO_MODULE_VERSION "6.10.1") +set(QT_REPO_MODULE_VERSION "6.10.2") set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1") -set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_AS_CONST=1") -list(APPEND QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_FOREACH=1") +set(QT_EXTRA_INTERNAL_TARGET_DEFINES + "QT_NO_FOREACH=1" + "QT_NO_QASCONST=1" +) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtwebchannel-everywhere-src-6.10.1/.tag new/qtwebchannel-everywhere-src-6.10.2/.tag --- old/qtwebchannel-everywhere-src-6.10.1/.tag 2025-11-13 22:11:04.000000000 +0100 +++ new/qtwebchannel-everywhere-src-6.10.2/.tag 2026-01-22 21:37:57.000000000 +0100 @@ -1 +1 @@ -f6afc406450f66dc8f3edbd191638c54efe4bbcc +d6f9e63149c6b2246262c656464012beb640a1a7 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtwebchannel-everywhere-src-6.10.1/dependencies.yaml new/qtwebchannel-everywhere-src-6.10.2/dependencies.yaml --- old/qtwebchannel-everywhere-src-6.10.1/dependencies.yaml 2025-11-13 22:11:04.000000000 +0100 +++ new/qtwebchannel-everywhere-src-6.10.2/dependencies.yaml 2026-01-22 21:37:57.000000000 +0100 @@ -1,10 +1,10 @@ dependencies: ../qtbase: - ref: 90b845d15ffb97693dba527385db83510ebd121a + ref: 000d6c62f7880bb8d3054724e8da0b8ae244130e required: true ../qtdeclarative: - ref: 22fb5e739a2ea700448b22d34ade0d5c1927cb48 + ref: 09c70541c76659bcd8c49f05841b0e778c9ffd4c required: false ../qtwebsockets: - ref: ba2ada87ef9027650efb6251e7fc05519f484e95 + ref: 2b969cb983d1e22df0e6fc6ece54043942090bd8 required: false diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtwebchannel-everywhere-src-6.10.1/tests/auto/webchannel/tst_webchannel.h new/qtwebchannel-everywhere-src-6.10.2/tests/auto/webchannel/tst_webchannel.h --- old/qtwebchannel-everywhere-src-6.10.1/tests/auto/webchannel/tst_webchannel.h 2025-11-13 22:11:04.000000000 +0100 +++ new/qtwebchannel-everywhere-src-6.10.2/tests/auto/webchannel/tst_webchannel.h 2026-01-22 21:37:57.000000000 +0100 @@ -76,7 +76,6 @@ class TestObject : public QObject { Q_OBJECT - Q_ENUMS(Foo) Q_PROPERTY(Foo foo READ foo CONSTANT) Q_PROPERTY(int asdf READ asdf NOTIFY asdfChanged) @@ -97,6 +96,7 @@ Bar, Asdf }; + Q_ENUM(Foo) enum TestFlag : quint16 { FirstFlag = 0x1,
