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-04-06 17:30:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-mqtt (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-mqtt.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-mqtt"

Tue Apr  6 17:30:40 2021 rev:3 rq:882992 version:6.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-mqtt/qt6-mqtt.changes        2021-03-17 
20:17:53.423148203 +0100
+++ /work/SRC/openSUSE:Factory/.qt6-mqtt.new.2401/qt6-mqtt.changes      
2021-04-06 17:32:07.883283226 +0200
@@ -1,0 +2,6 @@
+Wed Mar 31 16:15:34 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 6.0.3
+  * https://www.qt.io/blog/qt-6.0.3-released
+
+-------------------------------------------------------------------

Old:
----
  qtmqtt-6.0.2.tar.xz

New:
----
  qtmqtt-6.0.3.tar.xz

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

Other differences:
------------------
++++++ qt6-mqtt.spec ++++++
--- /var/tmp/diff_new_pack.7HiuxL/_old  2021-04-06 17:32:08.359283764 +0200
+++ /var/tmp/diff_new_pack.7HiuxL/_new  2021-04-06 17:32:08.363283769 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.0.2
+%define real_version 6.0.3
 %define short_version 6.0
 %define tar_name qtmqtt
 %define tar_suffix %{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:           qt6-mqtt%{?pkg_suffix}
-Version:        6.0.2
+Version:        6.0.3
 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
@@ -50,7 +50,8 @@
 %endif
 
 %description
-Qt 6 Module to implement MQTT protocol version 3.1 and 3.1.1
+Qt 6 Module to implement MQTT (Message Queuing Telemetry Transport) protocol
+version 3.1 and 3.1.1 in Qt applications.
 
 %if !%{qt6_docs_flavor}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.7HiuxL/_old  2021-04-06 17:32:08.403283814 +0200
+++ /var/tmp/diff_new_pack.7HiuxL/_new  2021-04-06 17:32:08.407283819 +0200
@@ -1,9 +1,9 @@
 <services>
   <service name="tar_scm" mode="disabled">
    <param name="changesgenerate">disable</param>
-   <param name="version">6.0.2</param>
+   <param name="version">6.0.3</param>
    <param name="url">git://code.qt.io/qt/qtmqtt.git</param>
-   <param name="revision">v6.0.2</param>
+   <param name="revision">v6.0.3</param>
    <param name="scm">git</param>
    <param name="filename">qtmqtt</param>
   </service>

++++++ qtmqtt-6.0.2.tar.xz -> qtmqtt-6.0.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtmqtt-6.0.2/.cmake.conf new/qtmqtt-6.0.3/.cmake.conf
--- old/qtmqtt-6.0.2/.cmake.conf        2021-02-25 07:09:10.000000000 +0100
+++ new/qtmqtt-6.0.3/.cmake.conf        2021-03-26 06:53:44.000000000 +0100
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.0.2")
+set(QT_REPO_MODULE_VERSION "6.0.3")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtmqtt-6.0.2/.qmake.conf new/qtmqtt-6.0.3/.qmake.conf
--- old/qtmqtt-6.0.2/.qmake.conf        2021-02-25 07:09:10.000000000 +0100
+++ new/qtmqtt-6.0.3/.qmake.conf        2021-03-26 06:53:44.000000000 +0100
@@ -3,4 +3,4 @@
 
 DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS
 
-MODULE_VERSION = 6.0.2
+MODULE_VERSION = 6.0.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtmqtt-6.0.2/conanfile.py 
new/qtmqtt-6.0.3/conanfile.py
--- old/qtmqtt-6.0.2/conanfile.py       2021-02-25 07:09:10.000000000 +0100
+++ new/qtmqtt-6.0.3/conanfile.py       2021-03-26 06:53:44.000000000 +0100
@@ -36,7 +36,7 @@
 
 class QtMQTT(ConanFile):
     name = "qtmqtt"
-    version = "6.0.2"
+    version = "6.0.3"
     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.0.2/dependencies.yaml 
new/qtmqtt-6.0.3/dependencies.yaml
--- old/qtmqtt-6.0.2/dependencies.yaml  2021-02-25 07:09:10.000000000 +0100
+++ new/qtmqtt-6.0.3/dependencies.yaml  2021-03-26 06:53:44.000000000 +0100
@@ -1,10 +1,10 @@
 dependencies:
   ../qtbase:
-    ref: 723077eb3529810aa3b99d8c06f9b81a586763c9
+    ref: 0ff1dc7110d373c85ce41e90073291b5e2eb16ad
     required: true
   ../qtdeclarative:
-    ref: da46b97ed5a56ce3db8e903053dd10bb9b7d2904
+    ref: 373897b4bbbafc890e631ec19125d09efbc4c8c9
     required: false
   ../qttools:
-    ref: e9c0625d07ed4d476cd8fdba4cfb4d2509f46317
+    ref: 792adc3dd0f59a56273189f290c3edc327e140b7
     required: true

Reply via email to