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 2025-10-13 17:26:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-coap (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-coap.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-coap"

Mon Oct 13 17:26:48 2025 rev:39 rq:1310340 version:6.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-coap/qt6-coap.changes        2025-08-29 
18:36:51.970314283 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-coap.new.18484/qt6-coap.changes     
2025-10-13 17:33:10.225941254 +0200
@@ -1,0 +2,6 @@
+Tue Oct  7 08:53:21 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 6.10.0
+  * https://www.qt.io/blog/qt-6.10-released
+
+-------------------------------------------------------------------

Old:
----
  qtcoap-everywhere-src-6.9.2.tar.xz

New:
----
  qtcoap-everywhere-src-6.10.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qt6-coap.spec ++++++
--- /var/tmp/diff_new_pack.9iHpYA/_old  2025-10-13 17:33:11.934013296 +0200
+++ /var/tmp/diff_new_pack.9iHpYA/_new  2025-10-13 17:33:11.946013802 +0200
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.9.2
-%define short_version 6.9
+%define real_version 6.10.0
+%define short_version 6.10
 %define tar_name qtcoap-everywhere-src
 %define tar_suffix %{nil}
 #
@@ -27,7 +27,7 @@
 %endif
 #
 Name:           qt6-coap%{?pkg_suffix}
-Version:        6.9.2
+Version:        6.10.0
 Release:        0
 Summary:        Qt 6 CoAP client module
 License:        GPL-3.0-or-later
@@ -110,7 +110,7 @@
 %{_qt6_includedir}/QtCoap
 %{_qt6_libdir}/libQt6Coap.prl
 %{_qt6_libdir}/libQt6Coap.so
-%{_qt6_metatypesdir}/qt6coap_*_metatypes.json
+%{_qt6_metatypesdir}/qt6coap_metatypes.json
 %{_qt6_mkspecsdir}/modules/qt_lib_coap.pri
 %{_qt6_pkgconfigdir}/Qt6Coap.pc
 %exclude %{_qt6_includedir}/QtCoap/%{real_version}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.9iHpYA/_old  2025-10-13 17:33:12.066018863 +0200
+++ /var/tmp/diff_new_pack.9iHpYA/_new  2025-10-13 17:33:12.082019538 +0200
@@ -1,9 +1,9 @@
 <services>
   <service name="tar_scm" mode="disabled">
    <param name="changesgenerate">disable</param>
-   <param name="version">6.9.2</param>
+   <param name="version">6.10.0</param>
    <param name="url">git://code.qt.io/qt/qtcoap.git</param>
-   <param name="revision">v6.9.2</param>
+   <param name="revision">v6.10.0</param>
    <param name="scm">git</param>
    <param name="filename">qtcoap-everywhere-src</param>
   </service>

++++++ qtcoap-everywhere-src-6.9.2.tar.xz -> 
qtcoap-everywhere-src-6.10.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtcoap-everywhere-src-6.9.2/.cmake.conf 
new/qtcoap-everywhere-src-6.10.0/.cmake.conf
--- old/qtcoap-everywhere-src-6.9.2/.cmake.conf 2025-08-17 21:32:28.000000000 
+0200
+++ new/qtcoap-everywhere-src-6.10.0/.cmake.conf        2025-10-01 
20:34:51.000000000 +0200
@@ -1,4 +1,4 @@
-set(QT_REPO_MODULE_VERSION "6.9.2")
+set(QT_REPO_MODULE_VERSION "6.10.0")
 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/qtcoap-everywhere-src-6.9.2/CMakeLists.txt 
new/qtcoap-everywhere-src-6.10.0/CMakeLists.txt
--- old/qtcoap-everywhere-src-6.9.2/CMakeLists.txt      2025-08-17 
21:32:28.000000000 +0200
+++ new/qtcoap-everywhere-src-6.10.0/CMakeLists.txt     2025-10-01 
20:34:51.000000000 +0200
@@ -13,6 +13,12 @@
 
 find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals 
Core Network)
 find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Gui Widgets 
Quick Qml)
+
+if(NOT QT_FEATURE_udpsocket)
+    message(NOTICE "UDP socket support is required for QtCoap, skipping 
module")
+    return()
+endif()
+
 qt_internal_project_setup()
 
 qt_build_repo()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtcoap-everywhere-src-6.9.2/dependencies.yaml 
new/qtcoap-everywhere-src-6.10.0/dependencies.yaml
--- old/qtcoap-everywhere-src-6.9.2/dependencies.yaml   2025-08-17 
21:32:28.000000000 +0200
+++ new/qtcoap-everywhere-src-6.10.0/dependencies.yaml  2025-10-01 
20:34:51.000000000 +0200
@@ -1,4 +1,4 @@
 dependencies:
   ../qtbase:
-    ref: 6f0d27d2e4ba5fa6562f738aaaf8eaf98ebf51e7
+    ref: 5a8637e4516bc48a0b3f4b5ec3b18618b92e7222
     required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.9.2/src/coap/doc/src/qtcoap-index.qdoc 
new/qtcoap-everywhere-src-6.10.0/src/coap/doc/src/qtcoap-index.qdoc
--- old/qtcoap-everywhere-src-6.9.2/src/coap/doc/src/qtcoap-index.qdoc  
2025-08-17 21:32:28.000000000 +0200
+++ new/qtcoap-everywhere-src-6.10.0/src/coap/doc/src/qtcoap-index.qdoc 
2025-10-01 20:34:51.000000000 +0200
@@ -67,5 +67,5 @@
     In addition, it is available under the
     \l{GNU General Public License, version 3}.
 
-    \generatelist{groupsbymodule attributions-qtcoap}
+    \annotatedlist attributions-qtcoap
 */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtcoap-everywhere-src-6.9.2/src/coap/qcoapclient.cpp 
new/qtcoap-everywhere-src-6.10.0/src/coap/qcoapclient.cpp
--- old/qtcoap-everywhere-src-6.9.2/src/coap/qcoapclient.cpp    2025-08-17 
21:32:28.000000000 +0200
+++ new/qtcoap-everywhere-src-6.10.0/src/coap/qcoapclient.cpp   2025-10-01 
20:34:51.000000000 +0200
@@ -131,10 +131,6 @@
 
     The default for \a securityMode is QtCoap::NoSecurity, which
     disables security.
-
-    This connects using a QCoapQUdpConnection; to use a custom transport,
-    sub-class QCoapConnection and pass an instance to one of the other
-    constructors.
 */
 QCoapClient::QCoapClient(QtCoap::SecurityMode securityMode, QObject *parent) :
     QObject(*new QCoapClientPrivate(new QCoapProtocol, new 
QCoapQUdpConnection(securityMode)),

Reply via email to