Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt6-coap for openSUSE:Factory checked in at 2026-08-21 16:52:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-coap (Old) and /work/SRC/openSUSE:Factory/.qt6-coap.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-coap" Fri Aug 21 16:52:52 2026 rev:44 rq:1372236 version:6.11.2 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-coap/qt6-coap.changes 2026-05-28 17:27:14.816483361 +0200 +++ /work/SRC/openSUSE:Factory/.qt6-coap.new.1258/qt6-coap.changes 2026-08-21 16:54:03.201521533 +0200 @@ -1,0 +2,6 @@ +Tue Aug 18 11:48:27 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 6.11.2 + https://www.qt.io/blog/qt-6.11.2-released + +------------------------------------------------------------------- Old: ---- qtcoap-everywhere-src-6.11.1.tar.xz New: ---- qtcoap-everywhere-src-6.11.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-coap.spec ++++++ --- /var/tmp/diff_new_pack.C23WDS/_old 2026-08-21 16:54:04.126553626 +0200 +++ /var/tmp/diff_new_pack.C23WDS/_new 2026-08-21 16:54:04.128553695 +0200 @@ -16,7 +16,7 @@ # -%define real_version 6.11.1 +%define real_version 6.11.2 %define short_version 6.11 %define tar_name qtcoap-everywhere-src %define tar_suffix %{nil} @@ -27,7 +27,7 @@ %endif # Name: qt6-coap%{?pkg_suffix} -Version: 6.11.1 +Version: 6.11.2 Release: 0 Summary: Qt 6 CoAP client module License: GPL-3.0-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.C23WDS/_old 2026-08-21 16:54:04.183555603 +0200 +++ /var/tmp/diff_new_pack.C23WDS/_new 2026-08-21 16:54:04.186555707 +0200 @@ -1,9 +1,9 @@ <services> <service name="tar_scm" mode="disabled"> <param name="changesgenerate">disable</param> - <param name="version">6.11.1</param> + <param name="version">6.11.2</param> <param name="url">git://code.qt.io/qt/qtcoap.git</param> - <param name="revision">v6.11.1</param> + <param name="revision">v6.11.2</param> <param name="scm">git</param> <param name="filename">qtcoap-everywhere-src</param> </service> ++++++ qtcoap-everywhere-src-6.11.1.tar.xz -> qtcoap-everywhere-src-6.11.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcoap-everywhere-src-6.11.1/.cmake.conf new/qtcoap-everywhere-src-6.11.2/.cmake.conf --- old/qtcoap-everywhere-src-6.11.1/.cmake.conf 2026-05-07 21:59:42.000000000 +0200 +++ new/qtcoap-everywhere-src-6.11.2/.cmake.conf 2026-08-11 19:38:38.000000000 +0200 @@ -1,4 +1,4 @@ -set(QT_REPO_MODULE_VERSION "6.11.1") +set(QT_REPO_MODULE_VERSION "6.11.2") set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1") set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_CONTEXTLESS_CONNECT=1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcoap-everywhere-src-6.11.1/dependencies.yaml new/qtcoap-everywhere-src-6.11.2/dependencies.yaml --- old/qtcoap-everywhere-src-6.11.1/dependencies.yaml 2026-05-07 21:59:42.000000000 +0200 +++ new/qtcoap-everywhere-src-6.11.2/dependencies.yaml 2026-08-11 19:38:38.000000000 +0200 @@ -1,4 +1,4 @@ dependencies: ../qtbase: - ref: 59c81a3c2247b821b9b84b4eb8d939b77e07e276 + ref: ef55f427f2c8b410d34f8a7681020a3000cf6866 required: true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcoap-everywhere-src-6.11.1/src/coap/qcoapprotocol.cpp new/qtcoap-everywhere-src-6.11.2/src/coap/qcoapprotocol.cpp --- old/qtcoap-everywhere-src-6.11.1/src/coap/qcoapprotocol.cpp 2026-05-07 21:59:42.000000000 +0200 +++ new/qtcoap-everywhere-src-6.11.2/src/coap/qcoapprotocol.cpp 2026-08-11 19:38:38.000000000 +0200 @@ -524,7 +524,7 @@ QByteArray finalPayload; int lastBlockNumber = -1; - for (auto reply : std::as_const(replies)) { + for (const auto &reply : std::as_const(replies)) { int currentBlock = static_cast<int>(reply->currentBlockNumber()); QByteArray replyPayload = reply->message()->payload(); if (replyPayload.isEmpty() || currentBlock <= lastBlockNumber)
