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
This commit is contained in:
parent
fc4569cab9
commit
bedb6ad1cf
@ -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 <klember@redhat.com> - 2:3.17.1-2
|
||||
- Require libpeas-loader-python3 for Python 3 plugin support (#1226879)
|
||||
|
||||
* Tue Jun 23 2015 David King <amigadave@amigadave.com> - 2:3.17.1-1
|
||||
- Update to 3.17.1
|
||||
- Update URL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user