Browse Source

2015-05-13 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* ibus: updated Requires <BTS:Vine Linux:0002922>
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9565 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
424f86aa5d
1 changed files with 5 additions and 1 deletions
  1. 5 1
      i/ibus/ibus-vl.spec

+ 5 - 1
i/ibus/ibus-vl.spec

@@ -1,7 +1,7 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 
 %define	ver 1.5.10
-%define	rel 1
+%define	rel 2
 
 %define gjsver 3.4.1.20130115
 
@@ -33,6 +33,7 @@ Patch200: ibus-1.5.9-vine.patch
 Requires: gtk2, pyxdg, iso-codes, dbus-python >= 0.83.0
 Requires: notify-python
 Requires: librsvg2
+Requires: pygobject3
 
 Requires(post): glib2
 Requires(post,postun): coreutils, gtk2
@@ -328,6 +329,9 @@ dconf update
 %endif
 
 %changelog
+* Wed May 13 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.5.10-2
+- added Requires: pygobject3 for ibus-setup <BTS:Vine Linux:0002922>
+
 * Mon May  4 2015 IWAI, Masaharu <iwaim.sub@gmail.com> 1.5.10-1
 - update to 1.5.10
 - drop unnecessary patches (Patch0, Patch1)