Accepting request 455505 from home:mike-fabian
Wed Feb 08 10:38:20 UTC 2017 - maiku.fabian@gmail.com - add BuildRequires: python3 This seems to contain sqlite3, needed for "make check" Tue Feb 07 10:15:11 UTC 2017 - maiku.fabian@gmail.com - update to 1.5.21 - add BuildRequires: hunspell-fr_FR (for make check) - Handle Return and Enter correctly when the cursor is not at the end of the preëdit (Resolves: rhbz#1418313) - Values of spin buttons should not be translatable - Make the categories from emojione translatable - Make emoji matching accent insensitive - If available use pykakasi to convert Japanese emoji category names to hiragana - If available use the “pinyin” Python module to add pinyin to the Chinese names and keywords - Don’t fallback to “zh” from “zh_TW”, “zh_HK”, “zh_MO” and “zh_Hant” - Don’t sort the labels when listing similar emoji - Don’t change Unicode categories to lowercase when loading, use the original case - Also treat categories 'Zl' and 'Zp' as invisible and add Unicode code point - When searching for similar emoji, the original emoji should be most similar to itself - Fix duplicate listing of labels when looking up similar emoji - Make it optionally possible to match emoji in Japanese using romaji - itb_emoji.py: Add the code point to the name of invisible characters also when looking up similar characters - Better matching of the Unicode categories - Small performance optimization in EmojiMatcher.similar() OBS-URL: https://build.opensuse.org/request/show/455505 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=5
This commit is contained in:
parent
81263f4e8d
commit
870874a8cd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb8910602a2fc083ea239516a18e14c3a39f97ab480e2f320c88622f97686434
|
||||
size 4845890
|
3
ibus-typing-booster-1.5.21.tar.gz
Normal file
3
ibus-typing-booster-1.5.21.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b1d0f1e6e5dd53f8c48c6978a9e57daaf9f3883b7f621b0b07272c2f55df1eb
|
||||
size 4854544
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 08 10:38:20 UTC 2017 - maiku.fabian@gmail.com
|
||||
|
||||
- add BuildRequires: python3
|
||||
This seems to contain sqlite3, needed for "make check"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 07 10:15:11 UTC 2017 - maiku.fabian@gmail.com
|
||||
|
||||
- update to 1.5.21
|
||||
- add BuildRequires: hunspell-fr_FR (for make check)
|
||||
- Handle Return and Enter correctly when the cursor is not at
|
||||
the end of the preëdit (Resolves: rhbz#1418313)
|
||||
- Values of spin buttons should not be translatable
|
||||
- Make the categories from emojione translatable
|
||||
- Make emoji matching accent insensitive
|
||||
- If available use pykakasi to convert Japanese emoji category
|
||||
names to hiragana
|
||||
- If available use the “pinyin” Python module to add pinyin
|
||||
to the Chinese names and keywords
|
||||
- Don’t fallback to “zh” from “zh_TW”, “zh_HK”, “zh_MO” and “zh_Hant”
|
||||
- Don’t sort the labels when listing similar emoji
|
||||
- Don’t change Unicode categories to lowercase when loading,
|
||||
use the original case
|
||||
- Also treat categories 'Zl' and 'Zp' as invisible and add
|
||||
Unicode code point
|
||||
- When searching for similar emoji, the original emoji should be
|
||||
most similar to itself
|
||||
- Fix duplicate listing of labels when looking up similar emoji
|
||||
- Make it optionally possible to match emoji in Japanese using romaji
|
||||
- itb_emoji.py: Add the code point to the name of invisible
|
||||
characters also when looking up similar characters
|
||||
- Better matching of the Unicode categories
|
||||
- Small performance optimization in EmojiMatcher.similar()
|
||||
- Remove any U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR characters
|
||||
from the lookup table
|
||||
- Nicer display of the matching labels when looking up similar emoji
|
||||
- Don’t strip mathematical symbols (category 'Sm') from tokens
|
||||
- Update of en.xml from CLDR’s emoji annotations
|
||||
- Update translations from zanata (de, pl updated)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 27 14:42:08 UTC 2017 - maiku.fabian@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
%define __python3 /usr/bin/python3
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.5.20
|
||||
Version: 1.5.21
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPL-3.0+
|
||||
@ -33,6 +33,7 @@ Requires: python3-pyenchant
|
||||
# Recommend a reasonably good font which has most of the emoji:
|
||||
Recommends: gdouros-symbola-fonts
|
||||
BuildRequires: ibus-devel
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-devel
|
||||
# for the unit tests
|
||||
BuildRequires: m17n-lib
|
||||
@ -52,6 +53,7 @@ BuildRequires: myspell-en
|
||||
BuildRequires: myspell-en_US
|
||||
BuildRequires: myspell-es
|
||||
BuildRequires: myspell-es_ES
|
||||
BuildRequires: myspell-fr_FR
|
||||
BuildRequires: myspell-it_IT
|
||||
%endif
|
||||
BuildRequires: desktop-file-utils
|
||||
|
Loading…
Reference in New Issue
Block a user