Accepting request 512141 from home:ftake:branches:M17N
fix boo#1047912 OBS-URL: https://build.opensuse.org/request/show/512141 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=167
This commit is contained in:
parent
88c668b7aa
commit
1966b0b8e6
@ -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…
x
Reference in New Issue
Block a user