Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt6-datavis3d for openSUSE:Factory checked in at 2025-11-25 15:47:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-datavis3d (Old) and /work/SRC/openSUSE:Factory/.qt6-datavis3d.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-datavis3d" Tue Nov 25 15:47:36 2025 rev:39 rq:1319480 version:6.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-datavis3d/qt6-datavis3d.changes 2025-10-13 17:26:12.028445772 +0200 +++ /work/SRC/openSUSE:Factory/.qt6-datavis3d.new.14147/qt6-datavis3d.changes 2025-11-25 15:48:26.011311153 +0100 @@ -1,0 +2,6 @@ +Thu Nov 20 15:14:27 UTC 2025 - Christophe Marin <[email protected]> + +- Update to 6.10.1 + https://www.qt.io/blog/qt-6.10.1-released + +------------------------------------------------------------------- Old: ---- qtdatavis3d-everywhere-src-6.10.0.tar.xz New: ---- qtdatavis3d-everywhere-src-6.10.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-datavis3d.spec ++++++ --- /var/tmp/diff_new_pack.DAxjRR/_old 2025-11-25 15:48:26.983352059 +0100 +++ /var/tmp/diff_new_pack.DAxjRR/_new 2025-11-25 15:48:26.983352059 +0100 @@ -16,7 +16,7 @@ # -%define real_version 6.10.0 +%define real_version 6.10.1 %define short_version 6.10 %define short_name qtdatavis3d %define tar_name qtdatavis3d-everywhere-src @@ -31,7 +31,7 @@ %global __requires_exclude qt6qmlimport\\((AxisHandling|SurfaceGallery)\\) # Name: qt6-datavis3d%{?pkg_suffix} -Version: 6.10.0 +Version: 6.10.1 Release: 0 Summary: Qt 6 data visualization framework License: GPL-3.0-or-later ++++++ qtdatavis3d-everywhere-src-6.10.0.tar.xz -> qtdatavis3d-everywhere-src-6.10.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtdatavis3d-everywhere-src-6.10.0/.cmake.conf new/qtdatavis3d-everywhere-src-6.10.1/.cmake.conf --- old/qtdatavis3d-everywhere-src-6.10.0/.cmake.conf 2025-10-02 03:55:31.000000000 +0200 +++ new/qtdatavis3d-everywhere-src-6.10.1/.cmake.conf 2025-11-14 00:16:28.000000000 +0100 @@ -1,4 +1,4 @@ -set(QT_REPO_MODULE_VERSION "6.10.0") +set(QT_REPO_MODULE_VERSION "6.10.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/qtdatavis3d-everywhere-src-6.10.0/.tag new/qtdatavis3d-everywhere-src-6.10.1/.tag --- old/qtdatavis3d-everywhere-src-6.10.0/.tag 2025-10-02 03:55:31.000000000 +0200 +++ new/qtdatavis3d-everywhere-src-6.10.1/.tag 2025-11-14 00:16:28.000000000 +0100 @@ -1 +1 @@ -b2396bd8d18724ee735ae3bbe687b8560f01ebff +f589de9689d195055adda46427fc1d0435927c82 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtdatavis3d-everywhere-src-6.10.0/dependencies.yaml new/qtdatavis3d-everywhere-src-6.10.1/dependencies.yaml --- old/qtdatavis3d-everywhere-src-6.10.0/dependencies.yaml 2025-10-02 03:55:31.000000000 +0200 +++ new/qtdatavis3d-everywhere-src-6.10.1/dependencies.yaml 2025-11-14 00:16:28.000000000 +0100 @@ -1,10 +1,10 @@ dependencies: ../qtbase: - ref: 5a8637e4516bc48a0b3f4b5ec3b18618b92e7222 + ref: 90b845d15ffb97693dba527385db83510ebd121a required: true ../qtdeclarative: - ref: 7e0ab1d98c159c9f4c9afab78b43e7c70f449e41 + ref: 22fb5e739a2ea700448b22d34ade0d5c1927cb48 required: false ../qtmultimedia: - ref: 9f1cc9b35c0916084f6835f78b665a3b4e3fe4f9 + ref: 685218d33d81de62e11328faabd060c4e634ddf0 required: false diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtdatavis3d-everywhere-src-6.10.0/src/datavisualization/engine/qabstract3dgraph.cpp new/qtdatavis3d-everywhere-src-6.10.1/src/datavisualization/engine/qabstract3dgraph.cpp --- old/qtdatavis3d-everywhere-src-6.10.0/src/datavisualization/engine/qabstract3dgraph.cpp 2025-10-02 03:55:31.000000000 +0200 +++ new/qtdatavis3d-everywhere-src-6.10.1/src/datavisualization/engine/qabstract3dgraph.cpp 2025-11-14 00:16:28.000000000 +0100 @@ -1053,6 +1053,8 @@ { m_visualController = controller; + q_ptr->setLocale(QLocale()); + QObject::connect(m_visualController, &Abstract3DController::activeInputHandlerChanged, q_ptr, &QAbstract3DGraph::activeInputHandlerChanged); QObject::connect(m_visualController, &Abstract3DController::activeThemeChanged, q_ptr, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtdatavis3d-everywhere-src-6.10.0/tests/auto/cpptest/q3dbars/tst_bars.cpp new/qtdatavis3d-everywhere-src-6.10.1/tests/auto/cpptest/q3dbars/tst_bars.cpp --- old/qtdatavis3d-everywhere-src-6.10.0/tests/auto/cpptest/q3dbars/tst_bars.cpp 2025-10-02 03:55:31.000000000 +0200 +++ new/qtdatavis3d-everywhere-src-6.10.1/tests/auto/cpptest/q3dbars/tst_bars.cpp 2025-11-14 00:16:28.000000000 +0100 @@ -121,7 +121,7 @@ QCOMPARE(m_graph->horizontalAspectRatio(), 0.0); QCOMPARE(m_graph->isReflection(), false); QCOMPARE(m_graph->reflectivity(), 0.5); - QCOMPARE(m_graph->locale(), QLocale("C")); + QCOMPARE(m_graph->locale(), QLocale::system()); QCOMPARE(m_graph->queriedGraphPosition(), QVector3D(0, 0, 0)); QCOMPARE(m_graph->margin(), -1.0); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtdatavis3d-everywhere-src-6.10.0/tests/auto/cpptest/q3dscatter/tst_scatter.cpp new/qtdatavis3d-everywhere-src-6.10.1/tests/auto/cpptest/q3dscatter/tst_scatter.cpp --- old/qtdatavis3d-everywhere-src-6.10.0/tests/auto/cpptest/q3dscatter/tst_scatter.cpp 2025-10-02 03:55:31.000000000 +0200 +++ new/qtdatavis3d-everywhere-src-6.10.1/tests/auto/cpptest/q3dscatter/tst_scatter.cpp 2025-11-14 00:16:28.000000000 +0100 @@ -99,7 +99,7 @@ QCOMPARE(m_graph->horizontalAspectRatio(), 0.0); QCOMPARE(m_graph->isReflection(), false); QCOMPARE(m_graph->reflectivity(), 0.5); - QCOMPARE(m_graph->locale(), QLocale("C")); + QCOMPARE(m_graph->locale(), QLocale::system()); QCOMPARE(m_graph->queriedGraphPosition(), QVector3D(0, 0, 0)); QCOMPARE(m_graph->margin(), -1.0); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtdatavis3d-everywhere-src-6.10.0/tests/auto/cpptest/q3dsurface/tst_surface.cpp new/qtdatavis3d-everywhere-src-6.10.1/tests/auto/cpptest/q3dsurface/tst_surface.cpp --- old/qtdatavis3d-everywhere-src-6.10.0/tests/auto/cpptest/q3dsurface/tst_surface.cpp 2025-10-02 03:55:31.000000000 +0200 +++ new/qtdatavis3d-everywhere-src-6.10.1/tests/auto/cpptest/q3dsurface/tst_surface.cpp 2025-11-14 00:16:28.000000000 +0100 @@ -105,7 +105,7 @@ QCOMPARE(m_graph->horizontalAspectRatio(), 0.0); QCOMPARE(m_graph->isReflection(), false); QCOMPARE(m_graph->reflectivity(), 0.5); - QCOMPARE(m_graph->locale(), QLocale("C")); + QCOMPARE(m_graph->locale(), QLocale::system()); QCOMPARE(m_graph->queriedGraphPosition(), QVector3D(0, 0, 0)); QCOMPARE(m_graph->margin(), -1.0); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtdatavis3d-everywhere-src-6.10.0/tests/auto/qmltest/CMakeLists.txt new/qtdatavis3d-everywhere-src-6.10.1/tests/auto/qmltest/CMakeLists.txt --- old/qtdatavis3d-everywhere-src-6.10.0/tests/auto/qmltest/CMakeLists.txt 2025-10-02 03:55:31.000000000 +0200 +++ new/qtdatavis3d-everywhere-src-6.10.1/tests/auto/qmltest/CMakeLists.txt 2025-11-14 00:16:28.000000000 +0100 @@ -12,6 +12,7 @@ tst_qmltest.cpp LIBRARIES Qt::Gui + Qt::GuiPrivate TESTDATA ${test_data} ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtdatavis3d-everywhere-src-6.10.0/tests/auto/qmltest/tst_qmltest.cpp new/qtdatavis3d-everywhere-src-6.10.1/tests/auto/qmltest/tst_qmltest.cpp --- old/qtdatavis3d-everywhere-src-6.10.0/tests/auto/qmltest/tst_qmltest.cpp 2025-10-02 03:55:31.000000000 +0200 +++ new/qtdatavis3d-everywhere-src-6.10.1/tests/auto/qmltest/tst_qmltest.cpp 2025-11-14 00:16:28.000000000 +0100 @@ -3,6 +3,9 @@ #include <QtQuickTest/quicktest.h> +#include <private/qguiapplication_p.h> +#include <qpa/qplatformintegration.h> + class tst_qmltest: public QObject { Q_OBJECT @@ -36,6 +39,16 @@ return QTest::qExec(&skip, argc, argv); } #endif + + { + QGuiApplication app(argc, argv); + if (!QGuiApplicationPrivate::platformIntegration()->hasCapability(QPlatformIntegration::OpenGL)) { + qWarning("OpenGL is not enabled in this configuration, so it will be skipped."); + tst_qmltest skip; + return QTest::qExec(&skip, argc, argv); + } + } + qputenv("QSG_RHI_BACKEND", "opengl"); QTEST_SET_MAIN_SOURCE_PATH return quick_test_main(argc, argv, "qmltest", QUICK_TEST_SOURCE_DIR);
