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 2021-06-15 16:37:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-coap (Old) and /work/SRC/openSUSE:Factory/.qt6-coap.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-coap" Tue Jun 15 16:37:57 2021 rev:5 rq:900091 version:6.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-coap/qt6-coap.changes 2021-05-10 15:40:55.937191579 +0200 +++ /work/SRC/openSUSE:Factory/.qt6-coap.new.32437/qt6-coap.changes 2021-06-15 16:38:33.509820415 +0200 @@ -1,0 +2,6 @@ +Tue Jun 8 05:54:09 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 6.1.1: + * https://www.qt.io/blog/qt-6.1.1-released + +------------------------------------------------------------------- Old: ---- qtcoap-6.1.0.tar.xz New: ---- qtcoap-6.1.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-coap.spec ++++++ --- /var/tmp/diff_new_pack.RcYCbV/_old 2021-06-15 16:38:33.993821254 +0200 +++ /var/tmp/diff_new_pack.RcYCbV/_new 2021-06-15 16:38:33.997821261 +0200 @@ -16,7 +16,7 @@ # -%define real_version 6.1.0 +%define real_version 6.1.1 %define short_version 6.1 %define tar_name qtcoap %define tar_suffix %{nil} @@ -27,7 +27,7 @@ %endif # Name: qt6-coap%{?pkg_suffix} -Version: 6.1.0 +Version: 6.1.1 Release: 0 Summary: Qt 6 CoAP client module License: GPL-3.0-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.RcYCbV/_old 2021-06-15 16:38:34.037821330 +0200 +++ /var/tmp/diff_new_pack.RcYCbV/_new 2021-06-15 16:38:34.037821330 +0200 @@ -1,9 +1,9 @@ <services> <service name="tar_scm" mode="disabled"> <param name="changesgenerate">disable</param> - <param name="version">6.1.0</param> + <param name="version">6.1.1</param> <param name="url">git://code.qt.io/qt/qtcoap.git</param> - <param name="revision">v6.1.0</param> + <param name="revision">v6.1.1</param> <param name="scm">git</param> <param name="filename">qtcoap</param> </service> ++++++ qtcoap-6.1.0.tar.xz -> qtcoap-6.1.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcoap-6.1.0/.cmake.conf new/qtcoap-6.1.1/.cmake.conf --- old/qtcoap-6.1.0/.cmake.conf 2021-05-04 06:24:10.000000000 +0200 +++ new/qtcoap-6.1.1/.cmake.conf 2021-06-02 16:35:05.000000000 +0200 @@ -1 +1 @@ -set(QT_REPO_MODULE_VERSION "6.1.0") +set(QT_REPO_MODULE_VERSION "6.1.1") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcoap-6.1.0/.qmake.conf new/qtcoap-6.1.1/.qmake.conf --- old/qtcoap-6.1.0/.qmake.conf 2021-05-04 06:24:10.000000000 +0200 +++ new/qtcoap-6.1.1/.qmake.conf 2021-06-02 16:35:05.000000000 +0200 @@ -2,4 +2,4 @@ DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS -MODULE_VERSION = 6.1.0 +MODULE_VERSION = 6.1.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcoap-6.1.0/CMakeLists.txt new/qtcoap-6.1.1/CMakeLists.txt --- old/qtcoap-6.1.0/CMakeLists.txt 2021-05-04 06:24:10.000000000 +0200 +++ new/qtcoap-6.1.1/CMakeLists.txt 2021-06-02 16:35:05.000000000 +0200 @@ -10,6 +10,9 @@ LANGUAGES CXX # special case ) +# Make sure we use the fixed BASE argument of qt_add_resource. +set(QT_USE_FIXED_QT_ADD_RESOURCE_BASE TRUE) + # special case begin find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core Network) find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Gui Widgets Quick Qml) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcoap-6.1.0/conanfile.py new/qtcoap-6.1.1/conanfile.py --- old/qtcoap-6.1.0/conanfile.py 2021-05-04 06:24:10.000000000 +0200 +++ new/qtcoap-6.1.1/conanfile.py 2021-06-02 16:35:05.000000000 +0200 @@ -28,6 +28,7 @@ from conans import ConanFile, tools, CMake import os +from pathlib import Path class QtConanError(Exception): @@ -36,7 +37,7 @@ class QtCoAP(ConanFile): name = "qtcoap" - version = "6.1.0" + version = "6.1.1" license = "GPL-3.0+, Commercial Qt License Agreement" author = "The Qt Company <https://www.qt.io/contact-us>" url = "https://code.qt.io/cgit/qt/qtcoap.git/" @@ -49,7 +50,8 @@ default_options = {"shared": "default", # default: Use the value of the Qt build "qt6": None} exports_sources = "*", "!conan*.*" - revision_mode = "scm" # use commit ID as the RREV (recipe revision) + # use commit ID as the RREV (recipe revision) if this is exported from .git repository + revision_mode = "scm" if Path(Path(__file__).parent.resolve() / ".git").exists() else "hash" def source(self): # sources are installed next to recipe, no need to clone etc. sources here diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcoap-6.1.0/dependencies.yaml new/qtcoap-6.1.1/dependencies.yaml --- old/qtcoap-6.1.0/dependencies.yaml 2021-05-04 06:24:10.000000000 +0200 +++ new/qtcoap-6.1.1/dependencies.yaml 2021-06-02 16:35:05.000000000 +0200 @@ -1,7 +1,7 @@ dependencies: ../qtbase: - ref: b2ebc64dd9914359fe8acf2bc9960e341e98cf80 + ref: 179b3f6797094a494e13a4d3daa5c6732bf0ada2 required: true ../qttools: - ref: c973cf4f088f9d97a10f03ad60a5a39395edd188 + ref: 7fe527d19d60b71adef5d3e41a0f013d4f521ac0 required: true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcoap-6.1.0/src/coap/doc/qtcoap.qdocconf new/qtcoap-6.1.1/src/coap/doc/qtcoap.qdocconf --- old/qtcoap-6.1.0/src/coap/doc/qtcoap.qdocconf 2021-05-04 06:24:10.000000000 +0200 +++ new/qtcoap-6.1.1/src/coap/doc/qtcoap.qdocconf 2021-06-02 16:35:05.000000000 +0200 @@ -34,6 +34,9 @@ exampledirs = ../../../examples/coap excludedirs += ../qt4support +# 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