Mike FABIAN 2024-07-19 09:27:42 +00:00 committed by Git OBS Bridge
parent e56822e843
commit 563f85ecb3
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c7f23e28b07656f76aaa905e4c0e42d02eaeff3d98420d817ce3fd0190ba1c9
size 13240142

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e807c4f50d155332cf96c24fa12087de1d7728cd17b1dd9dd53b2624347a7cf0
size 13254481

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jul 18 19:12:27 UTC 2024 - maiku.fabian@gmail.com
- Update to 2.25.3
- Name of Sinhala input method changed in m17n-db-1.8.6: si-wijesekera ➡️ si-wijesekara
- Translation update from Weblate (new: ru 12.3%, uk 100%)
-------------------------------------------------------------------
Tue Jul 09 14:50:52 UTC 2024 - maiku.fabian@gmail.com

View File

@ -17,7 +17,7 @@
Name: ibus-typing-booster
Version: 2.25.12
Version: 2.25.13
Release: 0
Summary: An input completion utility
License: GPL-3.0-or-later
@ -141,7 +141,11 @@ pushd engine
# hunspell_suggest.py test currently doesn't work on SuSE because
# the en_US dictionary changed apparently:
# python3 hunspell_suggest.py -v
python3 m17n_translit.py -v
if [ -e /usr/share/m17n/si-wijesekara.mim ] ; then
python3 m17n_translit.py -v
else
echo "/usr/share/m17n/si-wijesekara.mim does not exist, m17n-db probably < 1.8.6, skipping doctest of m17n_translit.py"
fi
python3 itb_emoji.py -v
python3 itb_util.py -v
popd