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