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-02-03 21:42:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-coap (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-coap.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-coap"

Mon Feb  3 21:42:58 2025 rev:35 rq:1242042 version:6.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-coap/qt6-coap.changes        2024-12-05 
17:07:54.751763470 +0100
+++ /work/SRC/openSUSE:Factory/.qt6-coap.new.2316/qt6-coap.changes      
2025-02-03 21:42:59.229178344 +0100
@@ -1,0 +2,6 @@
+Fri Jan 31 10:22:52 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 6.8.2
+  https://www.qt.io/blog/qt-6.8.2-released
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ qt6-coap.spec ++++++
--- /var/tmp/diff_new_pack.3jifER/_old  2025-02-03 21:43:00.097214173 +0100
+++ /var/tmp/diff_new_pack.3jifER/_new  2025-02-03 21:43:00.097214173 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qt6-coap
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.8.1
+%define real_version 6.8.2
 %define short_version 6.8
 %define tar_name qtcoap-everywhere-src
 %define tar_suffix %{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:           qt6-coap%{?pkg_suffix}
-Version:        6.8.1
+Version:        6.8.2
 Release:        0
 Summary:        Qt 6 CoAP client module
 License:        GPL-3.0-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.3jifER/_old  2025-02-03 21:43:00.137215824 +0100
+++ /var/tmp/diff_new_pack.3jifER/_new  2025-02-03 21:43:00.141215989 +0100
@@ -1,9 +1,9 @@
 <services>
   <service name="tar_scm" mode="disabled">
    <param name="changesgenerate">disable</param>
-   <param name="version">6.8.1</param>
+   <param name="version">6.8.2</param>
    <param name="url">git://code.qt.io/qt/qtcoap.git</param>
-   <param name="revision">v6.8.1</param>
+   <param name="revision">v6.8.2</param>
    <param name="scm">git</param>
    <param name="filename">qtcoap-everywhere-src</param>
   </service>

++++++ qtcoap-everywhere-src-6.8.1.tar.xz -> qtcoap-everywhere-src-6.8.2.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtcoap-everywhere-src-6.8.1/.cmake.conf 
new/qtcoap-everywhere-src-6.8.2/.cmake.conf
--- old/qtcoap-everywhere-src-6.8.1/.cmake.conf 2024-11-19 12:14:08.000000000 
+0100
+++ new/qtcoap-everywhere-src-6.8.2/.cmake.conf 2025-01-24 06:31:21.000000000 
+0100
@@ -1,4 +1,4 @@
-set(QT_REPO_MODULE_VERSION "6.8.1")
+set(QT_REPO_MODULE_VERSION "6.8.2")
 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.8.1/dependencies.yaml 
new/qtcoap-everywhere-src-6.8.2/dependencies.yaml
--- old/qtcoap-everywhere-src-6.8.1/dependencies.yaml   2024-11-19 
12:14:08.000000000 +0100
+++ new/qtcoap-everywhere-src-6.8.2/dependencies.yaml   2025-01-24 
06:31:21.000000000 +0100
@@ -1,4 +1,4 @@
 dependencies:
   ../qtbase:
-    ref: 0db4321f2f13c6870283f3fcc0f1a462fd7cf663
+    ref: f1136de66638060b8a1ab9bc0cdf1a91dcb5ec01
     required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtcoap-everywhere-src-6.8.1/src/coap/qcoapglobal.h 
new/qtcoap-everywhere-src-6.8.2/src/coap/qcoapglobal.h
--- old/qtcoap-everywhere-src-6.8.1/src/coap/qcoapglobal.h      2024-11-19 
12:14:08.000000000 +0100
+++ new/qtcoap-everywhere-src-6.8.2/src/coap/qcoapglobal.h      2025-01-24 
06:31:21.000000000 +0100
@@ -16,7 +16,4 @@
 
 QT_END_NAMESPACE
 
-Q_DECLARE_METATYPE(QCoapToken)
-Q_DECLARE_METATYPE(QCoapMessageId)
-
 #endif // QCOAPGLOBAL_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.8.1/src/coap/qcoapnamespace.h 
new/qtcoap-everywhere-src-6.8.2/src/coap/qcoapnamespace.h
--- old/qtcoap-everywhere-src-6.8.1/src/coap/qcoapnamespace.h   2024-11-19 
12:14:08.000000000 +0100
+++ new/qtcoap-everywhere-src-6.8.2/src/coap/qcoapnamespace.h   2025-01-24 
06:31:21.000000000 +0100
@@ -21,7 +21,7 @@
 
 namespace QtCoap
 {
-    Q_COAP_EXPORT Q_NAMESPACE
+    Q_NAMESPACE_EXPORT(Q_COAP_EXPORT)
 
     enum class ResponseCode : quint8 {
         EmptyMessage = 0x00,

Reply via email to