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 2023-10-02 20:05:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-sensors (Old) and /work/SRC/openSUSE:Factory/.qt6-sensors.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-sensors" Mon Oct 2 20:05:46 2023 rev:17 rq:1114510 version:6.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-sensors/qt6-sensors.changes 2023-07-26 13:23:26.059819425 +0200 +++ /work/SRC/openSUSE:Factory/.qt6-sensors.new.28202/qt6-sensors.changes 2023-10-02 20:07:46.337622239 +0200 @@ -1,0 +2,6 @@ +Thu Sep 28 07:34:20 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 6.5.3 + * https://www.qt.io/blog/qt-6.5.3-released + +------------------------------------------------------------------- Old: ---- qtsensors-everywhere-src-6.5.2.tar.xz New: ---- qtsensors-everywhere-src-6.5.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-sensors.spec ++++++ --- /var/tmp/diff_new_pack.71uugC/_old 2023-10-02 20:07:47.429661511 +0200 +++ /var/tmp/diff_new_pack.71uugC/_new 2023-10-02 20:07:47.433661655 +0200 @@ -16,7 +16,7 @@ # -%define real_version 6.5.2 +%define real_version 6.5.3 %define short_version 6.5 %define short_name qtsensors %define tar_name qtsensors-everywhere-src @@ -28,12 +28,12 @@ %endif # Name: qt6-sensors%{?pkg_suffix} -Version: 6.5.2 +Version: 6.5.3 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) URL: https://www.qt.io -Source: https://www.nic.funet.fi/pub/mirrors/download.qt-project.org/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz +Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz Source99: qt6-sensors-rpmlintrc BuildRequires: pkgconfig BuildRequires: qt6-core-private-devel ++++++ qtsensors-everywhere-src-6.5.2.tar.xz -> qtsensors-everywhere-src-6.5.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtsensors-everywhere-src-6.5.2/.cmake.conf new/qtsensors-everywhere-src-6.5.3/.cmake.conf --- old/qtsensors-everywhere-src-6.5.2/.cmake.conf 2023-07-07 14:29:01.000000000 +0200 +++ new/qtsensors-everywhere-src-6.5.3/.cmake.conf 2023-09-24 11:45:44.000000000 +0200 @@ -1,3 +1,3 @@ -set(QT_REPO_MODULE_VERSION "6.5.2") +set(QT_REPO_MODULE_VERSION "6.5.3") set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1") set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_AS_CONST=1") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtsensors-everywhere-src-6.5.2/.tag new/qtsensors-everywhere-src-6.5.3/.tag --- old/qtsensors-everywhere-src-6.5.2/.tag 2023-07-07 14:29:01.000000000 +0200 +++ new/qtsensors-everywhere-src-6.5.3/.tag 2023-09-24 11:45:44.000000000 +0200 @@ -1 +1 @@ -b32513f6f894a3fc443a3b0596548a07934e3e3d +2d8421f2e3d16e40b629939d1aa57aeb62adf6a8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtsensors-everywhere-src-6.5.2/dependencies.yaml new/qtsensors-everywhere-src-6.5.3/dependencies.yaml --- old/qtsensors-everywhere-src-6.5.2/dependencies.yaml 2023-07-07 14:29:01.000000000 +0200 +++ new/qtsensors-everywhere-src-6.5.3/dependencies.yaml 2023-09-24 11:45:44.000000000 +0200 @@ -1,7 +1,7 @@ dependencies: ../qtbase: - ref: af457a9f0f7eb1a2a7d11f495da508faab91a442 + ref: 372eaedc5b8c771c46acc4c96e91bbade4ca3624 required: true ../qtdeclarative: - ref: f289063ff19588a11dd79213632785cfda2909a0 + ref: e00c258fa5a4e122636d441967dea035865fac5d required: false diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtsensors-everywhere-src-6.5.2/src/sensors/configure.cmake new/qtsensors-everywhere-src-6.5.3/src/sensors/configure.cmake --- old/qtsensors-everywhere-src-6.5.2/src/sensors/configure.cmake 2023-07-07 14:29:01.000000000 +0200 +++ new/qtsensors-everywhere-src-6.5.3/src/sensors/configure.cmake 2023-09-24 11:45:44.000000000 +0200 @@ -45,7 +45,10 @@ # src/plugins/sensors/CMakeLists.txt and fix any potential errors. qt_configure_add_summary_entry(ARGS "sensorfw") qt_configure_add_summary_entry(ARGS "sensorfw_enabled_with_cmake") - qt_configure_add_report(MESSAGE "SensorFW support currently not enabled with cmake") + qt_configure_add_report_entry( + TYPE WARNING + MESSAGE "SensorFW support currently not enabled with cmake" + ) endif() if (WIN32) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtsensors-everywhere-src-6.5.2/src/sensors/doc/src/qtsensors-cpp.qdoc new/qtsensors-everywhere-src-6.5.3/src/sensors/doc/src/qtsensors-cpp.qdoc --- old/qtsensors-everywhere-src-6.5.2/src/sensors/doc/src/qtsensors-cpp.qdoc 2023-07-07 14:29:01.000000000 +0200 +++ new/qtsensors-everywhere-src-6.5.3/src/sensors/doc/src/qtsensors-cpp.qdoc 2023-09-24 11:45:44.000000000 +0200 @@ -5,6 +5,7 @@ \page qtsensors-cpp.html \title Qt Sensors C++ Overview \brief Explains how to use the Qt Sensors C++ API. +\ingroup explanation \tableofcontents diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtsensors-everywhere-src-6.5.2/src/sensors/doc/src/sensor-examples.qdoc new/qtsensors-everywhere-src-6.5.3/src/sensors/doc/src/sensor-examples.qdoc --- old/qtsensors-everywhere-src-6.5.2/src/sensors/doc/src/sensor-examples.qdoc 2023-07-07 14:29:01.000000000 +0200 +++ new/qtsensors-everywhere-src-6.5.3/src/sensors/doc/src/sensor-examples.qdoc 2023-09-24 11:45:44.000000000 +0200 @@ -5,7 +5,6 @@ \group qtsensors-examples \title Qt Sensors Examples \brief Examples for the Qt Sensors module - \ingroup all-examples These are the Qt Sensors examples.
