Accepting request 246442 from home:fcrozat:branches:M17N

- Do not only requires typelib-1_0-Gtk-3_0 when building with
  python3.

OBS-URL: https://build.opensuse.org/request/show/246442
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=122
This commit is contained in:
2014-08-26 11:05:18 +00:00
committed by Git OBS Bridge
parent 80342270e0
commit 62c883613d
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 26 08:15:16 UTC 2014 - fcrozat@suse.com
- Do not only requires typelib-1_0-Gtk-3_0 when building with
python3.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 22 12:49:54 UTC 2014 - fcrozat@suse.com Fri Aug 22 12:49:54 UTC 2014 - fcrozat@suse.com

View File

@@ -98,12 +98,10 @@ Requires: dbus-1-python
Requires: dconf Requires: dconf
Requires: iso-codes Requires: iso-codes
Requires: libibus-1_0-5 = %{version} Requires: libibus-1_0-5 = %{version}
%if %{with_python3} # ibus-setup will require typelib(Gdk) typelib(GdkX11), typelib(Gtk)
# ibus-setup will require typelib(Gdk) typelib(GdkX11), typelib(Gtk) # which are provided by two packages in openSUSE, so we limit their
# which are provided by two packages in openSUSE, so we limit their
# versions to 3.0 only. # versions to 3.0 only.
Requires: typelib-1_0-Gtk-3_0 Requires: typelib-1_0-Gtk-3_0
%endif
Recommends: %{name}-lang Recommends: %{name}-lang
#Fix cursor following problem in KDE4 for libreoffice. #Fix cursor following problem in KDE4 for libreoffice.