diff --git a/ibus.changes b/ibus.changes index 299594b..4e959ae 100644 --- a/ibus.changes +++ b/ibus.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 9 22:23:47 CST 2013 - hillwood@linuxfans.org + +- Fix cursor following problem in KDE4 for libreoffice + ------------------------------------------------------------------- Thu Jul 4 15:41:12 UTC 2013 - ftake@geeko.jp diff --git a/ibus.spec b/ibus.spec index ca3cee1..e74b5e0 100644 --- a/ibus.spec +++ b/ibus.spec @@ -64,6 +64,11 @@ Requires: typelib-1_0-Gtk-3_0 %endif Obsoletes: ibus-gnome-shell +#Fix cursor following problem in KDE4 for libreoffice, libreoffice-kde and libreoffice-kde4 can destroy cursor following, please don't install them with ibus. +Recommends: libreoffice-gnome +Obsoletes: libreoffice-kde +Obsoletes: libreoffice-kde4 + %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)") %define gtk_binary_version %(pkg-config --variable=gtk_binary_version gtk+-2.0)