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 2023-04-05 21:31:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-coap (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-coap.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-coap"

Wed Apr  5 21:31:45 2023 rev:20 rq:1077321 version:6.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-coap/qt6-coap.changes        2023-03-17 
17:03:36.897476859 +0100
+++ /work/SRC/openSUSE:Factory/.qt6-coap.new.19717/qt6-coap.changes     
2023-04-05 21:36:33.158875846 +0200
@@ -1,0 +2,6 @@
+Mon Apr  3 10:01:51 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 6.5.0
+  * https://www.qt.io/blog/qt-6.5-lts-released
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ qt6-coap.spec ++++++
--- /var/tmp/diff_new_pack.YysCSg/_old  2023-04-05 21:36:33.666878744 +0200
+++ /var/tmp/diff_new_pack.YysCSg/_new  2023-04-05 21:36:33.674878790 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qt6-coap
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.4.3
-%define short_version 6.4
+%define real_version 6.5.0
+%define short_version 6.5
 %define tar_name qtcoap-everywhere-src
 %define tar_suffix %{nil}
 #
@@ -27,7 +27,7 @@
 %endif
 #
 Name:           qt6-coap%{?pkg_suffix}
-Version:        6.4.3
+Version:        6.5.0
 Release:        0
 Summary:        Qt 6 CoAP client module
 License:        GPL-3.0-or-later
@@ -37,12 +37,12 @@
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 BuildRequires:  qt6-core-private-devel
-BuildRequires:  cmake(Qt6Core)
-BuildRequires:  cmake(Qt6Gui)
-BuildRequires:  cmake(Qt6Network)
-BuildRequires:  cmake(Qt6Qml)
-BuildRequires:  cmake(Qt6Quick)
-BuildRequires:  cmake(Qt6Widgets)
+BuildRequires:  cmake(Qt6Core) = %{real_version}
+BuildRequires:  cmake(Qt6Gui) = %{real_version}
+BuildRequires:  cmake(Qt6Network) = %{real_version}
+BuildRequires:  cmake(Qt6Qml) = %{real_version}
+BuildRequires:  cmake(Qt6Quick) = %{real_version}
+BuildRequires:  cmake(Qt6Widgets) = %{real_version}
 %if "%{qt6_flavor}" == "docs"
 BuildRequires:  qt6-tools
 %{qt6_doc_packages}
@@ -62,7 +62,7 @@
 %package devel
 Summary:        Qt 6 CoAP library - Development files
 Requires:       libQt6Coap6 = %{version}
-Requires:       cmake(Qt6Network)
+Requires:       cmake(Qt6Network) = %{real_version}
 
 %description devel
 Development files for the Qt 6 CoAP library.

++++++ _service ++++++
--- /var/tmp/diff_new_pack.YysCSg/_old  2023-04-05 21:36:33.746879201 +0200
+++ /var/tmp/diff_new_pack.YysCSg/_new  2023-04-05 21:36:33.750879224 +0200
@@ -1,9 +1,9 @@
 <services>
   <service name="tar_scm" mode="disabled">
    <param name="changesgenerate">disable</param>
-   <param name="version">6.4.3</param>
+   <param name="version">6.5.0</param>
    <param name="url">git://code.qt.io/qt/qtcoap.git</param>
-   <param name="revision">v6.4.3</param>
+   <param name="revision">v6.5.0</param>
    <param name="scm">git</param>
    <param name="filename">qtcoap-everywhere-src</param>
   </service>

++++++ qtcoap-everywhere-src-6.4.3.tar.xz -> qtcoap-everywhere-src-6.5.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtcoap-everywhere-src-6.4.3/.cmake.conf 
new/qtcoap-everywhere-src-6.5.0/.cmake.conf
--- old/qtcoap-everywhere-src-6.4.3/.cmake.conf 2023-03-11 19:17:03.000000000 
+0100
+++ new/qtcoap-everywhere-src-6.5.0/.cmake.conf 2023-03-25 20:28:54.000000000 
+0100
@@ -1,2 +1,3 @@
-set(QT_REPO_MODULE_VERSION "6.4.3")
+set(QT_REPO_MODULE_VERSION "6.5.0")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
+set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_AS_CONST=1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtcoap-everywhere-src-6.4.3/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/CMakeLists.txt
--- old/qtcoap-everywhere-src-6.4.3/CMakeLists.txt      2023-03-11 
19:17:03.000000000 +0100
+++ new/qtcoap-everywhere-src-6.5.0/CMakeLists.txt      2023-03-25 
20:28:54.000000000 +0100
@@ -1,4 +1,5 @@
-# Generated from qtcoap.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16)
 
@@ -7,7 +8,7 @@
     VERSION "${QT_REPO_MODULE_VERSION}"
     DESCRIPTION "Qt Coap Libraries"
     HOMEPAGE_URL "https://qt.io/";
-    LANGUAGES CXX # special case
+    LANGUAGES CXX
 )
 
 find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals 
