From bedb6ad1cfe269f7f7cd6b09cb877299c541f760 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 3 Jul 2015 23:40:38 +0200 Subject: [PATCH] Require libpeas-loader-python3 for Python 3 plugin support libpeas loaders are now split out into individual subpackages. https://bugzilla.redhat.com/show_bug.cgi?id=1226879 --- gedit.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gedit.spec b/gedit.spec index cdcd181..ec21d24 100644 --- a/gedit.spec +++ b/gedit.spec @@ -23,7 +23,7 @@ Summary: Text editor for the GNOME desktop Name: gedit Epoch: 2 Version: 3.17.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and GFDL Group: Applications/Editors #VCS: git:git://git.gnome.org/gedit @@ -61,6 +61,7 @@ Requires: glib2%{?_isa} >= %{glib2_version} Requires: gtk3%{?_isa} >= %{gtk3_version} Requires: gtksourceview3%{?_isa} >= %{gtksourceview_version} %if %{with_python3} +Requires: libpeas-loader-python3%{?_isa} Requires: python3-gobject >= %{pygo_version} %endif # the run-command plugin uses zenity @@ -202,6 +203,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || : %{_datadir}/vala/ %changelog +* Fri Jul 03 2015 Kalev Lember - 2:3.17.1-2 +- Require libpeas-loader-python3 for Python 3 plugin support (#1226879) + * Tue Jun 23 2015 David King - 2:3.17.1-1 - Update to 3.17.1 - Update URL