From 2608d49f898478c5b56118b655fa419c4cd58381 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Feb 02 2022 00:12:00 +0000 Subject: reenable Python plugin support by default (#1749896) --- diff --git a/falkon.spec b/falkon.spec index 23591a8..3a410fa 100644 --- a/falkon.spec +++ b/falkon.spec @@ -1,9 +1,9 @@ -# build Python plugins (disabled by default due to #2048781) -%bcond_with python +# build Python plugins (enabled by default) +%bcond_without python Name: falkon Version: 3.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Modern web browser # Files in src/lib/opensearch and src/lib/3rdparty are GPLv2+ @@ -182,6 +182,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.fa %changelog +* Wed Feb 02 2022 Kevin Kofler - 3.2.0-3 +- reenable Python plugin support by default (#1749896) + * Mon Jan 31 2022 Kevin Kofler - 3.2.0-2 - add optional Python plugin support (--with python) (#1749896) - keep it disabled by default though because of shiboken2 bug (#2048781)