public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/kmymoney] rawhide: Disable woob plugin with Python 3.15
Date: Fri, 24 Jul 2026 18:15:54 GMT	[thread overview]
Message-ID: <178491695417.1.11025849047490902558.rpms-kmymoney-2e7c95c46faa@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-07-24 18:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178491695417.1.11025849047490902558.rpms-kmymoney-2e7c95c46faa@fedoraproject.org \
    --to=yselkowi@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox