update to 1.5.29
- Update translations from zanata (de, pl updated) - Add Recommends: google-noto-emoji-fonts, “Noto Color Emoji” looks much better than “Symbola” even in gray scale. - Update translations from zanata (de, pl updated) - Add a “--version” command line option to emoji-picker - itb_emoji.py: Also read emoji-test.txt (from unicode.org) - emoji-picker: Set default font to first available in ['Noto Color Emoji', 'Emoji One', 'Symbola'] - Small parsing improvement of emoji-sequences.txt - Add support to either use U+FE0F VARIATION SELECTOR-16 in emoji sequences or not - emoji-picker: Show “∅ Search produced empty result.” when nothing matches in a search
This commit is contained in:
parent
d2d1066cf3
commit
8384956bd2
1
.gitignore
vendored
1
.gitignore
vendored
@ -85,3 +85,4 @@
|
||||
/ibus-typing-booster-1.5.26.tar.gz
|
||||
/ibus-typing-booster-1.5.27.tar.gz
|
||||
/ibus-typing-booster-1.5.28.tar.gz
|
||||
/ibus-typing-booster-1.5.29.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.5.28
|
||||
Version: 1.5.29
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+
|
||||
@ -13,7 +13,8 @@ Requires: python3-dbus
|
||||
Requires: python3-enchant
|
||||
Requires: python3-pyxdg
|
||||
%if 0%{?fedora} >= 24
|
||||
# Recommend a reasonably good font which has most of the emoji:
|
||||
# Recommend reasonably good fonts which have most of the emoji:
|
||||
Recommends: google-noto-emoji-fonts
|
||||
Recommends: gdouros-symbola-fonts
|
||||
%endif
|
||||
%if 0%{?fedora} >= 26
|
||||
@ -135,6 +136,19 @@ make check || cat ./tests/test-suite.log
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 20 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.29-1
|
||||
- update to 1.5.29
|
||||
- Add Recommends: google-noto-emoji-fonts, “Noto Color Emoji”
|
||||
looks much better than “Symbola” even in gray scale.
|
||||
- Update translations from zanata (de, pl updated)
|
||||
- Add a “--version” command line option to emoji-picker
|
||||
- itb_emoji.py: Also read emoji-test.txt (from unicode.org)
|
||||
- emoji-picker: Set default font to first available in
|
||||
['Noto Color Emoji', 'Emoji One', 'Symbola']
|
||||
- Small parsing improvement of emoji-sequences.txt
|
||||
- Add support to either use U+FE0F VARIATION SELECTOR-16 in emoji sequences or not
|
||||
- emoji-picker: Show “∅ Search produced empty result.” when nothing matches in a search
|
||||
|
||||
* Sat Mar 18 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.28-1
|
||||
- update to 1.5.28
|
||||
- Allow query by code point even if Python’s unicodedata.name()
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-1.5.28.tar.gz) = a6b35b43c449a9830f02a35fd0d0941aded4ea19c58c002fed75a12744d9c8200af6070b2ee191516acca34509ac9dd7a2bdf9dd39d54348b48ae963b630b654
|
||||
SHA512 (ibus-typing-booster-1.5.29.tar.gz) = b21435c93ab3e7b385edbb26ae290ee3f61628facc396cf526da2e17a7b72d8aeccc8c96220045db005ace8ea01f765d2b536cb9689bae29ecc8fb05b7efb578
|
||||
|
Loading…
Reference in New Issue
Block a user