Resolves: RHEL-31506 Update to 2.25.11
- Yet another fix to make it possible again to use keys with Unicode keysyms in keybindings and make it work with all known versions of ibus (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/497) - Use NFC when doing the cursor correction after committing a preedit using space (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/515) - Fix for ibus-1.5.30: Make it possible again to use keys with Unicode keysyms in keybindings (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/497)
This commit is contained in:
parent
be4794aa85
commit
30a9c1f23c
2
.gitignore
vendored
2
.gitignore
vendored
@ -337,3 +337,5 @@
|
||||
/ibus-typing-booster-2.25.7.tar.gz
|
||||
/ibus-typing-booster-2.25.8.tar.gz
|
||||
/ibus-typing-booster-2.25.9.tar.gz
|
||||
/ibus-typing-booster-2.25.10.tar.gz
|
||||
/ibus-typing-booster-2.25.11.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.25.9
|
||||
Version: 2.25.11
|
||||
Release: %autorelease
|
||||
Summary: A completion input method
|
||||
License: GPL-3.0-or-later AND Apache-2.0
|
||||
@ -164,9 +164,9 @@ pushd engine
|
||||
# run doctests
|
||||
# commented out because of https://bugzilla.redhat.com/show_bug.cgi?id=2218460
|
||||
#python3 hunspell_suggest.py
|
||||
#python3 m17n_translit.py
|
||||
#python3 itb_emoji.py
|
||||
#python3 itb_util.py
|
||||
python3 m17n_translit.py -v
|
||||
python3 itb_emoji.py -v
|
||||
python3 itb_util.py -v
|
||||
popd
|
||||
mkdir -p /tmp/glib-2.0/schemas/
|
||||
cp org.freedesktop.ibus.engine.typing-booster.gschema.xml \
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.25.9.tar.gz) = 3427336e15199eb851178393c3568bc8b8dcbae35da0cb9d9ec14740db108d66483e7209d39449e370a55aa11ce1f8d179d6e0a5b1b00b3b17b85af77813eea1
|
||||
SHA512 (ibus-typing-booster-2.25.11.tar.gz) = 97137a0ad68b96c7a4bbd560f916e1f42f4ee191f867967a35ac52031d48940d1942d4bdcad7d08a0430f8cdc32232c82042460b8fe819c313fc96c72df73db6
|
||||
|
Loading…
Reference in New Issue
Block a user