Script 'mail_helper' called by obssrc
Hello community,

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

Package is "qt6-sensors"

Thu Dec  5 17:05:39 2024 rev:28 rq:1228206 version:6.8.1

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

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

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

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

Other differences:
------------------
++++++ qt6-sensors.spec ++++++
--- /var/tmp/diff_new_pack.OtO6ER/_old  2024-12-05 17:06:43.648785915 +0100
+++ /var/tmp/diff_new_pack.OtO6ER/_new  2024-12-05 17:06:43.648785915 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.8.0
+%define real_version 6.8.1
 %define short_version 6.8
 %define short_name qtsensors
 %define tar_name qtsensors-everywhere-src
@@ -28,7 +28,7 @@
 %endif
 #
 Name:           qt6-sensors%{?pkg_suffix}
-Version:        6.8.0
+Version:        6.8.1
 Release:        0
 Summary:        Qt Sensors API to access sensor hardware
 License:        LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
@@ -121,7 +121,8 @@
 %autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
 
 %build
-%cmake_qt6
+%cmake_qt6 \
+  -DQT_GENERATE_SBOM:BOOL=FALSE
 
 %{qt6_build}
 

++++++ qtsensors-everywhere-src-6.8.0.tar.xz -> 
qtsensors-everywhere-src-6.8.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtsensors-everywhere-src-6.8.0/.cmake.conf 
new/qtsensors-everywhere-src-6.8.1/.cmake.conf
--- old/qtsensors-everywhere-src-6.8.0/.cmake.conf      2024-10-02 
16:25:47.000000000 +0200
+++ new/qtsensors-everywhere-src-6.8.1/.cmake.conf      2024-11-21 
04:34:12.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/qtsensors-everywhere-src-6.8.0/.tag 
new/qtsensors-everywhere-src-6.8.1/.tag
--- old/qtsensors-everywhere-src-6.8.0/.tag     2024-10-02 16:25:47.000000000 
+0200
+++ new/qtsensors-everywhere-src-6.8.1/.tag     2024-11-21 04:34:12.000000000 
+0100
@@ -1 +1 @@
-8adb8f42df3f0b4acbb2ad9ad52ea930659743c2
+6f4415ebe39c4311cbb567703055fcd595be1242
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtsensors-everywhere-src-6.8.0/REUSE.toml 
new/qtsensors-everywhere-src-6.8.1/REUSE.toml
--- old/qtsensors-everywhere-src-6.8.0/REUSE.toml       1970-01-01 
01:00:00.000000000 +0100
+++ new/qtsensors-everywhere-src-6.8.1/REUSE.toml       2024-11-21 
04:34:12.000000000 +0100
@@ -0,0 +1,54 @@
+version = 1
+
+[[annotations]]
+path = ["tests/**.txt", "tests/**.ui"]
+precedence = "closest"
+SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
+
+[[annotations]]
+path = ["**.qrc", "**CMakeLists.txt", "**.yaml", "**.json",
+        "**.cfg", "qt_cmdline.cmake", "**.pri", "**.conf"]
+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"
+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", "doc/**.dia"]
+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"
+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"
+SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR 
GFDL-1.3-no-invariants-only"
+
+[[annotations]]
+path = ["**LICENSE*"]
+precedence = "override"
+comment = "License file."
+SPDX-FileCopyrightText = "None"
+SPDX-License-Identifier = "CC0-1.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtsensors-everywhere-src-6.8.0/dependencies.yaml 
new/qtsensors-everywhere-src-6.8.1/dependencies.yaml
--- old/qtsensors-everywhere-src-6.8.0/dependencies.yaml        2024-10-02 
16:25:47.000000000 +0200
+++ new/qtsensors-everywhere-src-6.8.1/dependencies.yaml        2024-11-21 
04:34:12.000000000 +0100
@@ -1,7 +1,7 @@
 dependencies:
   ../qtbase:
-    ref: b839e9b36db3a4e50dfb34521d8ef8de1fd01969
+    ref: 0db4321f2f13c6870283f3fcc0f1a462fd7cf663
     required: true
   ../qtdeclarative:
-    ref: 2884c601242f030307a5acdca984b3aa0d34e064
+    ref: b34fca34941ecdbf99819bbf58b45332ac9e6fa7
     required: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtsensors-everywhere-src-6.8.0/dist/REUSE.toml 
new/qtsensors-everywhere-src-6.8.1/dist/REUSE.toml
--- old/qtsensors-everywhere-src-6.8.0/dist/REUSE.toml  1970-01-01 
01:00:00.000000000 +0100
+++ new/qtsensors-everywhere-src-6.8.1/dist/REUSE.toml  2024-11-21 
04:34:12.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/qtsensors-everywhere-src-6.8.0/src/plugins/sensors/android/sensormanager.cpp
 
new/qtsensors-everywhere-src-6.8.1/src/plugins/sensors/android/sensormanager.cpp
--- 
old/qtsensors-everywhere-src-6.8.0/src/plugins/sensors/android/sensormanager.cpp
    2024-10-02 16:25:47.000000000 +0200
+++ 
new/qtsensors-everywhere-src-6.8.1/src/plugins/sensors/android/sensormanager.cpp
    2024-11-21 04:34:12.000000000 +0100
@@ -90,7 +90,13 @@
     m_looper = ALooper_prepare(0);
     m_waitForStart.release();
     do {
-        if (ALooper_pollAll(5 /*ms*/, nullptr, nullptr, nullptr) == 
ALOOPER_POLL_TIMEOUT)
+        // Result can be also ALOOPER_POLL_CALLBACK or identifier, those are 
ignored.
+        int result = ALooper_pollOnce(5 /*ms*/, nullptr, nullptr, nullptr);
+        if (result == ALOOPER_POLL_TIMEOUT || result == ALOOPER_POLL_WAKE) {
             QThread::yieldCurrentThread();
+        } else if (result == ALOOPER_POLL_ERROR) {
+            qCritical("SensorManager::run() ALooper_pollOnce() returned 
ALOOPER_POLL_ERROR");
+            break;
+        }
     } while (!m_quit.loadRelaxed());
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtsensors-everywhere-src-6.8.0/src/plugins/sensors/iio-sensor-proxy/REUSE.toml
 
new/qtsensors-everywhere-src-6.8.1/src/plugins/sensors/iio-sensor-proxy/REUSE.toml
--- 
old/qtsensors-everywhere-src-6.8.0/src/plugins/sensors/iio-sensor-proxy/REUSE.toml
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtsensors-everywhere-src-6.8.1/src/plugins/sensors/iio-sensor-proxy/REUSE.toml
  2024-11-21 04:34:12.000000000 +0100
@@ -0,0 +1,8 @@
+version = 1
+
+[[annotations]]
+path = ["*.xml"]
+precedence = "closest"
+comment = "to be confirmed"
+SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only"

Reply via email to