From 01a94919527e8ffdee385c1adcca1086294cd1db1ec9b4d7b64d5519458194dd Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 16 Nov 2021 16:19:15 +0000 Subject: [PATCH] Accepting request 931821 from home:mike-fabian Update to 2.15.0 OBS-URL: https://build.opensuse.org/request/show/931821 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=154 --- ibus-typing-booster-2.14.13.tar.gz | 3 --- ibus-typing-booster-2.15.0.tar.gz | 3 +++ ibus-typing-booster.changes | 22 ++++++++++++++++++++++ ibus-typing-booster.spec | 7 +++++-- 4 files changed, 30 insertions(+), 5 deletions(-) delete mode 100644 ibus-typing-booster-2.14.13.tar.gz create mode 100644 ibus-typing-booster-2.15.0.tar.gz diff --git a/ibus-typing-booster-2.14.13.tar.gz b/ibus-typing-booster-2.14.13.tar.gz deleted file mode 100644 index 2d0877b..0000000 --- a/ibus-typing-booster-2.14.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10cd3714db4ee8b79dc8aa7aa1b1b7e2a604944db9f07de059714bcbaa965407 -size 10239396 diff --git a/ibus-typing-booster-2.15.0.tar.gz b/ibus-typing-booster-2.15.0.tar.gz new file mode 100644 index 0000000..0f5a2ed --- /dev/null +++ b/ibus-typing-booster-2.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4ce2cdddcc4ba52dd11af7f262ab8d55adfd12a5072561f22ff549e5333269 +size 10246456 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index 5e39fa4..4bad595 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Nov 16 16:11:03 UTC 2021 - maiku.fabian@gmail.com + +- Update to 2.15.0 +- Make matching in the database case insensitive + (https://github.com/mike-fabian/ibus-typing-booster/issues/251) +- Remove accents for “input_phrase” when learning from a text file + (https://github.com/mike-fabian/ibus-typing-booster/issues/252) +- Make matching in dictionaries case insensitive + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/251) +- Cleanup user database when Typing Booster starts + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/239) + Also use the sqlite3 “VACUUM” command to rebuild the database + file, repacking it into a minimal amount of disk space +- Add tabstatistics.py, command line tool to display some information + about the database contents +- Use python3-pycountry as a fallback to langtable + (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/250) +- Add “Recommends: python3-langtable” to make the setup tool look nicer + and the search for dictionaries and imes better +- Add “Recommends: python3-regex” to use better regexpressions if available + ------------------------------------------------------------------- Wed Sep 29 18:52:37 UTC 2021 - maiku.fabian@gmail.com diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index f1a6f7e..e6acb68 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -15,7 +15,7 @@ # Name: ibus-typing-booster -Version: 2.14.13 +Version: 2.15.0 Release: 0 Summary: An input completion utility License: GPL-3.0+ @@ -82,7 +82,10 @@ Recommends: gdouros-symbola-fonts Recommends: python3-PyAudio # To play a sound on error: Recommends: python3-simpleaudio - +# To make the setup tool look nicer and the search for dictionaries and imes better: +Recommends: python3-langtable +# Better regexpressions (optional): +Recommends: python3-regex %description Ibus-typing-booster is a context sensitive completion