From 870874a8cd983515d9c02c5315661fcc31cdd6022e77c4bdfb71d9cadd154679 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 8 Feb 2017 13:31:27 +0000 Subject: [PATCH] Accepting request 455505 from home:mike-fabian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- ibus-typing-booster-1.5.20.tar.gz | 3 --- ibus-typing-booster-1.5.21.tar.gz | 3 +++ ibus-typing-booster.changes | 41 +++++++++++++++++++++++++++++++ ibus-typing-booster.spec | 4 ++- 4 files changed, 47 insertions(+), 4 deletions(-) delete mode 100644 ibus-typing-booster-1.5.20.tar.gz create mode 100644 ibus-typing-booster-1.5.21.tar.gz diff --git a/ibus-typing-booster-1.5.20.tar.gz b/ibus-typing-booster-1.5.20.tar.gz deleted file mode 100644 index 878f0f9..0000000 --- a/ibus-typing-booster-1.5.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb8910602a2fc083ea239516a18e14c3a39f97ab480e2f320c88622f97686434 -size 4845890 diff --git a/ibus-typing-booster-1.5.21.tar.gz b/ibus-typing-booster-1.5.21.tar.gz new file mode 100644 index 0000000..ed9216f --- /dev/null +++ b/ibus-typing-booster-1.5.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1d0f1e6e5dd53f8c48c6978a9e57daaf9f3883b7f621b0b07272c2f55df1eb +size 4854544 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index 66b82ba..1481ee5 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -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 diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 44b4cf3..41678a8 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.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