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-07-05 22:23:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-coap (Old) and /work/SRC/openSUSE:Factory/.qt6-coap.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-coap" Mon Jul 5 22:23:03 2021 rev:6 rq:904086 version:6.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-coap/qt6-coap.changes 2021-06-15 16:38:33.509820415 +0200 +++ /work/SRC/openSUSE:Factory/.qt6-coap.new.2625/qt6-coap.changes 2021-07-05 22:23:42.589383085 +0200 @@ -1,0 +2,6 @@ +Fri Jul 2 14:07:38 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 6.1.2. New bugfix release: + * https://www.qt.io/blog/qt-6.1.2-released + +------------------------------------------------------------------- Old: ---- qtcoap-6.1.1.tar.xz New: ---- qtcoap-6.1.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-coap.spec ++++++ --- /var/tmp/diff_new_pack.LoX1IE/_old 2021-07-05 22:23:43.001379897 +0200 +++ /var/tmp/diff_new_pack.LoX1IE/_new 2021-07-05 22:23:43.001379897 +0200 @@ -16,7 +16,7 @@ # -%define real_version 6.1.1 +%define real_version 6.1.2 %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.1 +Version: 6.1.2 Release: 0 Summary: Qt 6 CoAP client module License: GPL-3.0-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.LoX1IE/_old 2021-07-05 22:23:43.037379618 +0200 +++ /var/tmp/diff_new_pack.LoX1IE/_new 2021-07-05 22:23:43.041379587 +0200 @@ -1,9 +1,9 @@ <services> <service name="tar_scm" mode="disabled"> <param name="changesgenerate">disable</param> - <param name="version">6.1.1</param> + <param name="version">6.1.2</param> <param name="url">git://code.qt.io/qt/qtcoap.git</param> - <param name="revision">v6.1.1</param> + <param name="revision">v6.1.2</param> <param name="scm">git</param> <param name="filename">qtcoap</param> </service> ++++++ qtcoap-6.1.1.tar.xz -> qtcoap-6.1.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcoap-6.1.1/.cmake.conf new/qtcoap-6.1.2/.cmake.conf --- old/qtcoap-6.1.1/.cmake.conf 2021-06-02 16:35:05.000000000 +0200 +++ new/qtcoap-6.1.2/.cmake.conf 2021-06-18 17:17:55.000000000 +0200 @@ -1 +1 @@ -set(QT_REPO_MODULE_VERSION "6.1.1") +set(QT_REPO_MODULE_VERSION "6.1.2") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcoap-6.1.1/.gitignore new/qtcoap-6.1.2/.gitignore --- old/qtcoap-6.1.1/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/qtcoap-6.1.2/.gitignore 2021-06-18 17:17:55.000000000 +0200 @@ -0,0 +1,63 @@ +# C++ objects and libs + +*.slo +*.lo +*.o +*.a +*.la +*.lai +*.so +*.dll +*.dylib + +# Qt-es + +object_script.*.Release +object_script.*.Debug +*_plugin_import.cpp +/.qmake.cache +/.qmake.stash +*.pro.user +*.pro.user.* +*.qbs.user +*.qbs.user.* +*.moc +moc_*.cpp +moc_*.h +qrc_*.cpp +ui_*.h +*.qmlc +*.jsc +Makefile* +*build-* + +# Qt unit tests +target_wrapper.* + +# QtCreator + +*.autosave + +# QtCtreator Qml +*.qmlproject.user +*.qmlproject.user.* + +# QtCtreator CMake +CMakeLists.txt.user* + +# Generated files +/include +/lib +/mkspecs +/src/coap/QtCoap.version* +.pch +tests/auto/qcoapclient/qcoapclient +tests/auto/qcoapconnection/qcoapconnection +tests/auto/qcoapmessage/qcoapmessage +tests/auto/qcoapreply/qcoapreply +tests/auto/qcoaprequest/qcoaprequest +tests/auto/qcoapresource/qcoapresource + +# Other +*.swp + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcoap-6.1.1/.qmake.conf new/qtcoap-6.1.2/.qmake.conf --- old/qtcoap-6.1.1/.qmake.conf 2021-06-02 16:35:05.000000000 +0200 +++ new/qtcoap-6.1.2/.qmake.conf 2021-06-18 17:17:55.000000000 +0200 @@ -2,4 +2,4 @@ DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS -MODULE_VERSION = 6.1.1 +MODULE_VERSION = 6.1.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcoap-6.1.1/conanfile.py new/qtcoap-6.1.2/conanfile.py --- old/qtcoap-6.1.1/conanfile.py 2021-06-02 16:35:05.000000000 +0200 +++ new/qtcoap-6.1.2/conanfile.py 2021-06-18 17:17:55.000000000 +0200 @@ -37,7 +37,7 @@ class QtCoAP(ConanFile): name = "qtcoap" - version = "6.1.1" + version = "6.1.2" 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/" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcoap-6.1.1/dependencies.yaml new/qtcoap-6.1.2/dependencies.yaml --- old/qtcoap-6.1.1/dependencies.yaml 2021-06-02 16:35:05.000000000 +0200 +++ new/qtcoap-6.1.2/dependencies.yaml 2021-06-18 17:17:55.000000000 +0200 @@ -1,7 +1,7 @@ dependencies: ../qtbase: - ref: 179b3f6797094a494e13a4d3daa5c6732bf0ada2 + ref: 4dcedb8ca4ae0c9c533997074098297abbfcf1c3 required: true ../qttools: - ref: 7fe527d19d60b71adef5d3e41a0f013d4f521ac0 + ref: 9cfbb98844d63809ef446f7c2e2d16e258227b6a required: true
