Package Release Info

python-ibus-1.5.22-bp152.2.5

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-ibus

Change Logs

* Sat Feb 22 2020 Hillwood Yang <hillwood@opensuse.org>
- Update version to 1.5.22
  * No update for this subpackage
* Thu Aug 29 2019 Fuminobu Takeyama <ftake@geeko.jp>
- Update version to 1.5.21
  * No update for this subpackage
* Mon Mar 04 2019 Fuminobu Takeyama <ftake@geeko.jp>
- Update version to 1.5.20
  * No update for this subpackage
* Thu Sep 06 2018 Fuminobu Takeyama <ftake@geeko.jp>
- Update version to 1.5.19
  * No update for this subpackage
* Fri Jun 01 2018 bjorn.lie@gmail.com
- Drop gconf2-devel BuildRequires: No longer needed, nor used.
* Fri May 18 2018 jengelh@inai.de
- Trim filler wording from descriptions.
- Update Summaries and RPM groups.
* Fri Apr 13 2018 hillwood@opensuse.org
- Split python2-ibus, it is still necessary for ibus-sunpinyin and
  ibus-googlepinyin right now.
* Tue Mar 06 2018 hillwood@opensuse.org
- Update version to 1.5.18
  * tools: Do not change keymaps with 'use-system-keyboard-layout'
  * src: Fix GVariant leaks (Carlos Garnacho)
  * src: Added some error handlings from a code review
  * src: Add libgobject.so to LDADD for Debian libtool (Danny)
  * src: Reintroduce the hex mode keybind with an environment variable (Aaron Muir Hamilton)
  * ui/gtk3: Translate input method name in ibus (Peng Wu)
  * Added DBus filtering against malware
  * Implement Unicode choice on Emojier
  * Implement ibus-extension-gtk3 for the global keybinding
  * Disable panel extension for 'gdm' and 'liveuser' user
  * ui/gtk3: Set title string in gnome-shell
  * Add ISSUE_TEMPLATE
  * Updated translations
* Thu Jan 25 2018 qzhao@suse.com
- Change xim.d-ibus-121: Unset LC_CTYPE to make LANG variable
  can change system locale successful(boo#1076854).
* Mon Jan 08 2018 tchvatal@suse.com
- Do not condition sources they all need to be present in src rpm
- Add conditionals for python2 and python3
- Use full url for github downloads instead of handmade tarball
- Use make_install macro
- Apply py3 enablement patches everywhere, no effect on py2 code
- Drop python3 split spec file as it is not needed and use only
  python3
  * As there are no dependent packages on python-ibus directly
    people should repoint their scripts to the python3 variant
  * Makefiles do not allow building both at once so stick only
    with py3 as we are disabling python2 slowly anyway
- Drop 12.2 KDE icons as the codestreams are long out of support
- Drop the kde4 icons too as we are plasma5 based now and enable
  appindicator integration for plasma5 conditionaly under KDE
  condition
* Tue Dec 19 2017 ftake@geeko.jp
- Fix boo#1073524: IBus does not work on Qt5 applicatin under
  Qt5 only environment
  * do not set QT_IM_MODULE=xim for Qt5 applications
  * use QT4_IM_MODULE for Qt4 applications
* Sun Nov 19 2017 hillwood@opensuse.org
- Enable emoji support for openSUSE.
- Use %fdupes in python3-ibus.
* Sat Nov 04 2017 hillwood@opensuse.org
- Enable python3 build
* Sat Oct 28 2017 ftake@geeko.jp
- Update to 1.5.17
  * ui/gtk3: Emojier supports Ctrl-c,v,x and Ctrl-Shift-c
  * Make all emoji dicts for fully qualified
  * ui/gtk3: Fix SEGV of Emojier on de_DE.UTF-8
  * ui/gtk3: Do not activate emoji cells on mouse until mouse moves
  * ui/gtk3: Fix SEGV of XKeysymToKeycode() on Wayland
  * client/gtk2: include the scaling factor in Wayland
  * Add IBus portal service to support Flatpack
  * ui/gtk3: Switcher should ignore mouse until it moves
  * client/gtk2: Do not send key events to GtkIMContextSimple
  * ui/gtk3: Fix PropertyPanel position in workarea
  * ui/gtk3: Fix to enable menu button on PropertyPanel
  * ui/gtk3: Increase timeout of window filter in PropertyPanel
  * ui/gtk3: Unset GDK_CORE_DEVICE_EVENTS
  * ui/gtk3: Unref Panel and Indicator when double panels run
  * engine: Add Malay and Mongolian keymaps
  * Update translations
* Tue Aug 29 2017 alarrosa@suse.com
- Don't build the branding-openSUSE-KDE package on SLE
* Sun Jul 23 2017 ftake@geeko.jp
- Fix boo#1047912: ibus-setup crashes on Tumbleweed
  * fix missing dependency on python?-gobject-Gdk
* Sat May 27 2017 qzhao@suse.com
- Update ibus.spec: copy auto-start files to SOURCE directory
  to enable modifications before compile.
- Add ibus-disable-engines-preload-in-GNOME.patch: Disable load
  preload-engines actions in SLE, which is unnecessary for mono IMF
  in SLE and may cause CJK user login failed (bsc#1036729).
* Wed May 24 2017 ftake@geeko.jp
- Update to 1.5.16
  * Implement shortcut keys on emoji dialog
  * Move language settings from IBusEmojier to ibus-setup
  * Improve `ibus emoji` command to work on Wayland
  * Emoji-related improvements
  * Add man page of `ibus emoji` command
- Update to 1.5.15
  * Fix memory leaks
  * Fix warnings during resizing panel
  * Improve emoji lookup window
  * Support scrill event in GTK3 candidate panel
  * Avoid emoji typing during Unicode typing
  * Fix potential buffer overrun in CreateNestedListi()
  * Set emoji preview text on font setting
  * Add `ibus emoji` command
- Clean up spec file
* Sun Mar 12 2017 dimstar@opensuse.org
- Drop ibus-vala-0.36.patch: No longer needed, since vala 0.36
  re-introduced the compatibility layer.
* Wed Mar 01 2017 zaitor@opensuse.org
- Drop ibus-vala-0.18.patch: No longer needed.