Accepting request 512205 from M17N
1 OBS-URL: https://build.opensuse.org/request/show/512205 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus?expand=0&rev=77
This commit is contained in:
commit
1a07b16c7d
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 23 15:14:29 UTC 2017 - ftake@geeko.jp
|
||||
|
||||
- Fix boo#1047912: ibus-setup crashes on Tumbleweed
|
||||
* fix missing dependency on python?-gobject-Gdk
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 27 12:21:30 UTC 2017 - qzhao@suse.com
|
||||
|
||||
|
@ -96,10 +96,16 @@ BuildRequires: pkg-config
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-gobject2-devel
|
||||
Requires: python3-gobject2
|
||||
%if 0%{suse_version} > 1320
|
||||
Requires: python3-gobject-Gdk
|
||||
%endif
|
||||
%else
|
||||
BuildRequires: python
|
||||
BuildRequires: python-gobject-devel
|
||||
Requires: python-gobject
|
||||
%if 0%{suse_version} > 1320
|
||||
Requires: python2-gobject-Gdk
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(vapigen)
|
||||
|
Loading…
Reference in New Issue
Block a user