public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kmymoney] rawhide: Disable woob plugin with Python 3.15
@ 2026-07-24 18:15 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-07-24 18:15 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/kmymoney
Branch : rawhide
Commit : 2e7c95c46faa9afb8f18582b67b2f21551eb16c3
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-07-24T13:36:49-04:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/kmymoney/c/2e7c95c46faa9afb8f18582b67b2f21551eb16c3?branch=rawhide
Log:
Disable woob plugin with Python 3.15
- Resolves: rhbz#2504204
---
diff --git a/kmymoney.spec b/kmymoney.spec
index f690ec7..6bd67a6 100644
--- a/kmymoney.spec
+++ b/kmymoney.spec
@@ -10,7 +10,7 @@
Summary: Personal finance
Name: kmymoney
Version: 5.2.2
-Release: 5%{?dist}
+Release: 6%{?dist}
# kmm itself is GPLv2+
# bundled kdchart is GPLv2 or GPLv3, but currently not using it
@@ -141,8 +141,12 @@ BuildArch: noarch
%build
+# FIXME: woob was broken with Python 3.15, can be re-enabled with the next release
%cmake_kf6 \
-DBUILD_WITH_QT6:BOOL=ON \
+%if 0%{?fedora} >= 45 || 0%{?rhel} >= 11
+ -DENABLE_WOOB:BOOL=OFF \
+%endif
%{?tests:-DBUILD_TESTING:BOOL=ON}
%cmake_build
@@ -195,6 +199,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.kmymoney.
%changelog
+* Fri Jul 24 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 5.2.2-6
+- Disable woob plugin with Python 3.15
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-24 18:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-24 18:15 [rpms/kmymoney] rawhide: Disable woob plugin with Python 3.15 Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox