Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt6-remoteobjects for openSUSE:Factory checked in at 2024-12-05 17:05:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-remoteobjects (Old) and /work/SRC/openSUSE:Factory/.qt6-remoteobjects.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-remoteobjects" Thu Dec 5 17:05:38 2024 rev:27 rq:1228204 version:6.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-remoteobjects/qt6-remoteobjects.changes 2024-10-17 18:38:00.862941519 +0200 +++ /work/SRC/openSUSE:Factory/.qt6-remoteobjects.new.28523/qt6-remoteobjects.changes 2024-12-05 17:06:34.356396782 +0100 @@ -1,0 +2,6 @@ +Mon Dec 2 13:02:10 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 6.8.1: + * https://www.qt.io/blog/qt-6.8.1-released + +------------------------------------------------------------------- Old: ---- qtremoteobjects-everywhere-src-6.8.0.tar.xz New: ---- qtremoteobjects-everywhere-src-6.8.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-remoteobjects.spec ++++++ --- /var/tmp/diff_new_pack.h0vNCr/_old 2024-12-05 17:06:36.672493772 +0100 +++ /var/tmp/diff_new_pack.h0vNCr/_new 2024-12-05 17:06:36.684494274 +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 qtremoteobjects-everywhere-src %define tar_suffix %{nil} @@ -27,7 +27,7 @@ %endif # Name: qt6-remoteobjects%{?pkg_suffix} -Version: 6.8.0 +Version: 6.8.1 Release: 0 Summary: Qt6 RemoteObjects Library License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) @@ -125,7 +125,8 @@ %autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix} %build -%cmake_qt6 +%cmake_qt6 \ + -DQT_GENERATE_SBOM:BOOL=FALSE %{qt6_build} ++++++ qtremoteobjects-everywhere-src-6.8.0.tar.xz -> qtremoteobjects-everywhere-src-6.8.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtremoteobjects-everywhere-src-6.8.0/.cmake.conf new/qtremoteobjects-everywhere-src-6.8.1/.cmake.conf --- old/qtremoteobjects-everywhere-src-6.8.0/.cmake.conf 2024-10-02 16:25:58.000000000 +0200 +++ new/qtremoteobjects-everywhere-src-6.8.1/.cmake.conf 2024-11-21 04:33:47.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/qtremoteobjects-everywhere-src-6.8.0/.tag new/qtremoteobjects-everywhere-src-6.8.1/.tag --- old/qtremoteobjects-everywhere-src-6.8.0/.tag 2024-10-02 16:25:58.000000000 +0200 +++ new/qtremoteobjects-everywhere-src-6.8.1/.tag 2024-11-21 04:33:47.000000000 +0100 @@ -1 +1 @@ -04d2e79c0db65d47d2de79cc8d898840f91a89b6 +30415838a514f53c29375500380f288e164a5fe0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtremoteobjects-everywhere-src-6.8.0/dependencies.yaml new/qtremoteobjects-everywhere-src-6.8.1/dependencies.yaml --- old/qtremoteobjects-everywhere-src-6.8.0/dependencies.yaml 2024-10-02 16:25:58.000000000 +0200 +++ new/qtremoteobjects-everywhere-src-6.8.1/dependencies.yaml 2024-11-21 04:33:47.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/qtremoteobjects-everywhere-src-6.8.0/src/remoteobjects/qremoteobjectreplica.cpp new/qtremoteobjects-everywhere-src-6.8.1/src/remoteobjects/qremoteobjectreplica.cpp --- old/qtremoteobjects-everywhere-src-6.8.0/src/remoteobjects/qremoteobjectreplica.cpp 2024-10-02 16:25:58.000000000 +0200 +++ new/qtremoteobjects-everywhere-src-6.8.1/src/remoteobjects/qremoteobjectreplica.cpp 2024-11-21 04:33:47.000000000 +0100 @@ -483,8 +483,12 @@ for (const int index : childIndices()) { auto pointerToQObject = qvariant_cast<QObject *>(getProperty(index)); auto child = qobject_cast<QRemoteObjectReplica *>(pointerToQObject); - if (child) - static_cast<QConnectedReplicaImplementation *>(child->d_impl.data())->setDisconnected(); + if (child) { + QConnectedReplicaImplementation *childReplicaImplData + = static_cast<QConnectedReplicaImplementation *>(child->d_impl.data()); + if (childReplicaImplData && !childReplicaImplData->connectionToSource.isNull()) + childReplicaImplData->setDisconnected(); + } } }