Fixed Bug 747845 - ibus icon cannot open menu item on gnome-shell
This commit is contained in:
parent
a4b3ac56f9
commit
9781a05bc9
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,6 +3,7 @@ ibus-1.3.6.tar.gz
|
|||||||
/ibus-1.3.7.tar.gz
|
/ibus-1.3.7.tar.gz
|
||||||
/ibus-1.3.8.tar.gz
|
/ibus-1.3.8.tar.gz
|
||||||
/ibus-1.3.9.tar.gz
|
/ibus-1.3.9.tar.gz
|
||||||
|
/ibus-1.4.0.tar.gz
|
||||||
/ibus-1.3.99.20101028.tar.gz
|
/ibus-1.3.99.20101028.tar.gz
|
||||||
/ibus-1.3.99.20101118.tar.gz
|
/ibus-1.3.99.20101118.tar.gz
|
||||||
/ibus-1.3.99.20101202.tar.gz
|
/ibus-1.3.99.20101202.tar.gz
|
||||||
@ -13,7 +14,6 @@ ibus-1.3.6.tar.gz
|
|||||||
/ibus-1.3.99.20110408.tar.gz
|
/ibus-1.3.99.20110408.tar.gz
|
||||||
/ibus-1.3.99.20110419.tar.gz
|
/ibus-1.3.99.20110419.tar.gz
|
||||||
/ibus-1.3.99.20110817.tar.gz
|
/ibus-1.3.99.20110817.tar.gz
|
||||||
/ibus-1.4.0.tar.gz
|
|
||||||
/ibus-gjs-3.0.2.20110823.tar.gz
|
/ibus-gjs-3.0.2.20110823.tar.gz
|
||||||
/ibus-gjs-3.1.4.20110823.tar.gz
|
/ibus-gjs-3.1.4.20110823.tar.gz
|
||||||
/ibus-gjs-3.0.2.20110908.tar.gz
|
/ibus-gjs-3.0.2.20110908.tar.gz
|
||||||
@ -23,3 +23,4 @@ ibus-1.3.6.tar.gz
|
|||||||
/ibus-gjs-3.2.0.20110928.tar.gz
|
/ibus-gjs-3.2.0.20110928.tar.gz
|
||||||
/ibus-gjs-3.0.2.20111018.tar.gz
|
/ibus-gjs-3.0.2.20111018.tar.gz
|
||||||
/ibus-gjs-3.2.0.20111018.tar.gz
|
/ibus-gjs-3.2.0.20111018.tar.gz
|
||||||
|
/ibus-gjs-3.2.1.20111021.tar.gz
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
%if 0%{?fedora} > 15
|
%if 0%{?fedora} > 15
|
||||||
%define have_bridge_hotkey 1
|
%define have_bridge_hotkey 1
|
||||||
%define ibus_gjs_version 3.2.0.20111018
|
%define ibus_gjs_version 3.2.1.20111021
|
||||||
%define ibus_gjs_build_failure 1
|
%define ibus_gjs_build_failure 1
|
||||||
%else
|
%else
|
||||||
%define have_bridge_hotkey 0
|
%define have_bridge_hotkey 0
|
||||||
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
Name: ibus
|
Name: ibus
|
||||||
Version: 1.4.0
|
Version: 1.4.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Intelligent Input Bus for Linux OS
|
Summary: Intelligent Input Bus for Linux OS
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -386,6 +386,9 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 21 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-5
|
||||||
|
- Fixed Bug 747845 - ibus icon cannot open menu item on gnome-shell
|
||||||
|
|
||||||
* Thu Oct 20 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-4
|
* Thu Oct 20 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-4
|
||||||
- Fixed Bug 746869 - no keymaps if the XKB has no group and no variant
|
- Fixed Bug 746869 - no keymaps if the XKB has no group and no variant
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
b4f063794e89c71eb1f8cb543210da30 ibus-1.4.0.tar.gz
|
b4f063794e89c71eb1f8cb543210da30 ibus-1.4.0.tar.gz
|
||||||
21093439be2c7321cb1a85ca3307a0b5 ibus-gjs-3.0.2.20111018.tar.gz
|
21093439be2c7321cb1a85ca3307a0b5 ibus-gjs-3.0.2.20111018.tar.gz
|
||||||
d7555d6c3eca572f713ec4135e7a1b87 ibus-gjs-3.2.0.20111018.tar.gz
|
636991ea42551a754c04996ae396bf69 ibus-gjs-3.2.1.20111021.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user