Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rz-cutter for openSUSE:Factory checked in at 2026-04-07 16:33:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rz-cutter (Old) and /work/SRC/openSUSE:Factory/.rz-cutter.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rz-cutter" Tue Apr 7 16:33:07 2026 rev:4 rq:1344726 version:2.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rz-cutter/rz-cutter.changes 2025-08-27 21:36:51.668147975 +0200 +++ /work/SRC/openSUSE:Factory/.rz-cutter.new.21863/rz-cutter.changes 2026-04-07 16:48:22.847230285 +0200 @@ -1,0 +2,6 @@ +Mon Apr 6 01:22:08 UTC 2026 - Jianhua Lu <[email protected]> + +- Fix build with pyside + qt 6.11 + * Add fix-pyside-for-qt-6.11.patch + +------------------------------------------------------------------- New: ---- fix-pyside-for-qt-6.11.patch ----------(New B)---------- New:- Fix build with pyside + qt 6.11 * Add fix-pyside-for-qt-6.11.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rz-cutter.spec ++++++ --- /var/tmp/diff_new_pack.kc2BfW/_old 2026-04-07 16:48:23.403253258 +0200 +++ /var/tmp/diff_new_pack.kc2BfW/_new 2026-04-07 16:48:23.403253258 +0200 @@ -1,8 +1,7 @@ # # spec file for package rz-cutter # -# Copyright (c) 2025 SUSE LLC and contributors -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +25,7 @@ License: GPL-3.0-only URL: https://github.com/rizinorg/cutter Source0: https://github.com/rizinorg/cutter/releases/download/v%{version}/Cutter-v%{version}-src.tar.gz +Patch0: fix-pyside-for-qt-6.11.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme ++++++ fix-pyside-for-qt-6.11.patch ++++++ diff --git a/src/plugins/PluginManager.cpp b/src/plugins/PluginManager.cpp index d1c5465d..645b1779 100644 --- a/src/plugins/PluginManager.cpp +++ b/src/plugins/PluginManager.cpp @@ -216,9 +216,9 @@ CutterPlugin *PluginManager::loadPythonPlugin(const char *moduleName) PythonToCppFunc pythonToCpp = Shiboken::Conversions::isPythonToCppPointerConvertible( # if QT_VERSION < QT_VERSION_CHECK(6, 2, 0) - reinterpret_cast<SbkObjectType *>(SbkCutterBindingsTypes[SBK_CUTTERPLUGIN_IDX]), + reinterpret_cast<SbkObjectType *>(SbkCutterBindingsTypes[SBK_CutterPlugin_IDX]), # else - reinterpret_cast<PyTypeObject **>(SbkCutterBindingsTypeStructs)[SBK_CUTTERPLUGIN_IDX], + reinterpret_cast<PyTypeObject **>(SbkCutterBindingsTypeStructs)[SBK_CutterPlugin_IDX], # endif pluginObject); if (!pythonToCpp) {
