Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt6-scxml for openSUSE:Factory checked in at 2025-11-25 15:48:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-scxml (Old) and /work/SRC/openSUSE:Factory/.qt6-scxml.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-scxml" Tue Nov 25 15:48:08 2025 rev:37 rq:1319500 version:6.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-scxml/qt6-scxml.changes 2025-10-13 17:26:51.614101070 +0200 +++ /work/SRC/openSUSE:Factory/.qt6-scxml.new.14147/qt6-scxml.changes 2025-11-25 15:49:16.529442208 +0100 @@ -1,0 +2,6 @@ +Thu Nov 20 15:14:57 UTC 2025 - Christophe Marin <[email protected]> + +- Update to 6.10.1 + https://www.qt.io/blog/qt-6.10.1-released + +------------------------------------------------------------------- Old: ---- qtscxml-everywhere-src-6.10.0.tar.xz New: ---- qtscxml-everywhere-src-6.10.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-scxml.spec ++++++ --- /var/tmp/diff_new_pack.vqjiWX/_old 2025-11-25 15:49:18.845540452 +0100 +++ /var/tmp/diff_new_pack.vqjiWX/_new 2025-11-25 15:49:18.853540791 +0100 @@ -16,7 +16,7 @@ # -%define real_version 6.10.0 +%define real_version 6.10.1 %define short_version 6.10 %define short_name qtscxml %define tar_name qtscxml-everywhere-src @@ -31,7 +31,7 @@ %global __requires_exclude qt6qmlimport\\((Calculator|InvokeExample|Mediaplayer|TrafficLightApplication)\\) # Name: qt6-scxml%{?pkg_suffix} -Version: 6.10.0 +Version: 6.10.1 Release: 0 Summary: SCXML (state machine notation) compiler and related tools License: GPL-2.0-only OR GPL-3.0-or-later OR LGPL-3.0-only ++++++ qtscxml-everywhere-src-6.10.0.tar.xz -> qtscxml-everywhere-src-6.10.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.10.0/.cmake.conf new/qtscxml-everywhere-src-6.10.1/.cmake.conf --- old/qtscxml-everywhere-src-6.10.0/.cmake.conf 2025-10-02 00:59:41.000000000 +0200 +++ new/qtscxml-everywhere-src-6.10.1/.cmake.conf 2025-11-13 21:37:11.000000000 +0100 @@ -1,4 +1,4 @@ -set(QT_REPO_MODULE_VERSION "6.10.0") +set(QT_REPO_MODULE_VERSION "6.10.1") 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") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.10.0/.tag new/qtscxml-everywhere-src-6.10.1/.tag --- old/qtscxml-everywhere-src-6.10.0/.tag 2025-10-02 00:59:41.000000000 +0200 +++ new/qtscxml-everywhere-src-6.10.1/.tag 2025-11-13 21:37:11.000000000 +0100 @@ -1 +1 @@ -4d8a8fa98dba2370c424c8a16282e812bef27dbc +55588762242ad9fdaca805f95537dfb2c4cf7615 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.10.0/dependencies.yaml new/qtscxml-everywhere-src-6.10.1/dependencies.yaml --- old/qtscxml-everywhere-src-6.10.0/dependencies.yaml 2025-10-02 00:59:41.000000000 +0200 +++ new/qtscxml-everywhere-src-6.10.1/dependencies.yaml 2025-11-13 21:37:11.000000000 +0100 @@ -1,7 +1,7 @@ dependencies: ../qtbase: - ref: 5a8637e4516bc48a0b3f4b5ec3b18618b92e7222 + ref: 90b845d15ffb97693dba527385db83510ebd121a required: true ../qtdeclarative: - ref: 7e0ab1d98c159c9f4c9afab78b43e7c70f449e41 + ref: 22fb5e739a2ea700448b22d34ade0d5c1927cb48 required: false diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.10.0/src/scxml/qscxmlstatemachine.cpp new/qtscxml-everywhere-src-6.10.1/src/scxml/qscxmlstatemachine.cpp --- old/qtscxml-everywhere-src-6.10.0/src/scxml/qscxmlstatemachine.cpp 2025-10-02 00:59:41.000000000 +0200 +++ new/qtscxml-everywhere-src-6.10.1/src/scxml/qscxmlstatemachine.cpp 2025-11-13 21:37:11.000000000 +0100 @@ -483,10 +483,8 @@ } } - if (event->eventType() == QScxmlEvent::ExternalEvent) - m_router.route(event->name().split(QLatin1Char('.')), event); - if (event->eventType() == QScxmlEvent::ExternalEvent) { + m_router.route(event->name().split(QLatin1Char('.')), event); qCDebug(qscxmlLog) << q << "posting external event" << event->name(); m_externalQueue.enqueue(event); } else {
