Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kmymoney for openSUSE:Factory checked in at 2025-06-27 23:02:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmymoney (Old) and /work/SRC/openSUSE:Factory/.kmymoney.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmymoney" Fri Jun 27 23:02:04 2025 rev:82 rq:1288809 version:5.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kmymoney/kmymoney.changes 2025-06-24 20:53:11.034259405 +0200 +++ /work/SRC/openSUSE:Factory/.kmymoney.new.7067/kmymoney.changes 2025-06-27 23:09:20.253215386 +0200 @@ -1,0 +2,6 @@ +Wed Jun 25 12:03:35 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Add patch: + * 0001-Adjustments-for-port-to-Qt6.patch + +------------------------------------------------------------------- New: ---- 0001-Adjustments-for-port-to-Qt6.patch ----------(New B)---------- New:- Add patch: * 0001-Adjustments-for-port-to-Qt6.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmymoney.spec ++++++ --- /var/tmp/diff_new_pack.ZD9WuX/_old 2025-06-27 23:09:20.905242447 +0200 +++ /var/tmp/diff_new_pack.ZD9WuX/_new 2025-06-27 23:09:20.905242447 +0200 @@ -33,6 +33,8 @@ %endif # PATCH-FIX-UPSTREAM Patch0: 0001-Port-triggering-actions-to-Qt6.patch +# PATCH-FIX-UPSTREAM +Patch1: 0001-Adjustments-for-port-to-Qt6.patch BuildRequires: doxygen BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} BuildRequires: fdupes @@ -78,7 +80,7 @@ BuildRequires: cmake(Qt6Xml) >= %{qt6_version} BuildRequires: cmake(aqbanking) >= 6.5.0 BuildRequires: cmake(gwengui-cpp) -# BuildRequires: cmake(gwengui-qt6) TODO +BuildRequires: cmake(gwengui-qt6) BuildRequires: cmake(gwenhywfar) >= 5.10.1 BuildRequires: pkgconfig(libical) BuildRequires: pkgconfig(sqlcipher) ++++++ 0001-Adjustments-for-port-to-Qt6.patch ++++++ >From a6542b9eb6f50925ee41e246aa4d17b789b3b1f1 Mon Sep 17 00:00:00 2001 From: Thomas Baumgart <t...@net-bembel.de> Date: Mon, 16 Jun 2025 07:14:34 +0200 Subject: [PATCH] Adjustments for port to Qt6 --- kmymoney/plugins/kbanking/CMakeLists.txt | 4 ++-- kmymoney/plugins/kbanking/aqbankingkmmoperators.h | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/kmymoney/plugins/kbanking/CMakeLists.txt b/kmymoney/plugins/kbanking/CMakeLists.txt index 5c2314753..3b1d8fe51 100644 --- a/kmymoney/plugins/kbanking/CMakeLists.txt +++ b/kmymoney/plugins/kbanking/CMakeLists.txt @@ -55,11 +55,11 @@ target_link_libraries(kbanking Alkimia::alkimia gwenhywfar::core gwenhywfar::gui-cpp - gwenhywfar::gui-qt5 + gwenhywfar::gui-qt${QT_MAJOR_VERSION} aqbanking::aqbanking ) ########### install files ############### install(FILES kbanking.kcfg - DESTINATION ${KCFG_INSTALL_DIR}) + DESTINATION ${KDE_INSTALL_KCFGDIR}) diff --git a/kmymoney/plugins/kbanking/aqbankingkmmoperators.h b/kmymoney/plugins/kbanking/aqbankingkmmoperators.h index bbec9953f..c7358c465 100644 --- a/kmymoney/plugins/kbanking/aqbankingkmmoperators.h +++ b/kmymoney/plugins/kbanking/aqbankingkmmoperators.h @@ -14,7 +14,6 @@ #include <QSharedPointer> -#include "onlinetasks/interfaces/tasks/ionlinetasksettings.h" #include "onlinetasks/sepa/sepaonlinetransfer.h" struct AB_ACCOUNT_SPEC; -- 2.50.0