Core Network)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtcoap-everywhere-src-6.4.3/dependencies.yaml 
new/qtcoap-everywhere-src-6.5.0/dependencies.yaml
--- old/qtcoap-everywhere-src-6.4.3/dependencies.yaml   2023-03-11 
19:17:03.000000000 +0100
+++ new/qtcoap-everywhere-src-6.5.0/dependencies.yaml   2023-03-25 
20:28:54.000000000 +0100
@@ -1,4 +1,4 @@
 dependencies:
   ../qtbase:
-    ref: 519d2d8f442409e86a0ee2fa16bd543342180861
+    ref: aea92807be2567c4212b96ae67de7137075ba4ee
     required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtcoap-everywhere-src-6.4.3/examples/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/examples/CMakeLists.txt
--- old/qtcoap-everywhere-src-6.4.3/examples/CMakeLists.txt     2023-03-11 
19:17:03.000000000 +0100
+++ new/qtcoap-everywhere-src-6.5.0/examples/CMakeLists.txt     2023-03-25 
20:28:54.000000000 +0100
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
 qt_examples_build_begin(EXTERNAL_BUILD)
 
 add_subdirectory(coap)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.4.3/examples/coap/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/examples/coap/CMakeLists.txt
--- old/qtcoap-everywhere-src-6.4.3/examples/coap/CMakeLists.txt        
2023-03-11 19:17:03.000000000 +0100
+++ new/qtcoap-everywhere-src-6.5.0/examples/coap/CMakeLists.txt        
2023-03-25 20:28:54.000000000 +0100
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
 qt_internal_add_example(consolecoapclient)
 if(TARGET Qt::Widgets)
     qt_internal_add_example(simplecoapclient)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.4.3/examples/coap/consolecoapclient/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/examples/coap/consolecoapclient/CMakeLists.txt
--- 
old/qtcoap-everywhere-src-6.4.3/examples/coap/consolecoapclient/CMakeLists.txt  
    2023-03-11 19:17:03.000000000 +0100
+++ 
new/qtcoap-everywhere-src-6.5.0/examples/coap/consolecoapclient/CMakeLists.txt  
    2023-03-25 20:28:54.000000000 +0100
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
 cmake_minimum_required(VERSION 3.16)
 project(consolecoapclient LANGUAGES CXX)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.4.3/examples/coap/quickmulticastclient/CMakeLists.txt
 
new/qtcoap-everywhere-src-6.5.0/examples/coap/quickmulticastclient/CMakeLists.txt
--- 
old/qtcoap-everywhere-src-6.4.3/examples/coap/quickmulticastclient/CMakeLists.txt
   2023-03-11 19:17:03.000000000 +0100
+++ 
new/qtcoap-everywhere-src-6.5.0/examples/coap/quickmulticastclient/CMakeLists.txt
   2023-03-25 20:28:54.000000000 +0100
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
 cmake_minimum_required(VERSION 3.16)
 project(quickmulticastclient LANGUAGES CXX)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.4.3/examples/coap/quicksecureclient/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/examples/coap/quicksecureclient/CMakeLists.txt
--- 
old/qtcoap-everywhere-src-6.4.3/examples/coap/quicksecureclient/CMakeLists.txt  
    2023-03-11 19:17:03.000000000 +0100
