- Refresh ibus-socket-name-compatibility.patch
- Add ibus-missing-include.patch to fix build on Leap
- Add ibus-fix-wrong-cursor-location.patch
(based on 936a0e76df.patch)
(gh#ibus/ibus#2337)
- Drop ibus-python-install-dir.patch
Two reasons: it's for, disabled in .spec, python2, and patch forces
the re-generation of configure, which requires aclocal-1.16,
unavailable on Leap-15.3, and that breaks the build.
OBS-URL: https://build.opensuse.org/request/show/917700
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=256
- Update version to 1.5.25
* src/tests: Run gnome-session with no-overview mode
* client/gtk2: Implement ibus_im_context_set_surrounding_with_selection
* src/ibuscomposetable: Do not include the same compose file
* src/ibusenginesimple: Multi_key to 0xB7
* src/ibusenginesimple: Make Compose preedit less intrusive
* Change default Emoji shortcut key
* setup: Enhance engine search function
* client/gtk2/ibusimcontext: Enable sync process in GTK4
* engine: Update simple.xml with xkeyboard-config 2.33
* src/ibuscomposetable: Add support for the include directive (lf-)
* src/ibuscomposetable: Fix a buffer overflow in compose handling (lf-)
* client/x11: Add support for XFixes ClientDisconnectMode (Olivier Fourdan)
* setup: Start ibus-daemon with the --daemonize option (Gunnar Hjalmarsson)
* src: Fix a typo in ibusenginesimple.h (user202729)
* Update translations
OBS-URL: https://build.opensuse.org/request/show/917124
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=255
- Upstream update to 1.5.24
* Add GTK4 IM module (currently disabled for openSUSE)
* Search engine name directly
* Update IBusInputPurpose and IBusInputHints in ibustypes.h
* Warn deprecated IBus XKB engines /w dialog
- Workaround for boo#1177545
* Update simple.xml
* Fix arguments in GLib.DBusSignalCallback for Vala 0.50
* Fix to build emoji-*.dict in CLDR 38
* Fix build environments
* Hide IBus Preferences from AppStream
- Drop vala-0.50.patch, merged by upstream
- Remove old "Obsoletes" for ibus-gnome-shell and libibus-1_0-0
OBS-URL: https://build.opensuse.org/request/show/874320
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=251
- Add ibus-socket-name-compatibility.patch: Compatibility for
ibus-use-wayland-display-for-socket-name.patch. This fixes Qt
clients breakage in Wayland (bsc#1171442, gh#ibus/ibus#2195).
- Add ibus-use-wayland-display-for-socket-name.patch:
Use WAYLAND_DISPLAY on Wayland sessions to make up IBus socket name
(bsc#1171442, gh#ibus/ibus#2195).
OBS-URL: https://build.opensuse.org/request/show/802860
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=236
- Update version to 1.5.22
* GDBusAuthObserver security fix, drop
ibus-CVE-2019-14822-GDBusServer-peer-authorization.patch
* Use XDG_RUNTIME_DIR for Unix socket directory
* Hangul button press handling
* Fix deprecated APIs
* Bug fixes
* Fix restart crash with inotify read() (Robert Hoffmann)
* Make session file header comment more clear (Jason)
* Amend typos (Jason)
* Add NotShowIn and Keywords keys to the desktop entry (Changwoo Ryu)
* Handle small final sigma in ibus_keyval_convert_case (Alex Henrie)
* Update translations.
- Update version to 1.5.22
* No update for this subpackage
OBS-URL: https://build.opensuse.org/request/show/778192
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=219
- Fix boo#1127711
* Remove nodejs-emojione form BuildRequires
- Upstream update to 1.5.20
* Support Shift-Space to insert a Space on Emojier preedit
* Do not add emojis in compose category to emoji variants
* Implement mouse click with Hangul in ibus side
* Delete Gconf dependencies and migrate intool to gettext
* Do not delete IBUS_CAP_SURROUNDING_TEXT
* Show compose preedit with custom compose file
* Fix Atom and Slack for Flatpak
* Delete Super-space notification
* Use ISO 639-3 to have names for more languages
* introspection: Tell the GI scanner to include the C headers
* Add Uzbek layouts
* Allow using non-abstract UNIX domain sockets
* Fix minor build problems, bugs, and typos
- Update version to 1.5.20
* No update for this subpackage
OBS-URL: https://build.opensuse.org/request/show/681511
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=201
- Upstream update to 1.5.19
* IBUS_DISCARD_PASSWORD variable for the workaround of the
password popup problem in Firefox and Chrome under GNOME X11
* Emoji feature improvements:
Move input focus on Emojier to engines' preedit
Show previous emojis with "history" annotation
Add num pad Enter, Down, Up, Left, Right on Emojier
Fix SEGV in IBusEngine if no emoji shortcut keyis
* Compose key feature:
Enable preedit for compose keys
* Bug fixes and code improvements
- Drop ibus-force-python3.patch
* merged by upstream
- Remove ibus-python3
* Upstream will not maintain it for Python 3 anymore
* Drop ibus-python3-migration.patch
- Update version to 1.5.19
* No update for this subpackage
OBS-URL: https://build.opensuse.org/request/show/634517
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=195
Just rebase again
- 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
OBS-URL: https://build.opensuse.org/request/show/583903
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=182
- 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
- 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
OBS-URL: https://build.opensuse.org/request/show/583728
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=180