Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qt6-serialbus for openSUSE:Factory 
checked in at 2024-12-05 17:06:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-serialbus (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-serialbus.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-serialbus"

Thu Dec  5 17:06:16 2024 rev:27 rq:1228207 version:6.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-serialbus/qt6-serialbus.changes      
2024-10-17 18:39:56.963802736 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-serialbus.new.28523/qt6-serialbus.changes   
2024-12-05 17:07:52.475668155 +0100
@@ -1,0 +2,6 @@
+Mon Dec  2 13:02:12 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 6.8.1:
+  * https://www.qt.io/blog/qt-6.8.1-released
+
+-------------------------------------------------------------------

Old:
----
  qtserialbus-everywhere-src-6.8.0.tar.xz

New:
----
  qtserialbus-everywhere-src-6.8.1.tar.xz

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

Other differences:
------------------
++++++ qt6-serialbus.spec ++++++
--- /var/tmp/diff_new_pack.Nu2Vn5/_old  2024-12-05 17:07:53.179697637 +0100
+++ /var/tmp/diff_new_pack.Nu2Vn5/_new  2024-12-05 17:07:53.179697637 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.8.0
+%define real_version 6.8.1
 %define short_version 6.8
 %define tar_name qtserialbus-everywhere-src
 %define tar_suffix %{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:           qt6-serialbus
-Version:        6.8.0
+Version:        6.8.1
 Release:        0
 Summary:        Qt 6 SerialBus library
 License:        LGPL-3.0-only OR GPL-2.0-or-later
@@ -89,7 +89,8 @@
 %autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
 
 %build
-%cmake_qt6
+%cmake_qt6 \
+  -DQT_GENERATE_SBOM:BOOL=FALSE
 
 %{qt6_build}
 

++++++ qtserialbus-everywhere-src-6.8.0.tar.xz -> 
qtserialbus-everywhere-src-6.8.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialbus-everywhere-src-6.8.0/.cmake.conf 
new/qtserialbus-everywhere-src-6.8.1/.cmake.conf
--- old/qtserialbus-everywhere-src-6.8.0/.cmake.conf    2024-10-02 
10:52:14.000000000 +0200
+++ new/qtserialbus-everywhere-src-6.8.1/.cmake.conf    2024-11-19 
12:39:48.000000000 +0100
@@ -1,4 +1,4 @@
-set(QT_REPO_MODULE_VERSION "6.8.0")
+set(QT_REPO_MODULE_VERSION "6.8.1")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
 set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_AS_CONST=1")
 list(APPEND QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_FOREACH=1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialbus-everywhere-src-6.8.0/.tag 
new/qtserialbus-everywhere-src-6.8.1/.tag
--- old/qtserialbus-everywhere-src-6.8.0/.tag   2024-10-02 10:52:14.000000000 
+0200
+++ new/qtserialbus-everywhere-src-6.8.1/.tag   2024-11-19 12:39:48.000000000 
+0100
@@ -1 +1 @@
-45cca7a461bdcfab8c3285e3dabd8c475a91207a
+ce961f7bad9ea1bcc6dde6c88f9476ee4f0cdf50
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialbus-everywhere-src-6.8.0/REUSE.toml 
new/qtserialbus-everywhere-src-6.8.1/REUSE.toml
--- old/qtserialbus-everywhere-src-6.8.0/REUSE.toml     1970-01-01 
01:00:00.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.8.1/REUSE.toml     2024-11-19 
12:39:48.000000000 +0100
@@ -0,0 +1,50 @@
+version = 1
+
+[[annotations]]
+path = ["tests/**.dbc", "tests/**.txt", "tests/**.ui"]
+precedence = "closest"
+comment = "test files"
+SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
+
+[[annotations]]
+path = ["**CMakeLists.txt", ".cmake.conf", "**.yaml", "**.json", "**.cfg", 
"*.cmake"]
+precedence = "closest"
+comment = "build system"
+SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-License-Identifier = "BSD-3-Clause"
+
+[[annotations]]
+path = [".tag", "**/.gitattributes", "**.gitignore"]
+precedence = "closest"
+comment = "build system"
+SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-License-Identifier = "BSD-3-Clause"
+
+[[annotations]]
+path = ["**/doc/images/**", "examples/**"]
+comment = "this must be after the build system table because example and 
snippets take precedence over build system"
+precedence = "closest"
+SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
+
+[[annotations]]
+path = ["**.qdocconf"]
+comment = "documentation"
+precedence = "closest"
+SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR 
GFDL-1.3-no-invariants-only"
+
+[[annotations]]
+path = ["**.toml", "licenseRule.json"]
+precedence = "override"
+comment = "documentation"
+SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR 
GFDL-1.3-no-invariants-only"
+
+[[annotations]]
+path = ["**/qt_attribution.json"]
+precedence = "override"
+comment = "documentation"
+SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR 
GFDL-1.3-no-invariants-only"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialbus-everywhere-src-6.8.0/dependencies.yaml 
new/qtserialbus-everywhere-src-6.8.1/dependencies.yaml
--- old/qtserialbus-everywhere-src-6.8.0/dependencies.yaml      2024-10-02 
10:52:14.000000000 +0200
+++ new/qtserialbus-everywhere-src-6.8.1/dependencies.yaml      2024-11-19 
12:39:48.000000000 +0100
@@ -1,7 +1,7 @@
 dependencies:
   ../qtbase:
-    ref: b839e9b36db3a4e50dfb34521d8ef8de1fd01969
+    ref: 0db4321f2f13c6870283f3fcc0f1a462fd7cf663
     required: true
   ../qtserialport:
-    ref: fc0a965d5bada8296595fcefacebc235dccf1a75
+    ref: 88467a588d7c312d0c24adc6edd2a96e199cf760
     required: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialbus-everywhere-src-6.8.0/dist/REUSE.toml 
new/qtserialbus-everywhere-src-6.8.1/dist/REUSE.toml
--- old/qtserialbus-everywhere-src-6.8.0/dist/REUSE.toml        1970-01-01 
01:00:00.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.8.1/dist/REUSE.toml        2024-11-19 
12:39:48.000000000 +0100
@@ -0,0 +1,8 @@
+version = 1
+
+[[annotations]]
+path = ["*"]
+precedence = "override"
+comment = "Licensed as documentation."
+SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR 
GFDL-1.3-no-invariants-only"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.8.0/examples/serialbus/can/connectdialog.cpp 
new/qtserialbus-everywhere-src-6.8.1/examples/serialbus/can/connectdialog.cpp
--- 
old/qtserialbus-everywhere-src-6.8.0/examples/serialbus/can/connectdialog.cpp   
    2024-10-02 10:52:14.000000000 +0200
+++ 
new/qtserialbus-everywhere-src-6.8.1/examples/serialbus/can/connectdialog.cpp   
    2024-11-19 12:39:48.000000000 +0100
@@ -37,7 +37,7 @@
             this, &ConnectDialog::pluginChanged);
     connect(m_ui->interfaceListBox, &QComboBox::currentTextChanged,
             this, &ConnectDialog::interfaceChanged);
-    connect(m_ui->ringBufferBox, &QCheckBox::stateChanged, this, [this](int 
state){
+    connect(m_ui->ringBufferBox, &QCheckBox::checkStateChanged, this, 
[this](Qt::CheckState state){
             m_ui->ringBufferLimitBox->setEnabled(state == 
Qt::CheckState::Checked);
     });
 

Reply via email to