+++ 
new/qtcoap-everywhere-src-6.5.0/examples/coap/quicksecureclient/CMakeLists.txt  
    2023-03-25 20:28:54.000000000 +0100
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
 cmake_minimum_required(VERSION 3.16)
 project(quicksecureclient LANGUAGES CXX)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.4.3/examples/coap/simplecoapclient/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/examples/coap/simplecoapclient/CMakeLists.txt
--- 
old/qtcoap-everywhere-src-6.4.3/examples/coap/simplecoapclient/CMakeLists.txt   
    2023-03-11 19:17:03.000000000 +0100
+++ 
new/qtcoap-everywhere-src-6.5.0/examples/coap/simplecoapclient/CMakeLists.txt   
    2023-03-25 20:28:54.000000000 +0100
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
 cmake_minimum_required(VERSION 3.16)
 project(simplecoapclient LANGUAGES CXX)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.4.3/examples/coap/simplecoapclient/simplecoapclient.pro
 
new/qtcoap-everywhere-src-6.5.0/examples/coap/simplecoapclient/simplecoapclient.pro
--- 
old/qtcoap-everywhere-src-6.4.3/examples/coap/simplecoapclient/simplecoapclient.pro
 2023-03-11 19:17:03.000000000 +0100
+++ 
new/qtcoap-everywhere-src-6.5.0/examples/coap/simplecoapclient/simplecoapclient.pro
 2023-03-25 20:28:54.000000000 +0100
@@ -12,7 +12,7 @@
 # You can also make your code fail to compile if you use deprecated APIs.
 # In order to do so, uncomment the following line.
 # You can also select to disable deprecated APIs only up to a certain version 
of Qt.
-#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000    # disables all the APIs 
deprecated before Qt 6.0.0
+#DEFINES += QT_DISABLE_DEPRECATED_UP_TO=0x060000 # disables all APIs 
deprecated in Qt 6.0.0 and earlier
 
 CONFIG += c++11
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtcoap-everywhere-src-6.4.3/src/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/src/CMakeLists.txt
--- old/qtcoap-everywhere-src-6.4.3/src/CMakeLists.txt  2023-03-11 
19:17:03.000000000 +0100
+++ new/qtcoap-everywhere-src-6.5.0/src/CMakeLists.txt  2023-03-25 
20:28:54.000000000 +0100
@@ -1,3 +1,4 @@
-# Generated from src.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
 
 add_subdirectory(coap)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtcoap-everywhere-src-6.4.3/src/coap/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/src/coap/CMakeLists.txt
--- old/qtcoap-everywhere-src-6.4.3/src/coap/CMakeLists.txt     2023-03-11 
19:17:03.000000000 +0100
+++ new/qtcoap-everywhere-src-6.5.0/src/coap/CMakeLists.txt     2023-03-25 
20:28:54.000000000 +0100
@@ -1,4 +1,5 @@
-# Generated from coap.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
 
 #####################################################################
 ## Coap Module:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.4.3/src/coap/doc/qtcoap.qdocconf 
new/qtcoap-everywhere-src-6.5.0/src/coap/doc/qtcoap.qdocconf
--- old/qtcoap-everywhere-src-6.4.3/src/coap/doc/qtcoap.qdocconf        
2023-03-11 19:17:03.000000000 +0100
+++ new/qtcoap-everywhere-src-6.5.0/src/coap/doc/qtcoap.qdocconf        
2023-03-25 20:28:54.000000000 +0100
@@ -33,8 +33,6 @@
 # Add a generic thumbnail to an example that has no \image in its documentation
 manifestmeta.thumbnail.names = "QtCoap/Console CoAP Client Example"
 
-Cpp.ignoretokens += Q_COAP_EXPORT
-
 depends += qtcore qtdoc qtnetwork qmake qtcmake
 
 #add generic thumbnail images for example documentation that does not have an 
