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 2021-07-05 22:23:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-scxml (Old) and /work/SRC/openSUSE:Factory/.qt6-scxml.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-scxml" Mon Jul 5 22:23:09 2021 rev:2 rq:904097 version:6.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-scxml/qt6-scxml.changes 2021-06-15 16:38:43.753838157 +0200 +++ /work/SRC/openSUSE:Factory/.qt6-scxml.new.2625/qt6-scxml.changes 2021-07-05 22:23:52.529306168 +0200 @@ -1,0 +2,6 @@ +Fri Jul 2 14:08:12 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 6.1.2. New bugfix release: + * https://www.qt.io/blog/qt-6.1.2-released + +------------------------------------------------------------------- Old: ---- qtscxml-everywhere-src-6.1.1.tar.xz New: ---- qtscxml-everywhere-src-6.1.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-scxml.spec ++++++ --- /var/tmp/diff_new_pack.f5ELl4/_old 2021-07-05 22:23:53.105301710 +0200 +++ /var/tmp/diff_new_pack.f5ELl4/_new 2021-07-05 22:23:53.109301680 +0200 @@ -16,7 +16,7 @@ # -%define real_version 6.1.1 +%define real_version 6.1.2 %define short_version 6.1 %define short_name qtscxml %define tar_name qtscxml-everywhere-src @@ -28,7 +28,7 @@ %endif # Name: qt6-scxml%{?pkg_suffix} -Version: 6.1.1 +Version: 6.1.2 Release: 0 Summary: SCXML (state machine notation) compiler and related tools License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) ++++++ qtscxml-everywhere-src-6.1.1.tar.xz -> qtscxml-everywhere-src-6.1.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/.cmake.conf new/qtscxml-everywhere-src-6.1.2/.cmake.conf --- old/qtscxml-everywhere-src-6.1.1/.cmake.conf 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/.cmake.conf 2021-06-18 15:08:45.000000000 +0200 @@ -1 +1 @@ -set(QT_REPO_MODULE_VERSION "6.1.1") +set(QT_REPO_MODULE_VERSION "6.1.2") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/.qmake.conf new/qtscxml-everywhere-src-6.1.2/.qmake.conf --- old/qtscxml-everywhere-src-6.1.1/.qmake.conf 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/.qmake.conf 2021-06-18 15:08:45.000000000 +0200 @@ -4,4 +4,4 @@ DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS -MODULE_VERSION = 6.1.1 +MODULE_VERSION = 6.1.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/.tag new/qtscxml-everywhere-src-6.1.2/.tag --- old/qtscxml-everywhere-src-6.1.1/.tag 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/.tag 2021-06-18 15:08:45.000000000 +0200 @@ -1 +1 @@ -abb003fa7cd9c71ffd01fb2fcd7a68b0823bb035 +fb6b7d4dc0deccf3564134fe09e08e847da27172 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/CMakeLists.txt new/qtscxml-everywhere-src-6.1.2/CMakeLists.txt --- old/qtscxml-everywhere-src-6.1.1/CMakeLists.txt 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/CMakeLists.txt 2021-06-18 15:08:45.000000000 +0200 @@ -1,4 +1,3 @@ - cmake_minimum_required(VERSION 3.16) include(.cmake.conf) @@ -9,6 +8,9 @@ LANGUAGES CXX C ) +# Make sure we use the fixed BASE argument of qt_add_resource. +set(QT_USE_FIXED_QT_ADD_RESOURCE_BASE TRUE) + find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core) find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Gui Qml Widgets OpenGL OpenGLWidgets Network) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/conanfile.py new/qtscxml-everywhere-src-6.1.2/conanfile.py --- old/qtscxml-everywhere-src-6.1.1/conanfile.py 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/conanfile.py 2021-06-18 15:08:45.000000000 +0200 @@ -37,7 +37,7 @@ class QtScxml(ConanFile): name = "qtscxml" - version = "6.1.1" + version = "6.1.2" license = "LGPL-3.0+, GPL-2.0+, Commercial Qt License Agreement" author = "The Qt Company <https://www.qt.io/contact-us>" url = "https://code.qt.io/cgit/qt/qtscxml.git" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/dependencies.yaml new/qtscxml-everywhere-src-6.1.2/dependencies.yaml --- old/qtscxml-everywhere-src-6.1.1/dependencies.yaml 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/dependencies.yaml 2021-06-18 15:08:45.000000000 +0200 @@ -1,7 +1,7 @@ dependencies: ../qtbase: - ref: 179b3f6797094a494e13a4d3daa5c6732bf0ada2 + ref: 4dcedb8ca4ae0c9c533997074098297abbfcf1c3 required: true ../qtdeclarative: - ref: 41c787b567e15e4524efd8cad25b61551d3d71b4 + ref: c450bddebad1bef9952c17da3a6d4980c012ab97 required: true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmlcompiler_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmlcompiler_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmlcompiler_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmlcompiler_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/scxml/qscxmlcompiler_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmlcppdatamodel_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmlcppdatamodel_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmlcppdatamodel_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmlcppdatamodel_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/scxml/qscxmlcppdatamodel_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmldatamodel_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmldatamodel_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmldatamodel_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmldatamodel_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/scxml/qscxmldatamodel_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmldatamodelplugin_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmldatamodelplugin_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmldatamodelplugin_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmldatamodelplugin_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/scxml/qscxmldatamodelplugin_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmlevent_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmlevent_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmlevent_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmlevent_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/scxml/qscxmlevent_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmlexecutablecontent_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmlexecutablecontent_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmlexecutablecontent_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmlexecutablecontent_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/scxml/qscxmlexecutablecontent_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmlglobals_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmlglobals_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmlglobals_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmlglobals_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/scxml/qscxmlglobals_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmlinvokableservice_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmlinvokableservice_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmlinvokableservice_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmlinvokableservice_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/scxml/qscxmlinvokableservice_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmlstatemachine_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmlstatemachine_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmlstatemachine_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmlstatemachine_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/scxml/qscxmlstatemachine_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmlstatemachineinfo_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmlstatemachineinfo_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmlstatemachineinfo_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmlstatemachineinfo_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/scxml/qscxmlstatemachineinfo_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmltabledata_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmltabledata_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.1/QtScxml/private/qscxmltabledata_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.1/QtScxml/private/qscxmltabledata_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/scxml/qscxmltabledata_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmlcompiler_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmlcompiler_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmlcompiler_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmlcompiler_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmlcompiler_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmlcppdatamodel_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmlcppdatamodel_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmlcppdatamodel_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmlcppdatamodel_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmlcppdatamodel_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmldatamodel_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmldatamodel_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmldatamodel_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmldatamodel_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmldatamodel_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmldatamodelplugin_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmldatamodelplugin_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmldatamodelplugin_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmldatamodelplugin_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmldatamodelplugin_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmlevent_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmlevent_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmlevent_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmlevent_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmlevent_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmlexecutablecontent_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmlexecutablecontent_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmlexecutablecontent_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmlexecutablecontent_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmlexecutablecontent_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmlglobals_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmlglobals_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmlglobals_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmlglobals_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmlglobals_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmlinvokableservice_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmlinvokableservice_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmlinvokableservice_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmlinvokableservice_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmlinvokableservice_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmlstatemachine_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmlstatemachine_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmlstatemachine_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmlstatemachine_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmlstatemachine_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmlstatemachineinfo_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmlstatemachineinfo_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmlstatemachineinfo_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmlstatemachineinfo_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmlstatemachineinfo_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmltabledata_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmltabledata_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/6.1.2/QtScxml/private/qscxmltabledata_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/6.1.2/QtScxml/private/qscxmltabledata_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmltabledata_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxml/qtscxmlversion.h new/qtscxml-everywhere-src-6.1.2/include/QtScxml/qtscxmlversion.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxml/qtscxmlversion.h 2021-06-03 07:46:56.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxml/qtscxmlversion.h 2021-06-28 15:12:12.000000000 +0200 @@ -2,8 +2,8 @@ #ifndef QT_QTSCXML_VERSION_H #define QT_QTSCXML_VERSION_H -#define QTSCXML_VERSION_STR "6.1.1" +#define QTSCXML_VERSION_STR "6.1.2" -#define QTSCXML_VERSION 0x060101 +#define QTSCXML_VERSION 0x060102 #endif // QT_QTSCXML_VERSION_H diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.1/QtScxmlQml/private/eventconnection_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.1/QtScxmlQml/private/eventconnection_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.1/QtScxmlQml/private/eventconnection_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.1/QtScxmlQml/private/eventconnection_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/scxmlqml/eventconnection_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.1/QtScxmlQml/private/invokedservices_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.1/QtScxmlQml/private/invokedservices_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.1/QtScxmlQml/private/invokedservices_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.1/QtScxmlQml/private/invokedservices_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/scxmlqml/invokedservices_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.1/QtScxmlQml/private/qscxmlqmlglobals_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.1/QtScxmlQml/private/qscxmlqmlglobals_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.1/QtScxmlQml/private/qscxmlqmlglobals_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.1/QtScxmlQml/private/qscxmlqmlglobals_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/scxmlqml/qscxmlqmlglobals_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.1/QtScxmlQml/private/statemachineextended_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.1/QtScxmlQml/private/statemachineextended_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.1/QtScxmlQml/private/statemachineextended_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.1/QtScxmlQml/private/statemachineextended_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/scxmlqml/statemachineextended_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.1/QtScxmlQml/private/statemachineloader_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.1/QtScxmlQml/private/statemachineloader_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.1/QtScxmlQml/private/statemachineloader_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.1/QtScxmlQml/private/statemachineloader_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/scxmlqml/statemachineloader_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.2/QtScxmlQml/private/eventconnection_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.2/QtScxmlQml/private/eventconnection_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.2/QtScxmlQml/private/eventconnection_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.2/QtScxmlQml/private/eventconnection_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/scxmlqml/eventconnection_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.2/QtScxmlQml/private/invokedservices_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.2/QtScxmlQml/private/invokedservices_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.2/QtScxmlQml/private/invokedservices_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.2/QtScxmlQml/private/invokedservices_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/scxmlqml/invokedservices_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.2/QtScxmlQml/private/qscxmlqmlglobals_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.2/QtScxmlQml/private/qscxmlqmlglobals_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.2/QtScxmlQml/private/qscxmlqmlglobals_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.2/QtScxmlQml/private/qscxmlqmlglobals_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/scxmlqml/qscxmlqmlglobals_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.2/QtScxmlQml/private/statemachineextended_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.2/QtScxmlQml/private/statemachineextended_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.2/QtScxmlQml/private/statemachineextended_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.2/QtScxmlQml/private/statemachineextended_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/scxmlqml/statemachineextended_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.2/QtScxmlQml/private/statemachineloader_p.h new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.2/QtScxmlQml/private/statemachineloader_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/6.1.2/QtScxmlQml/private/statemachineloader_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/6.1.2/QtScxmlQml/private/statemachineloader_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/scxmlqml/statemachineloader_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/qtscxmlqmlversion.h new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/qtscxmlqmlversion.h --- old/qtscxml-everywhere-src-6.1.1/include/QtScxmlQml/qtscxmlqmlversion.h 2021-06-03 07:46:56.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtScxmlQml/qtscxmlqmlversion.h 2021-06-28 15:12:12.000000000 +0200 @@ -2,8 +2,8 @@ #ifndef QT_QTSCXMLQML_VERSION_H #define QT_QTSCXMLQML_VERSION_H -#define QTSCXMLQML_VERSION_STR "6.1.1" +#define QTSCXMLQML_VERSION_STR "6.1.2" -#define QTSCXMLQML_VERSION 0x060101 +#define QTSCXMLQML_VERSION 0x060102 #endif // QT_QTSCXMLQML_VERSION_H diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qabstractstate_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qabstractstate_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qabstractstate_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qabstractstate_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/statemachine/qabstractstate_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qabstracttransition_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qabstracttransition_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qabstracttransition_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qabstracttransition_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/statemachine/qabstracttransition_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qbasickeyeventtransition_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qbasickeyeventtransition_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qbasickeyeventtransition_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qbasickeyeventtransition_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/statemachine/gui/qbasickeyeventtransition_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qbasicmouseeventtransition_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qbasicmouseeventtransition_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qbasicmouseeventtransition_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qbasicmouseeventtransition_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/statemachine/gui/qbasicmouseeventtransition_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qeventtransition_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qeventtransition_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qeventtransition_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qeventtransition_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/statemachine/qeventtransition_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qfinalstate_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qfinalstate_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qfinalstate_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qfinalstate_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/statemachine/qfinalstate_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qhistorystate_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qhistorystate_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qhistorystate_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qhistorystate_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/statemachine/qhistorystate_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qsignaleventgenerator_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qsignaleventgenerator_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qsignaleventgenerator_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qsignaleventgenerator_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/statemachine/qsignaleventgenerator_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qsignaltransition_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qsignaltransition_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qsignaltransition_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qsignaltransition_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/statemachine/qsignaltransition_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qstate_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qstate_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qstate_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qstate_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/statemachine/qstate_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qstatemachine_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qstatemachine_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.1/QtStateMachine/private/qstatemachine_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.1/QtStateMachine/private/qstatemachine_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/statemachine/qstatemachine_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qabstractstate_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qabstractstate_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qabstractstate_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qabstractstate_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/statemachine/qabstractstate_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qabstracttransition_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qabstracttransition_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qabstracttransition_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qabstracttransition_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/statemachine/qabstracttransition_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qbasickeyeventtransition_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qbasickeyeventtransition_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qbasickeyeventtransition_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qbasickeyeventtransition_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/statemachine/gui/qbasickeyeventtransition_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qbasicmouseeventtransition_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qbasicmouseeventtransition_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qbasicmouseeventtransition_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qbasicmouseeventtransition_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/statemachine/gui/qbasicmouseeventtransition_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qeventtransition_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qeventtransition_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qeventtransition_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qeventtransition_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/statemachine/qeventtransition_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qfinalstate_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qfinalstate_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qfinalstate_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qfinalstate_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/statemachine/qfinalstate_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qhistorystate_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qhistorystate_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qhistorystate_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qhistorystate_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/statemachine/qhistorystate_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qsignaleventgenerator_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qsignaleventgenerator_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qsignaleventgenerator_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qsignaleventgenerator_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/statemachine/qsignaleventgenerator_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qsignaltransition_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qsignaltransition_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qsignaltransition_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qsignaltransition_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/statemachine/qsignaltransition_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qstate_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qstate_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qstate_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qstate_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/statemachine/qstate_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qstatemachine_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qstatemachine_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/6.1.2/QtStateMachine/private/qstatemachine_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/6.1.2/QtStateMachine/private/qstatemachine_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/statemachine/qstatemachine_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/qtstatemachineversion.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/qtstatemachineversion.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachine/qtstatemachineversion.h 2021-06-03 07:46:56.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachine/qtstatemachineversion.h 2021-06-28 15:12:12.000000000 +0200 @@ -2,8 +2,8 @@ #ifndef QT_QTSTATEMACHINE_VERSION_H #define QT_QTSTATEMACHINE_VERSION_H -#define QTSTATEMACHINE_VERSION_STR "6.1.1" +#define QTSTATEMACHINE_VERSION_STR "6.1.2" -#define QTSTATEMACHINE_VERSION 0x060101 +#define QTSTATEMACHINE_VERSION 0x060102 #endif // QT_QTSTATEMACHINE_VERSION_H diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/childrenprivate_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/childrenprivate_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/childrenprivate_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/childrenprivate_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/statemachineqml/childrenprivate_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/finalstate_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/finalstate_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/finalstate_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/finalstate_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/statemachineqml/finalstate_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/qstatemachineqmlglobals_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/qstatemachineqmlglobals_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/qstatemachineqmlglobals_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/qstatemachineqmlglobals_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/statemachineqml/qstatemachineqmlglobals_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/signaltransition_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/signaltransition_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/signaltransition_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/signaltransition_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/statemachineqml/signaltransition_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/state_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/state_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/state_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/state_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/statemachineqml/state_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/statemachine_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/statemachine_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/statemachine_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/statemachine_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/statemachineqml/statemachine_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/statemachineforeign_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/statemachineforeign_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/statemachineforeign_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/statemachineforeign_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/statemachineqml/statemachineforeign_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/timeouttransition_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/timeouttransition_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/timeouttransition_p.h 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.1/QtStateMachineQml/private/timeouttransition_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/statemachineqml/timeouttransition_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/childrenprivate_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/childrenprivate_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/childrenprivate_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/childrenprivate_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/statemachineqml/childrenprivate_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/finalstate_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/finalstate_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/finalstate_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/finalstate_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/statemachineqml/finalstate_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/qstatemachineqmlglobals_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/qstatemachineqmlglobals_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/qstatemachineqmlglobals_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/qstatemachineqmlglobals_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/statemachineqml/qstatemachineqmlglobals_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/signaltransition_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/signaltransition_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/signaltransition_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/signaltransition_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/statemachineqml/signaltransition_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/state_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/state_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/state_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/state_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/statemachineqml/state_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/statemachine_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/statemachine_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/statemachine_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/statemachine_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/statemachineqml/statemachine_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/statemachineforeign_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/statemachineforeign_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/statemachineforeign_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/statemachineforeign_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/statemachineqml/statemachineforeign_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/timeouttransition_p.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/timeouttransition_p.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/timeouttransition_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/6.1.2/QtStateMachineQml/private/timeouttransition_p.h 2021-06-18 15:08:45.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/statemachineqml/timeouttransition_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/qtstatemachineqmlversion.h new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/qtstatemachineqmlversion.h --- old/qtscxml-everywhere-src-6.1.1/include/QtStateMachineQml/qtstatemachineqmlversion.h 2021-06-03 07:46:56.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/include/QtStateMachineQml/qtstatemachineqmlversion.h 2021-06-28 15:12:12.000000000 +0200 @@ -2,8 +2,8 @@ #ifndef QT_QTSTATEMACHINEQML_VERSION_H #define QT_QTSTATEMACHINEQML_VERSION_H -#define QTSTATEMACHINEQML_VERSION_STR "6.1.1" +#define QTSTATEMACHINEQML_VERSION_STR "6.1.2" -#define QTSTATEMACHINEQML_VERSION 0x060101 +#define QTSTATEMACHINEQML_VERSION 0x060102 #endif // QT_QTSTATEMACHINEQML_VERSION_H diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/src/scxml/Qt6ScxmlMacros.cmake new/qtscxml-everywhere-src-6.1.2/src/scxml/Qt6ScxmlMacros.cmake --- old/qtscxml-everywhere-src-6.1.1/src/scxml/Qt6ScxmlMacros.cmake 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/src/scxml/Qt6ScxmlMacros.cmake 2021-06-18 15:08:45.000000000 +0200 @@ -53,6 +53,11 @@ set(qscxmlcOutputDir ${CMAKE_CURRENT_BINARY_DIR}) if (ARGS_OUTPUT_DIR) set(qscxmlcOutputDir ${ARGS_OUTPUT_DIR}) + if (NOT EXISTS "${qscxmlcOutputDir}" OR NOT IS_DIRECTORY "${qscxmlcOutputDir}") + message(WARNING + "qt6_add_statecharts: output dir does not exist: \"" ${qscxmlcOutputDir} "\". " + "Statechart code generation may fail on some platforms." ) + endif() endif() foreach(it ${scxml_files}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/src/scxml/doc/qtscxml-index.qdoc new/qtscxml-everywhere-src-6.1.2/src/scxml/doc/qtscxml-index.qdoc --- old/qtscxml-everywhere-src-6.1.1/src/scxml/doc/qtscxml-index.qdoc 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/src/scxml/doc/qtscxml-index.qdoc 2021-06-18 15:08:45.000000000 +0200 @@ -93,10 +93,4 @@ The \l{GNU Lesser General Public License, version 3}, or the \l{GNU General Public License, version 2}. See \l{Qt Licensing} for further details. - - Furthermore, Qt SCXML in Qt \QtVersion may contain third party - modules under following permissive licenses: - - \generatelist{groupsbymodule attributions-qtscxml} - */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.1.1/tests/auto/scxmlcoutput/path/CMakeLists.txt new/qtscxml-everywhere-src-6.1.2/tests/auto/scxmlcoutput/path/CMakeLists.txt --- old/qtscxml-everywhere-src-6.1.1/tests/auto/scxmlcoutput/path/CMakeLists.txt 2021-06-02 09:14:14.000000000 +0200 +++ new/qtscxml-everywhere-src-6.1.2/tests/auto/scxmlcoutput/path/CMakeLists.txt 2021-06-18 15:08:45.000000000 +0200 @@ -5,8 +5,13 @@ Qt::Scxml ) -# This testcase tests providing the namespace +# This testcase tests setting the output path +set(outputPath "${CMAKE_CURRENT_BINARY_DIR}/thechosenpath") +# Create the path first relative to the build directory, otherwise the +# code generation's output might fail on some platforms. +file(MAKE_DIRECTORY "${outputPath}") + qt6_add_statecharts(tst_scxmlcoutput_path ../shared/ids1.scxml - OUTPUT_DIR thechosenpath + OUTPUT_DIR "${outputPath}" )
