From d612fb4ce77883dc6cbbc472241cf520f200fdbc Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Jan 31 2022 19:46:56 +0000 Subject: Disable Python by default because of shiboken2 bug (#2048781) --- diff --git a/falkon.spec b/falkon.spec index 7684d63..23591a8 100644 --- a/falkon.spec +++ b/falkon.spec @@ -1,5 +1,5 @@ -# build Python plugins (enabled by default) -%bcond_without python +# build Python plugins (disabled by default due to #2048781) +%bcond_with python Name: falkon Version: 3.2.0 @@ -183,7 +183,8 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.fa %changelog * Mon Jan 31 2022 Kevin Kofler - 3.2.0-2 -- enable Python plugin support (unless --without python) (#1749896) +- add optional Python plugin support (--with python) (#1749896) +- keep it disabled by default though because of shiboken2 bug (#2048781) * Mon Jan 31 2022 Kevin Kofler - 3.2.0-1 - update to 3.2.0 (new upstream feature release), drop upstream patches