image.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.4.3/src/coap/qcoapmessage.cpp 
new/qtcoap-everywhere-src-6.5.0/src/coap/qcoapmessage.cpp
--- old/qtcoap-everywhere-src-6.4.3/src/coap/qcoapmessage.cpp   2023-03-11 
19:17:03.000000000 +0100
+++ new/qtcoap-everywhere-src-6.5.0/src/coap/qcoapmessage.cpp   2023-03-25 
20:28:54.000000000 +0100
@@ -406,4 +406,11 @@
     return d_ptr.data();
 }
 
+/*!
+    \variable QCoapMessage::d_ptr
+    \internal
+
+    Pointer to private data structure.
+*/
+
 QT_END_NAMESPACE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtcoap-everywhere-src-6.4.3/tests/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/tests/CMakeLists.txt
--- old/qtcoap-everywhere-src-6.4.3/tests/CMakeLists.txt        2023-03-11 
19:17:03.000000000 +0100
+++ new/qtcoap-everywhere-src-6.5.0/tests/CMakeLists.txt        2023-03-25 
20:28:54.000000000 +0100
@@ -1,4 +1,5 @@
-# Generated from tests.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
 
 if(QT_BUILD_STANDALONE_TESTS)
     # Add qt_find_package calls for extra dependencies that need to be found 
when building
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.4.3/tests/auto/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/tests/auto/CMakeLists.txt
--- old/qtcoap-everywhere-src-6.4.3/tests/auto/CMakeLists.txt   2023-03-11 
19:17:03.000000000 +0100
+++ new/qtcoap-everywhere-src-6.5.0/tests/auto/CMakeLists.txt   2023-03-25 
20:28:54.000000000 +0100
@@ -1,8 +1,6 @@
-# Generated from auto.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
 
-# special case begin
-# add_subdirectory(cmake)
-# sepcial case end
 add_subdirectory(qcoapclient)
 add_subdirectory(qcoapmessage)
 add_subdirectory(qcoapoption)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.4.3/tests/auto/cmake/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/tests/auto/cmake/CMakeLists.txt
--- old/qtcoap-everywhere-src-6.4.3/tests/auto/cmake/CMakeLists.txt     
2023-03-11 19:17:03.000000000 +0100
+++ new/qtcoap-everywhere-src-6.5.0/tests/auto/cmake/CMakeLists.txt     
2023-03-25 20:28:54.000000000 +0100
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
 cmake_minimum_required(VERSION 3.16)
 
 project(qmake_cmake_files)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.4.3/tests/auto/qcoapclient/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/tests/auto/qcoapclient/CMakeLists.txt
--- old/qtcoap-everywhere-src-6.4.3/tests/auto/qcoapclient/CMakeLists.txt       
2023-03-11 19:17:03.000000000 +0100
+++ new/qtcoap-everywhere-src-6.5.0/tests/auto/qcoapclient/CMakeLists.txt       
2023-03-25 20:28:54.000000000 +0100
@@ -1,4 +1,5 @@
-# Generated from qcoapclient.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
 
 #####################################################################
 ## qcoapclient Test:
@@ -7,27 +8,22 @@
 set (QT_TESTSERVER_COMPOSE_FILE 
"${CMAKE_CURRENT_SOURCE_DIR}/../../testserver/docker-compose.yml")
 
 qt_internal_add_test(qcoapclient
-    EXCEPTIONS # special case
+    EXCEPTIONS
     GUI
     SOURCES
         ../coapnetworksettings.h
         tst_qcoapclient.cpp
-    PUBLIC_LIBRARIES
+    LIBRARIES
         Qt::Coap
         Qt::CoapPrivate
         Qt::Network
     QT_TEST_SERVER_LIST "californium" "freecoap"
 )
 
-#### Keys ignored in scope 1:.:.:qcoapclient.pro:<TRUE>:
-# QT_TEST_SERVER_LIST = "californium" "freecoap"
-
 ## Scopes:
 #####################################################################
 
-# special case begin
 qt_internal_extend_target(qcoapclient CONDITION DEFINED 
ENV{COAP_TEST_SERVER_IP}
     DEFINES
-        COAP_TEST_SERVER_IP=\\\"$ENV{COAP_TEST_SERVER_IP}\\\"
+        COAP_TEST_SERVER_IP="$ENV{COAP_TEST_SERVER_IP}"
 )
