Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qt6-mqtt for openSUSE:Factory 
checked in at 2021-06-15 16:37:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-mqtt (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-mqtt.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-mqtt"

Tue Jun 15 16:37:58 2021 rev:5 rq:900093 version:6.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-mqtt/qt6-mqtt.changes        2021-05-10 
15:40:57.913183797 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-mqtt.new.32437/qt6-mqtt.changes     
2021-06-15 16:38:35.477823824 +0200
@@ -1,0 +2,6 @@
+Tue Jun  8 05:54:13 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 6.1.1:
+  * https://www.qt.io/blog/qt-6.1.1-released
+
+-------------------------------------------------------------------

Old:
----
  qtmqtt-6.1.0.tar.xz

New:
----
  qtmqtt-6.1.1.tar.xz

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

Other differences:
------------------
++++++ qt6-mqtt.spec ++++++
--- /var/tmp/diff_new_pack.b2ttV2/_old  2021-06-15 16:38:35.997824725 +0200
+++ /var/tmp/diff_new_pack.b2ttV2/_new  2021-06-15 16:38:35.997824725 +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 qtmqtt
 %define tar_suffix %{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:           qt6-mqtt%{?pkg_suffix}
-Version:        6.1.0
+Version:        6.1.1
 Release:        0
 Summary:        Qt 6 Module to implement MQTT protocol version 3.1 and 3.1.1
 License:        GPL-3.0-only WITH Qt-GPL-exception-1.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.b2ttV2/_old  2021-06-15 16:38:36.041824801 +0200
+++ /var/tmp/diff_new_pack.b2ttV2/_new  2021-06-15 16:38:36.041824801 +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/qtmqtt.git</param>
-   <param name="revision">v6.1.0</param>
+   <param name="revision">v6.1.1</param>
    <param name="scm">git</param>
    <param name="filename">qtmqtt</param>
   </service>

++++++ qtmqtt-6.1.0.tar.xz -> qtmqtt-6.1.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtmqtt-6.1.0/.cmake.conf new/qtmqtt-6.1.1/.cmake.conf
--- old/qtmqtt-6.1.0/.cmake.conf        2021-05-04 06:24:04.000000000 +0200
+++ new/qtmqtt-6.1.1/.cmake.conf        2021-06-02 16:35:13.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/qtmqtt-6.1.0/.qmake.conf new/qtmqtt-6.1.1/.qmake.conf
--- old/qtmqtt-6.1.0/.qmake.conf        2021-05-04 06:24:04.000000000 +0200
+++ new/qtmqtt-6.1.1/.qmake.conf        2021-06-02 16:35:13.000000000 +0200
@@ -3,4 +3,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/qtmqtt-6.1.0/CMakeLists.txt 
new/qtmqtt-6.1.1/CMakeLists.txt
--- old/qtmqtt-6.1.0/CMakeLists.txt     2021-05-04 06:24:04.000000000 +0200
+++ new/qtmqtt-6.1.1/CMakeLists.txt     2021-06-02 16:35:13.000000000 +0200
@@ -10,8 +10,10 @@
     LANGUAGES CXX C
 )
 
+# Make sure we use the fixed BASE argument of qt_add_resource.
+set(QT_USE_FIXED_QT_ADD_RESOURCE_BASE TRUE)
+
 find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals 
Core Network) # special case
 find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Quick 
WebSockets # For tests # special case
                                                                Gui Widgets) # 
For examples # special case
 qt_build_repo()
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtmqtt-6.1.0/conanfile.py 
new/qtmqtt-6.1.1/conanfile.py
--- old/qtmqtt-6.1.0/conanfile.py       2021-05-04 06:24:04.000000000 +0200
+++ new/qtmqtt-6.1.1/conanfile.py       2021-06-02 16:35:13.000000000 +0200
@@ -37,7 +37,7 @@
 
 class QtMQTT(ConanFile):
     name = "qtmqtt"
-    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/qtmqtt.git";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtmqtt-6.1.0/dependencies.yaml 
new/qtmqtt-6.1.1/dependencies.yaml
--- old/qtmqtt-6.1.0/dependencies.yaml  2021-05-04 06:24:04.000000000 +0200
+++ new/qtmqtt-6.1.1/dependencies.yaml  2021-06-02 16:35:13.000000000 +0200
@@ -1,10 +1,10 @@
 dependencies:
   ../qtbase:
-    ref: b2ebc64dd9914359fe8acf2bc9960e341e98cf80
+    ref: 179b3f6797094a494e13a4d3daa5c6732bf0ada2
     required: true
   ../qtdeclarative:
-    ref: 2423608d6c0fa55595db3fe0138b0be94307596b
+    ref: 41c787b567e15e4524efd8cad25b61551d3d71b4
     required: true
   ../qttools:
-    ref: c973cf4f088f9d97a10f03ad60a5a39395edd188
+    ref: 7fe527d19d60b71adef5d3e41a0f013d4f521ac0
     required: true

Reply via email to