Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt6-mqtt for openSUSE:Factory checked in at 2026-05-28 17:26:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-mqtt (Old) and /work/SRC/openSUSE:Factory/.qt6-mqtt.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-mqtt" Thu May 28 17:26:07 2026 rev:42 rq:1355425 version:6.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-mqtt/qt6-mqtt.changes 2026-03-28 20:15:26.670606896 +0100 +++ /work/SRC/openSUSE:Factory/.qt6-mqtt.new.1937/qt6-mqtt.changes 2026-05-28 17:27:25.040906583 +0200 @@ -1,0 +2,6 @@ +Thu May 14 14:55:09 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 6.11.1 + https://www.qt.io/blog/qt-6.11.1-released + +------------------------------------------------------------------- Old: ---- qtmqtt-everywhere-src-6.11.0.tar.xz New: ---- qtmqtt-everywhere-src-6.11.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-mqtt.spec ++++++ --- /var/tmp/diff_new_pack.NZonU0/_old 2026-05-28 17:27:25.984945660 +0200 +++ /var/tmp/diff_new_pack.NZonU0/_new 2026-05-28 17:27:25.988945826 +0200 @@ -16,7 +16,7 @@ # -%define real_version 6.11.0 +%define real_version 6.11.1 %define short_version 6.11 %define tar_name qtmqtt-everywhere-src %define tar_suffix %{nil} @@ -27,7 +27,7 @@ %endif # Name: qt6-mqtt%{?pkg_suffix} -Version: 6.11.0 +Version: 6.11.1 Release: 0 Summary: Qt 6 Module to implement MQTT protocol version 3.1 and 3.1.1 License: GPL-3.0-only WITH Qt-GPL-exception-1.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.NZonU0/_old 2026-05-28 17:27:26.040947978 +0200 +++ /var/tmp/diff_new_pack.NZonU0/_new 2026-05-28 17:27:26.044948144 +0200 @@ -1,9 +1,9 @@ <services> <service name="tar_scm" mode="disabled"> <param name="changesgenerate">disable</param> - <param name="version">6.11.0</param> + <param name="version">6.11.1</param> <param name="url">git://code.qt.io/qt/qtmqtt.git</param> - <param name="revision">v6.11.0</param> + <param name="revision">v6.11.1</param> <param name="scm">git</param> <param name="filename">qtmqtt-everywhere-src</param> </service> ++++++ qtmqtt-everywhere-src-6.11.0.tar.xz -> qtmqtt-everywhere-src-6.11.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtmqtt-everywhere-src-6.11.0/.cmake.conf new/qtmqtt-everywhere-src-6.11.1/.cmake.conf --- old/qtmqtt-everywhere-src-6.11.0/.cmake.conf 2026-03-10 06:39:07.000000000 +0100 +++ new/qtmqtt-everywhere-src-6.11.1/.cmake.conf 2026-05-08 04:06:42.000000000 +0200 @@ -1,4 +1,4 @@ -set(QT_REPO_MODULE_VERSION "6.11.0") +set(QT_REPO_MODULE_VERSION "6.11.1") set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1") set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_QASCONST=1") list(APPEND QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_FOREACH=1") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtmqtt-everywhere-src-6.11.0/dependencies.yaml new/qtmqtt-everywhere-src-6.11.1/dependencies.yaml --- old/qtmqtt-everywhere-src-6.11.0/dependencies.yaml 2026-03-10 06:39:07.000000000 +0100 +++ new/qtmqtt-everywhere-src-6.11.1/dependencies.yaml 2026-05-08 04:06:42.000000000 +0200 @@ -1,10 +1,10 @@ dependencies: ../qtbase: - ref: 8ba7ea4b77a4b8f1948760221e264917ddc9e1c8 + ref: 59c81a3c2247b821b9b84b4eb8d939b77e07e276 required: true ../qtdeclarative: - ref: e602a097ca314e9610b1fd3b7dbfa467a868731a + ref: a02bed441965ee1f18f856352c7d5ee5ba35d795 required: true ../qtwebsockets: - ref: 882f182c8bb5d249ecd97601557ab0e671bdf520 + ref: 451920600d7f0b8a4b458bba56a2dd303e587026 required: false diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtmqtt-everywhere-src-6.11.0/examples/mqtt/doc/quickpublication.qdoc new/qtmqtt-everywhere-src-6.11.1/examples/mqtt/doc/quickpublication.qdoc --- old/qtmqtt-everywhere-src-6.11.0/examples/mqtt/doc/quickpublication.qdoc 2026-03-10 06:39:07.000000000 +0100 +++ new/qtmqtt-everywhere-src-6.11.1/examples/mqtt/doc/quickpublication.qdoc 2026-05-08 04:06:42.000000000 +0200 @@ -10,6 +10,8 @@ topics. \image quickpublication.png + {MQTT publishing interface with Hostname, Port, Topic, Message, QoS, + and Retain fields} \e {Qt Quick Publication} demonstrates how to register QMqttClient as a QML type and use it in a Qt Quick application. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtmqtt-everywhere-src-6.11.0/examples/mqtt/doc/quicksubscription.qdoc new/qtmqtt-everywhere-src-6.11.1/examples/mqtt/doc/quicksubscription.qdoc --- old/qtmqtt-everywhere-src-6.11.0/examples/mqtt/doc/quicksubscription.qdoc 2026-03-10 06:39:07.000000000 +0100 +++ new/qtmqtt-everywhere-src-6.11.1/examples/mqtt/doc/quicksubscription.qdoc 2026-05-08 04:06:42.000000000 +0200 @@ -10,6 +10,8 @@ topics. \image quicksubscription.png + {MQTT subscription interface with Hostname, Port, Topic fields, Connect + and Subscribe buttons} \e {Qt Quick Subscription} demonstrates how to register QMqttClient as a QML type and use it in a Qt Quick application. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtmqtt-everywhere-src-6.11.0/examples/mqtt/doc/simpleclient.qdoc new/qtmqtt-everywhere-src-6.11.1/examples/mqtt/doc/simpleclient.qdoc --- old/qtmqtt-everywhere-src-6.11.0/examples/mqtt/doc/simpleclient.qdoc 2026-03-10 06:39:07.000000000 +0100 +++ new/qtmqtt-everywhere-src-6.11.1/examples/mqtt/doc/simpleclient.qdoc 2026-05-08 04:06:42.000000000 +0200 @@ -9,6 +9,8 @@ \brief Creating a minimalistic telemetry application. \image simpleclient.png + {MQTT client with Host, Port, Protocol fields, WebSockets and Secure + options, Topic and Message inputs, and log showing state changes} \e {Simple MQTT Client} demonstrates how to create a minimalistic client application. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtmqtt-everywhere-src-6.11.0/examples/mqtt/doc/subscriptions.qdoc new/qtmqtt-everywhere-src-6.11.1/examples/mqtt/doc/subscriptions.qdoc --- old/qtmqtt-everywhere-src-6.11.0/examples/mqtt/doc/subscriptions.qdoc 2026-03-10 06:39:07.000000000 +0100 +++ new/qtmqtt-everywhere-src-6.11.1/examples/mqtt/doc/subscriptions.qdoc 2026-05-08 04:06:42.000000000 +0200 @@ -9,6 +9,8 @@ \brief Creating a application that communicates with an MQTT broker. \image subscriptions.png + {Main window with connection and publishing controls, and two + subscription windows showing received messages on qtmqtt/topic1} \e {MQTT Subscriptions} shows how to create an application that communicates with an MQTT broker. A new dialog opens for each subscription, where you can diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtmqtt-everywhere-src-6.11.0/src/mqtt/doc/src/overview.qdoc new/qtmqtt-everywhere-src-6.11.1/src/mqtt/doc/src/overview.qdoc --- old/qtmqtt-everywhere-src-6.11.0/src/mqtt/doc/src/overview.qdoc 2026-03-10 06:39:07.000000000 +0100 +++ new/qtmqtt-everywhere-src-6.11.1/src/mqtt/doc/src/overview.qdoc 2026-05-08 04:06:42.000000000 +0200 @@ -21,7 +21,8 @@ broker. The other clients can subscribe to notifications on particular topics sent by the client. - \image mqtt.png + \image mqtt.png {Broker distributing messages from Client 1 to Client 2 + (Topic A) and Client 3 (Topics A and B)} For example, if \e {Client 2} subscribes to messages on \e {Topic A}, it receives a notification when \e {Client 1} sends a message on that topic. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtmqtt-everywhere-src-6.11.0/tests/auto/qmqttsubscription/tst_qmqttsubscription.cpp new/qtmqtt-everywhere-src-6.11.1/tests/auto/qmqttsubscription/tst_qmqttsubscription.cpp --- old/qtmqtt-everywhere-src-6.11.0/tests/auto/qmqttsubscription/tst_qmqttsubscription.cpp 2026-03-10 06:39:07.000000000 +0100 +++ new/qtmqtt-everywhere-src-6.11.1/tests/auto/qmqttsubscription/tst_qmqttsubscription.cpp 2026-05-08 04:06:42.000000000 +0200 @@ -512,7 +512,8 @@ for (int i = 0; i < 10; ++i) { bool received = false; subscriptions[i] = client.subscribe(topic); - connect(subscriptions[i], &QMqttSubscription::messageReceived, subscriptions[i], [&client, topic, &received](QMqttMessage msg) { + connect(subscriptions[i], &QMqttSubscription::messageReceived, subscriptions[i], + [topic, &received](QMqttMessage msg) { received = (msg.payload() == "Hello World"); }); client.publish(topic, QString(QLatin1String("Hello World")).toLocal8Bit(), 1, true); @@ -542,7 +543,8 @@ client.connectToHost(); QTRY_VERIFY2(client.state() == QMqttClient::Connected, "Could not connect to broker."); subscriptions[i] = client.subscribe(topic); - connect(subscriptions[i], &QMqttSubscription::messageReceived, subscriptions[i], [&client, topic, &received](QMqttMessage msg) { + connect(subscriptions[i], &QMqttSubscription::messageReceived, + subscriptions[i], [topic, &received](QMqttMessage msg) { received = (msg.payload() == "Hello World"); }); client.publish(topic, QString(QLatin1String("Hello World")).toLocal8Bit(), 1, true); @@ -573,7 +575,8 @@ client.connectToHost(); QTRY_VERIFY2(client.state() == QMqttClient::Connected, "Could not connect to broker."); subscriptions[i] = client.subscribe(topic); - connect(subscriptions[i], &QMqttSubscription::messageReceived, subscriptions[i], [&client, topic, &received](QMqttMessage msg) { + connect(subscriptions[i], &QMqttSubscription::messageReceived, + subscriptions[i], [topic, &received](QMqttMessage msg) { received = (msg.payload() == "Hello World"); }); client.publish(topic, QString(QLatin1String("Hello World")).toLocal8Bit(), 1, true);
