Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package QCSXCAD for openSUSE:Factory checked in at 2026-09-17 15:17:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/QCSXCAD (Old) and /work/SRC/openSUSE:Factory/.QCSXCAD.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "QCSXCAD" Thu Sep 17 15:17:35 2026 rev:16 rq:1378010 version:0.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/QCSXCAD/QCSXCAD.changes 2026-08-19 18:02:24.500799353 +0200 +++ /work/SRC/openSUSE:Factory/.QCSXCAD.new.383539/QCSXCAD.changes 2026-09-17 15:18:18.285156637 +0200 @@ -1,0 +2,5 @@ +Mon Sep 7 08:16:45 UTC 2026 - Stefan BrĂ¼ns <[email protected]> + +- Use Qt6 on Tumbleweed, i.e. same version as used by VTK. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ QCSXCAD.spec ++++++ --- /var/tmp/diff_new_pack.axUx9b/_old 2026-09-17 15:18:18.844180102 +0200 +++ /var/tmp/diff_new_pack.axUx9b/_new 2026-09-17 15:18:18.846180186 +0200 @@ -16,6 +16,12 @@ # +%if 0%{?suse_version} > 1600 +%define qt_ver 6 +%else +%define qt_ver 5 +%endif + Name: QCSXCAD Version: 0.6.3 Release: 0 @@ -35,8 +41,12 @@ BuildRequires: tinyxml-devel BuildRequires: vtk-devel BuildRequires: vtk-qt -BuildRequires: cmake(Qt5Widgets) -BuildRequires: cmake(Qt5Xml) +%if %{qt_ver} == 6 +BuildRequires: cmake(Qt%{qt_ver}Core5Compat) +%endif +BuildRequires: cmake(Qt%{qt_ver}OpenGLWidgets) +BuildRequires: cmake(Qt%{qt_ver}Widgets) +BuildRequires: cmake(Qt%{qt_ver}Xml) BuildRequires: pkgconfig(eigen3) BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(python3)
