From f099294ed721131a8c1db140e82d2b3c99231a76 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Aug 21 2019 19:48:08 +0000 Subject: disable python support on f32+ until FTBFS issues are sorted out --- diff --git a/krita.spec b/krita.spec index 050f2c5..9a19bce 100644 --- a/krita.spec +++ b/krita.spec @@ -1,9 +1,13 @@ +# FTBFS wrt python36 at the moment, +# https://bugzilla.redhat.com/show_bug.cgi?id=1735972 +%if 0%{?fedora} < 32 %global krita_python 1 +%endif Name: krita Version: 4.2.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Krita is a sketching and painting program License: GPLv2+ URL: http://krita.org @@ -126,7 +130,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_datadir}/kritaplugins/ # fixme: /org/krita -> /org/kde/krita ? %{_kf5_qmldir}/org/krita/ -# TODO: investigate enabling python support %if 0%{?krita_python} %{_kf5_bindir}/kritarunner %{_kf5_libdir}/krita-python-libs/ @@ -141,6 +144,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Aug 21 2019 Rex Dieter - 4.2.5-5 +- disable python support on f32+ until FTBFS issues are sorted out + * Wed Aug 21 2019 Miro HronĨok - 4.2.5-4 - Rebuilt for Python 3.8