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 2022-06-20 15:37:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-coap (Old) and /work/SRC/openSUSE:Factory/.qt6-coap.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-coap" Mon Jun 20 15:37:20 2022 rev:14 rq:983732 version:6.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-coap/qt6-coap.changes 2022-04-20 16:55:38.522528443 +0200 +++ /work/SRC/openSUSE:Factory/.qt6-coap.new.1548/qt6-coap.changes 2022-06-20 15:37:40.442894472 +0200 @@ -1,0 +2,6 @@ +Fri Jun 17 15:15:04 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 6.3.1: + * https://www.qt.io/blog/qt-6.3.1-released + +------------------------------------------------------------------- Old: ---- qtcoap-everywhere-src-6.3.0.tar.xz New: ---- qtcoap-everywhere-src-6.3.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-coap.spec ++++++ --- /var/tmp/diff_new_pack.dl1jrA/_old 2022-06-20 15:37:41.454895952 +0200 +++ /var/tmp/diff_new_pack.dl1jrA/_new 2022-06-20 15:37:41.458895958 +0200 @@ -16,7 +16,7 @@ # -%define real_version 6.3.0 +%define real_version 6.3.1 %define short_version 6.3 %define tar_name qtcoap-everywhere-src %define tar_suffix %{nil} @@ -27,7 +27,7 @@ %endif # Name: qt6-coap%{?pkg_suffix} -Version: 6.3.0 +Version: 6.3.1 Release: 0 Summary: Qt 6 CoAP client module License: GPL-3.0-or-later @@ -35,6 +35,7 @@ Source: %{tar_name}-%{real_version}%{tar_suffix}.tar.xz Source99: qt6-coap-rpmlintrc BuildRequires: fdupes +BuildRequires: pkgconfig BuildRequires: qt6-core-private-devel BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6Gui) @@ -109,6 +110,7 @@ %{_qt6_libdir}/libQt6Coap.so %{_qt6_metatypesdir}/qt6coap_*_metatypes.json %{_qt6_mkspecsdir}/modules/qt_lib_coap.pri +%{_qt6_pkgconfigdir}/Qt6Coap.pc %exclude %{_qt6_includedir}/QtCoap/%{real_version} %files private-devel ++++++ _service ++++++ --- /var/tmp/diff_new_pack.dl1jrA/_old 2022-06-20 15:37:41.498896017 +0200 +++ /var/tmp/diff_new_pack.dl1jrA/_new 2022-06-20 15:37:41.502896022 +0200 @@ -1,9 +1,9 @@ <services> <service name="tar_scm" mode="disabled"> <param name="changesgenerate">disable</param> - <param name="version">6.3.0</param> + <param name="version">6.3.1</param> <param name="url">git://code.qt.io/qt/qtcoap.git</param> - <param name="revision">v6.3.0</param> + <param name="revision">v6.3.1</param> <param name="scm">git</param> <param name="filename">qtcoap-everywhere-src</param> </service> ++++++ qtcoap-everywhere-src-6.3.0.tar.xz -> qtcoap-everywhere-src-6.3.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcoap-everywhere-src-6.3.0/.cmake.conf new/qtcoap-everywhere-src-6.3.1/.cmake.conf --- old/qtcoap-everywhere-src-6.3.0/.cmake.conf 2022-04-05 16:01:33.000000000 +0200 +++ new/qtcoap-everywhere-src-6.3.1/.cmake.conf 2022-06-06 03:07:13.000000000 +0200 @@ -1,2 +1,2 @@ -set(QT_REPO_MODULE_VERSION "6.3.0") -set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1") +set(QT_REPO_MODULE_VERSION "6.3.1") +set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcoap-everywhere-src-6.3.0/dependencies.yaml new/qtcoap-everywhere-src-6.3.1/dependencies.yaml --- old/qtcoap-everywhere-src-6.3.0/dependencies.yaml 2022-04-05 16:01:33.000000000 +0200 +++ new/qtcoap-everywhere-src-6.3.1/dependencies.yaml 2022-06-06 03:07:13.000000000 +0200 @@ -1,4 +1,4 @@ dependencies: ../qtbase: - ref: 9554d315aa74eaba1726405ee09117e2ebc6111f + ref: 8483dcde90f40cdfd0a0ec4245b03610b46b6cae required: true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcoap-everywhere-src-6.3.0/src/coap/qcoapsecurityconfiguration.h new/qtcoap-everywhere-src-6.3.1/src/coap/qcoapsecurityconfiguration.h --- old/qtcoap-everywhere-src-6.3.0/src/coap/qcoapsecurityconfiguration.h 2022-04-05 16:01:33.000000000 +0200 +++ new/qtcoap-everywhere-src-6.3.1/src/coap/qcoapsecurityconfiguration.h 2022-06-06 03:07:13.000000000 +0200 @@ -57,7 +57,7 @@ QCoapPrivateKey &operator=(const QCoapPrivateKey &other); void swap(QCoapPrivateKey &other) noexcept - { qSwap(d, other.d); } + { d.swap(other.d); } bool isNull() const; @@ -84,7 +84,7 @@ QCoapSecurityConfiguration &operator=(const QCoapSecurityConfiguration &other); void swap(QCoapSecurityConfiguration &other) noexcept - { qSwap(d, other.d); } + { d.swap(other.d); } void setPreSharedKeyIdentity(const QByteArray &preSharedKeyIdentity); QByteArray preSharedKeyIdentity() const;