Accepting request 453239 from home:mike-fabian
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
This commit is contained in:
parent
01e4c4376f
commit
81263f4e8d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4351aed9cd92639d714a3af62d81bf555c2e9cdae2b6434453256856cac42e07
|
||||
size 4845660
|
3
ibus-typing-booster-1.5.20.tar.gz
Normal file
3
ibus-typing-booster-1.5.20.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb8910602a2fc083ea239516a18e14c3a39f97ab480e2f320c88622f97686434
|
||||
size 4845890
|
@ -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
|
||||
|
||||
|
@ -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+
|
||||
|
Loading…
Reference in New Issue
Block a user