From 87a3cf2a25d69d28771800d9f432e57d0ef70ca4036f1b650d3cd764399a1625 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 23 Oct 2013 11:32:52 +0000 Subject: [PATCH] Accepting request 204365 from home:dimstar:branches:GNOME:Factory - Require python3-gedit if _with_gi_python is true: a bunch of plugins depend on the introspection bindings (bnc#847114). In theory, the plugins should depend on this, but there are many ways users could get them, resulting in frustration for not finding the right package. OBS-URL: https://build.opensuse.org/request/show/204365 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=156 --- gedit.changes | 9 +++++++++ gedit.spec | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/gedit.changes b/gedit.changes index d73a962..4859135 100644 --- a/gedit.changes +++ b/gedit.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 22 20:07:53 UTC 2013 - dimstar@opensuse.org + +- Require python3-gedit if _with_gi_python is true: a bunch of + plugins depend on the introspection bindings (bnc#847114). + In theory, the plugins should depend on this, but there are many + ways users could get them, resulting in frustration for not + finding the right package. + ------------------------------------------------------------------- Mon Oct 14 17:17:18 UTC 2013 - dimstar@opensuse.org diff --git a/gedit.spec b/gedit.spec index 239299c..05c921d 100644 --- a/gedit.spec +++ b/gedit.spec @@ -52,6 +52,10 @@ BuildRequires: pkgconfig(sm) >= 1.0.0 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(zeitgeist-2.0) >= 0.9.12 Requires: python3-cairo +%if %{_with_gi_python} +# See bnc#847114 - plugins generally depend on it +Requires: python3-gedit +%endif Requires: python3-gobject Recommends: %{name}-lang Recommends: iso-codes