From 81fe5d2b6cda99faf3f103fbd032ae526710fa70465e786d7fe64c847a0968a8 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Sat, 18 Mar 2017 14:25:14 +0000 Subject: [PATCH] Accepting request 481023 from home:mike-fabian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update to 1.5.28 - Allow query by code point even if Python’s unicodedata.name() does not know the character - Also read names from emoji-sequences.txt and emoji-zwj-sequences.txt - itb_emoji.py: Also read emoji-sequences.txt (from unicode.org) - Fix positioning of info popover (fix a typo in an “if” statement) - Show emoji properties from unicode.org when debugging is on - itb_emoji.py: Also read emoji-zwj-sequences.txt (from unicode.org) - Also use the emoji properties from unicode.org to decide whether to offer a lookup on emojipedia - Use property “Emoji_Modifier_Base” from emoji-data.txt to check whether an emoji supports skin tones - itb_emoji.py: Also read emoji-data.txt (from unicode.org) - Tentative skin tone support for families - Improve skin tone support: make it work for professions (roles) as well - Make skin tone popover scrollable and limit its maximum size OBS-URL: https://build.opensuse.org/request/show/481023 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=11 --- ibus-typing-booster-1.5.27.tar.gz | 3 --- ibus-typing-booster-1.5.28.tar.gz | 3 +++ ibus-typing-booster.changes | 22 +++++++++++++++++++++- ibus-typing-booster.spec | 2 +- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 ibus-typing-booster-1.5.27.tar.gz create mode 100644 ibus-typing-booster-1.5.28.tar.gz diff --git a/ibus-typing-booster-1.5.27.tar.gz b/ibus-typing-booster-1.5.27.tar.gz deleted file mode 100644 index 0afa9ab..0000000 --- a/ibus-typing-booster-1.5.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67d704b920c61351535179d9a3136c7b53c7ade020587e42a25bea79af48e6a3 -size 4895798 diff --git a/ibus-typing-booster-1.5.28.tar.gz b/ibus-typing-booster-1.5.28.tar.gz new file mode 100644 index 0000000..98ec7a5 --- /dev/null +++ b/ibus-typing-booster-1.5.28.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee889a2e9fa8e825b87bc080e4411bbeefe1d9a87db61dd72a6d2d549b795dd0 +size 4924597 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index 1cdad74..1f53dc2 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,5 +1,25 @@ ------------------------------------------------------------------- -Fri Mar 17 00:51:50 UTC 2017 - maiku.fabian@gmail.com +Sat Mar 18 12:53:33 UTC 2017 - maiku.fabian@gmail.com + +- update to 1.5.28 +- Allow query by code point even if Python’s unicodedata.name() + does not know the character +- Also read names from emoji-sequences.txt and emoji-zwj-sequences.txt +- itb_emoji.py: Also read emoji-sequences.txt (from unicode.org) +- Fix positioning of info popover (fix a typo in an “if” statement) +- Show emoji properties from unicode.org when debugging is on +- itb_emoji.py: Also read emoji-zwj-sequences.txt (from unicode.org) +- Also use the emoji properties from unicode.org to decide whether + to offer a lookup on emojipedia +- Use property “Emoji_Modifier_Base” from emoji-data.txt to check + whether an emoji supports skin tones +- itb_emoji.py: Also read emoji-data.txt (from unicode.org) +- Tentative skin tone support for families +- Improve skin tone support: make it work for professions (roles) as well +- Make skin tone popover scrollable and limit its maximum size + +------------------------------------------------------------------- +Fri Mar 17 00:51:50 UTC 2017 - maiku.fabian@gmail.com - update to 1.5.27 - Update translations from zanata (pl, uk updated) diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index a748675..df44415 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.27 +Version: 1.5.28 Release: 1%{?dist} Summary: A completion input method License: GPL-3.0+