-# special case end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.4.3/tests/auto/qcoapinternalreply/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/tests/auto/qcoapinternalreply/CMakeLists.txt
--- 
old/qtcoap-everywhere-src-6.4.3/tests/auto/qcoapinternalreply/CMakeLists.txt    
    2023-03-11 19:17:03.000000000 +0100
+++ 
new/qtcoap-everywhere-src-6.5.0/tests/auto/qcoapinternalreply/CMakeLists.txt    
    2023-03-25 20:28:54.000000000 +0100
@@ -1,4 +1,5 @@
-# Generated from qcoapinternalreply.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
 
 #####################################################################
 ## qcoapinternalreply Test:
@@ -7,7 +8,7 @@
 qt_internal_add_test(qcoapinternalreply
     SOURCES
         tst_qcoapinternalreply.cpp
-    PUBLIC_LIBRARIES
+    LIBRARIES
         Qt::Coap
         Qt::CoapPrivate
         Qt::Network
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.4.3/tests/auto/qcoapinternalrequest/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/tests/auto/qcoapinternalrequest/CMakeLists.txt
--- 
old/qtcoap-everywhere-src-6.4.3/tests/auto/qcoapinternalrequest/CMakeLists.txt  
    2023-03-11 19:17:03.000000000 +0100
+++ 
new/qtcoap-everywhere-src-6.5.0/tests/auto/qcoapinternalrequest/CMakeLists.txt  
    2023-03-25 20:28:54.000000000 +0100
@@ -1,4 +1,5 @@
-# Generated from qcoapinternalrequest.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
 
 #####################################################################
 ## qcoapinternalrequest Test:
@@ -7,7 +8,7 @@
 qt_internal_add_test(qcoapinternalrequest
     SOURCES
         tst_qcoapinternalrequest.cpp
-    PUBLIC_LIBRARIES
+    LIBRARIES
         Qt::Coap
         Qt::CoapPrivate
         Qt::Network
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.4.3/tests/auto/qcoapmessage/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/tests/auto/qcoapmessage/CMakeLists.txt
--- old/qtcoap-everywhere-src-6.4.3/tests/auto/qcoapmessage/CMakeLists.txt      
2023-03-11 19:17:03.000000000 +0100
+++ new/qtcoap-everywhere-src-6.5.0/tests/auto/qcoapmessage/CMakeLists.txt      
2023-03-25 20:28:54.000000000 +0100
@@ -1,4 +1,5 @@
-# Generated from qcoapmessage.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
 
 #####################################################################
 ## qcoapmessage Test:
@@ -7,7 +8,7 @@
 qt_internal_add_test(qcoapmessage
     SOURCES
         tst_qcoapmessage.cpp
-    PUBLIC_LIBRARIES
+    LIBRARIES
         Qt::Coap
         Qt::Network
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.4.3/tests/auto/qcoapoption/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/tests/auto/qcoapoption/CMakeLists.txt
--- old/qtcoap-everywhere-src-6.4.3/tests/auto/qcoapoption/CMakeLists.txt       
2023-03-11 19:17:03.000000000 +0100
+++ new/qtcoap-everywhere-src-6.5.0/tests/auto/qcoapoption/CMakeLists.txt       
2023-03-25 20:28:54.000000000 +0100
@@ -1,4 +1,5 @@
-# Generated from qcoapoption.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
 
 #####################################################################
 ## qcoapoption Test:
@@ -7,7 +8,7 @@
 qt_internal_add_test(qcoapoption
     SOURCES
         tst_qcoapoption.cpp
-    PUBLIC_LIBRARIES
+    LIBRARIES
         Qt::Coap
         Qt::CoapPrivate
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.4.3/tests/auto/qcoapqudpconnection/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/tests/auto/qcoapqudpconnection/CMakeLists.txt
--- 
old/qtcoap-everywhere-src-6.4.3/tests/auto/qcoapqudpconnection/CMakeLists.txt   
    2023-03-11 19:17:03.000000000 +0100
+++ 
new/qtcoap-everywhere-src-6.5.0/tests/auto/qcoapqudpconnection/CMakeLists.txt   
    2023-03-25 20:28:54.000000000 +0100
@@ -1,4 +1,5 @@
-# Generated from qcoapqudpconnection.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
 
 #####################################################################
 ## qcoapqudpconnection Test:
@@ -10,22 +11,17 @@
     SOURCES
         ../coapnetworksettings.h
         tst_qcoapqudpconnection.cpp
-    PUBLIC_LIBRARIES
+    LIBRARIES
         Qt::Coap
         Qt::CoapPrivate
         Qt::Network
     QT_TEST_SERVER_LIST "californium"
 )
 
-#### Keys ignored in scope 1:.:.:qcoapqudpconnection.pro:<TRUE>:
-# QT_TEST_SERVER_LIST = "californium"
-
 ## Scopes:
 #####################################################################
 
-# special case begin
 qt_internal_extend_target(qcoapqudpconnection CONDITION DEFINED 
ENV{COAP_TEST_SERVER_IP}
     DEFINES
-        COAP_TEST_SERVER_IP=\\\"$ENV{COAP_TEST_SERVER_IP}\\\"
+        COAP_TEST_SERVER_IP="$ENV{COAP_TEST_SERVER_IP}"
 )
-# special case end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.4.3/tests/auto/qcoapreply/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/tests/auto/qcoapreply/CMakeLists.txt
--- old/qtcoap-everywhere-src-6.4.3/tests/auto/qcoapreply/CMakeLists.txt        
2023-03-11 19:17:03.000000000 +0100
+++ new/qtcoap-everywhere-src-6.5.0/tests/auto/qcoapreply/CMakeLists.txt        
2023-03-25 20:28:54.000000000 +0100
@@ -1,4 +1,5 @@
-# Generated from qcoapreply.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
 
 #####################################################################
 ## qcoapreply Test:
@@ -7,7 +8,7 @@
 qt_internal_add_test(qcoapreply
     SOURCES
         tst_qcoapreply.cpp
-    PUBLIC_LIBRARIES
+    LIBRARIES
         Qt::Coap
         Qt::CoapPrivate
         Qt::Network
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.4.3/tests/auto/qcoaprequest/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/tests/auto/qcoaprequest/CMakeLists.txt
--- old/qtcoap-everywhere-src-6.4.3/tests/auto/qcoaprequest/CMakeLists.txt      
2023-03-11 19:17:03.000000000 +0100
+++ new/qtcoap-everywhere-src-6.5.0/tests/auto/qcoaprequest/CMakeLists.txt      
2023-03-25 20:28:54.000000000 +0100
@@ -1,4 +1,5 @@
-# Generated from qcoaprequest.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
 
 #####################################################################
 ## qcoaprequest Test:
@@ -7,7 +8,7 @@
 qt_internal_add_test(qcoaprequest
     SOURCES
         tst_qcoaprequest.cpp
-    PUBLIC_LIBRARIES
+    LIBRARIES
         Qt::Coap
         Qt::CoapPrivate
         Qt::Network
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtcoap-everywhere-src-6.4.3/tests/auto/qcoapresource/CMakeLists.txt 
new/qtcoap-everywhere-src-6.5.0/tests/auto/qcoapresource/CMakeLists.txt
--- old/qtcoap-everywhere-src-6.4.3/tests/auto/qcoapresource/CMakeLists.txt     
2023-03-11 19:17:03.000000000 +0100
+++ new/qtcoap-everywhere-src-6.5.0/tests/auto/qcoapresource/CMakeLists.txt     
2023-03-25 20:28:54.000000000 +0100
@@ -1,4 +1,5 @@
-# Generated from qcoapresource.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
 
 #####################################################################
 ## qcoapresource Test:
@@ -7,7 +8,7 @@
 qt_internal_add_test(qcoapresource
     SOURCES
         tst_qcoapresource.cpp
-    PUBLIC_LIBRARIES
+    LIBRARIES
         Qt::Coap
         Qt::CoapPrivate
         Qt::Network

Reply via email to