commit libqt5-qtscxml for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtscxml for openSUSE:Factory checked in at 2020-01-31 23:55:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqt5-qtscxml (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtscxml.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libqt5-qtscxml" Fri Jan 31 23:55:03 2020 rev:14 rq:768121 version:5.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libqt5-qtscxml/libqt5-qtscxml.changes 2020-01-19 20:56:13.696012137 +0100 +++ /work/SRC/openSUSE:Factory/.libqt5-qtscxml.new.26092/libqt5-qtscxml.changes 2020-01-31 23:55:45.403603876 +0100 @@ -1,0 +2,8 @@ +Mon Jan 27 13:14:33 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de> + +- Update to 5.14.1: + * New bugfix release + * For more details please see: + http://code.qt.io/cgit/qt/qtscxml.git/plain/dist/changes-5.14.1/?h=v5.14.1 + +------------------------------------------------------------------- Old: ---- qtscxml-everywhere-src-5.14.0.tar.xz New: ---- qtscxml-everywhere-src-5.14.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqt5-qtscxml.spec ++++++ --- /var/tmp/diff_new_pack.bH00si/_old 2020-01-31 23:55:46.371604378 +0100 +++ /var/tmp/diff_new_pack.bH00si/_new 2020-01-31 23:55:46.375604379 +0100 @@ -19,11 +19,11 @@ %define qt5_snapshot 0 %define libname libQt5Scxml5 %define base_name libqt5 -%define real_version 5.14.0 -%define so_version 5.14.0 -%define tar_version qtscxml-everywhere-src-5.14.0 +%define real_version 5.14.1 +%define so_version 5.14.1 +%define tar_version qtscxml-everywhere-src-5.14.1 Name: libqt5-qtscxml -Version: 5.14.0 +Version: 5.14.1 Release: 0 Summary: Qt 5 State Chart XML Library License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) ++++++ qtscxml-everywhere-src-5.14.0.tar.xz -> qtscxml-everywhere-src-5.14.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-5.14.0/.qmake.conf new/qtscxml-everywhere-src-5.14.1/.qmake.conf --- old/qtscxml-everywhere-src-5.14.0/.qmake.conf 2019-11-25 06:21:25.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/.qmake.conf 2020-01-09 11:13:18.000000000 +0100 @@ -4,4 +4,4 @@ DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS QT_NO_LINKED_LIST -MODULE_VERSION = 5.14.0 +MODULE_VERSION = 5.14.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-5.14.0/.tag new/qtscxml-everywhere-src-5.14.1/.tag --- old/qtscxml-everywhere-src-5.14.0/.tag 2019-11-25 06:21:25.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/.tag 2020-01-09 11:13:18.000000000 +0100 @@ -1 +1 @@ -5e4882514dc9c5da9b8f268580078d57d50cbce9 +acc2d33514d741cde8f67521b4d60e398171f6a8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-5.14.0/dist/changes-5.14.1 new/qtscxml-everywhere-src-5.14.1/dist/changes-5.14.1 --- old/qtscxml-everywhere-src-5.14.0/dist/changes-5.14.1 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/dist/changes-5.14.1 2020-01-09 11:13:18.000000000 +0100 @@ -0,0 +1,20 @@ +Qt 5.14.1 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.14.0. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + +https://doc.qt.io/qt-5/index.html + +The Qt version 5.14 series is binary compatible with the 5.13.x series. +Applications compiled for 5.13 will continue to run with 5.14. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + +https://bugreports.qt.io/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + + - This release contains only minor code improvements. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-5.14.0/examples/scxml/calculator-qml/calculator-qml.qml new/qtscxml-everywhere-src-5.14.1/examples/scxml/calculator-qml/calculator-qml.qml --- old/qtscxml-everywhere-src-5.14.0/examples/scxml/calculator-qml/calculator-qml.qml 2019-11-25 06:21:25.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/examples/scxml/calculator-qml/calculator-qml.qml 2020-01-09 11:13:18.000000000 +0100 @@ -50,7 +50,7 @@ import CalculatorStateMachine 1.0 import QtQuick 2.5 -import QtQuick.Window 2.0 +import QtQuick.Window 2.2 import QtScxml 5.8 Window { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmlcompiler_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/QtScxml/private/qscxmlcompiler_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmlcompiler_p.h 2019-11-25 06:21:25.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/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-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmlcppdatamodel_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/QtScxml/private/qscxmlcppdatamodel_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmlcppdatamodel_p.h 2019-11-25 06:21:25.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/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-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmldatamodel_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/QtScxml/private/qscxmldatamodel_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmldatamodel_p.h 2019-11-25 06:21:25.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/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-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmlecmascriptplatformproperties_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/QtScxml/private/qscxmlecmascriptplatformproperties_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmlecmascriptplatformproperties_p.h 2019-11-25 06:21:25.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/QtScxml/private/qscxmlecmascriptplatformproperties_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/scxml/qscxmlecmascriptplatformproperties_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmlevent_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/QtScxml/private/qscxmlevent_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmlevent_p.h 2019-11-25 06:21:25.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/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-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmlexecutablecontent_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/QtScxml/private/qscxmlexecutablecontent_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmlexecutablecontent_p.h 2019-11-25 06:21:25.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/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-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmlglobals_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/QtScxml/private/qscxmlglobals_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmlglobals_p.h 2019-11-25 06:21:25.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/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-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmlinvokableservice_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/QtScxml/private/qscxmlinvokableservice_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmlinvokableservice_p.h 2019-11-25 06:21:25.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/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-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmlstatemachine_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/QtScxml/private/qscxmlstatemachine_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmlstatemachine_p.h 2019-11-25 06:21:25.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/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-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmlstatemachineinfo_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/QtScxml/private/qscxmlstatemachineinfo_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmlstatemachineinfo_p.h 2019-11-25 06:21:25.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/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-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmltabledata_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/QtScxml/private/qscxmltabledata_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.0/QtScxml/private/qscxmltabledata_p.h 2019-11-25 06:21:25.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.0/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-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmlcompiler_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmlcompiler_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmlcompiler_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmlcompiler_p.h 2020-01-09 11:13:18.000000000 +0100 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmlcompiler_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmlcppdatamodel_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmlcppdatamodel_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmlcppdatamodel_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmlcppdatamodel_p.h 2020-01-09 11:13:18.000000000 +0100 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmlcppdatamodel_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmldatamodel_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmldatamodel_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmldatamodel_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmldatamodel_p.h 2020-01-09 11:13:18.000000000 +0100 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmldatamodel_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmlecmascriptplatformproperties_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmlecmascriptplatformproperties_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmlecmascriptplatformproperties_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmlecmascriptplatformproperties_p.h 2020-01-09 11:13:18.000000000 +0100 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmlecmascriptplatformproperties_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmlevent_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmlevent_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmlevent_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmlevent_p.h 2020-01-09 11:13:18.000000000 +0100 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmlevent_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmlexecutablecontent_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmlexecutablecontent_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmlexecutablecontent_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmlexecutablecontent_p.h 2020-01-09 11:13:18.000000000 +0100 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmlexecutablecontent_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmlglobals_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmlglobals_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmlglobals_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmlglobals_p.h 2020-01-09 11:13:18.000000000 +0100 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmlglobals_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmlinvokableservice_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmlinvokableservice_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmlinvokableservice_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmlinvokableservice_p.h 2020-01-09 11:13:18.000000000 +0100 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmlinvokableservice_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmlstatemachine_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmlstatemachine_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmlstatemachine_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmlstatemachine_p.h 2020-01-09 11:13:18.000000000 +0100 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmlstatemachine_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmlstatemachineinfo_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmlstatemachineinfo_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmlstatemachineinfo_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmlstatemachineinfo_p.h 2020-01-09 11:13:18.000000000 +0100 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmlstatemachineinfo_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmltabledata_p.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmltabledata_p.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/5.14.1/QtScxml/private/qscxmltabledata_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/5.14.1/QtScxml/private/qscxmltabledata_p.h 2020-01-09 11:13:18.000000000 +0100 @@ -0,0 +1 @@ +#include "../../../../../src/scxml/qscxmltabledata_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-5.14.0/include/QtScxml/qtscxmlversion.h new/qtscxml-everywhere-src-5.14.1/include/QtScxml/qtscxmlversion.h --- old/qtscxml-everywhere-src-5.14.0/include/QtScxml/qtscxmlversion.h 2019-12-11 07:15:47.817767600 +0100 +++ new/qtscxml-everywhere-src-5.14.1/include/QtScxml/qtscxmlversion.h 2020-01-24 08:23:46.825911000 +0100 @@ -2,8 +2,8 @@ #ifndef QT_QTSCXML_VERSION_H #define QT_QTSCXML_VERSION_H -#define QTSCXML_VERSION_STR "5.14.0" +#define QTSCXML_VERSION_STR "5.14.1" -#define QTSCXML_VERSION 0x050E00 +#define QTSCXML_VERSION 0x050E01 #endif // QT_QTSCXML_VERSION_H
participants (1)
-
root