diff --git a/ibus-typing-booster-2.25.12.tar.gz b/ibus-typing-booster-2.25.12.tar.gz deleted file mode 100644 index 5441f08..0000000 --- a/ibus-typing-booster-2.25.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c7f23e28b07656f76aaa905e4c0e42d02eaeff3d98420d817ce3fd0190ba1c9 -size 13240142 diff --git a/ibus-typing-booster-2.25.13.tar.gz b/ibus-typing-booster-2.25.13.tar.gz new file mode 100644 index 0000000..b0be5e0 --- /dev/null +++ b/ibus-typing-booster-2.25.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e807c4f50d155332cf96c24fa12087de1d7728cd17b1dd9dd53b2624347a7cf0 +size 13254481 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index 5d830ea..5ea2f4f 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -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 diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 486cac2..0424d30 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -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