From 81263f4e8de7ad895dee446d509884e63801214a08222f27f1fb4304b716994f Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Sun, 29 Jan 2017 11:17:13 +0000 Subject: [PATCH] Accepting request 453239 from home:mike-fabian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fri Jan 27 14:42:08 UTC 2017 - maiku.fabian@gmail.com - update to 1.5.20 - Calculate the maximum word length for each dictionary individually - Use .startswith instead of regexp matching when matching in hunspell dictionaries (speed optimization) - Improve accent insensitive matching (“filosofičtějš” should also match “filosofičtější”) - Some updates for the emoji annotations in en.xml from CLDR OBS-URL: https://build.opensuse.org/request/show/453239 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=4 --- ibus-typing-booster-1.5.19.tar.gz | 3 --- ibus-typing-booster-1.5.20.tar.gz | 3 +++ ibus-typing-booster.changes | 11 +++++++++++ ibus-typing-booster.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 ibus-typing-booster-1.5.19.tar.gz create mode 100644 ibus-typing-booster-1.5.20.tar.gz diff --git a/ibus-typing-booster-1.5.19.tar.gz b/ibus-typing-booster-1.5.19.tar.gz deleted file mode 100644 index 5d145f1..0000000 --- a/ibus-typing-booster-1.5.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4351aed9cd92639d714a3af62d81bf555c2e9cdae2b6434453256856cac42e07 -size 4845660 diff --git a/ibus-typing-booster-1.5.20.tar.gz b/ibus-typing-booster-1.5.20.tar.gz new file mode 100644 index 0000000..878f0f9 --- /dev/null +++ b/ibus-typing-booster-1.5.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8910602a2fc083ea239516a18e14c3a39f97ab480e2f320c88622f97686434 +size 4845890 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index 7f6c187..66b82ba 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jan 27 14:42:08 UTC 2017 - maiku.fabian@gmail.com + +- update to 1.5.20 +- Calculate the maximum word length for each dictionary individually +- Use .startswith instead of regexp matching when matching in hunspell + dictionaries (speed optimization) +- Improve accent insensitive matching (“filosofičtějš” should also + match “filosofičtější”) +- Some updates for the emoji annotations in en.xml from CLDR + ------------------------------------------------------------------- Thu Jan 19 08:43:06 UTC 2017 - maiku.fabian@gmail.com diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index ac149d5..44b4cf3 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -17,7 +17,7 @@ %define __python3 /usr/bin/python3 Name: ibus-typing-booster -Version: 1.5.19 +Version: 1.5.20 Release: 1%{?dist} Summary: A completion input method License: GPL-3.0+