update to 1.5.34
- Update translations from zanata (cs new, de updated) - Add some tooltips - Add an option whether to use pango font fallback to emoji-picker - Update emoji annotations from CLDR - Add Recommends: google-noto-emoji-color-fonts
This commit is contained in:
parent
3c78a0bfc9
commit
81eb6a2deb
1
.gitignore
vendored
1
.gitignore
vendored
@ -90,3 +90,4 @@
|
|||||||
/ibus-typing-booster-1.5.31.tar.gz
|
/ibus-typing-booster-1.5.31.tar.gz
|
||||||
/ibus-typing-booster-1.5.32.tar.gz
|
/ibus-typing-booster-1.5.32.tar.gz
|
||||||
/ibus-typing-booster-1.5.33.tar.gz
|
/ibus-typing-booster-1.5.33.tar.gz
|
||||||
|
/ibus-typing-booster-1.5.34.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 1.5.33
|
Version: 1.5.34
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -14,7 +14,10 @@ Requires: python3-enchant
|
|||||||
Requires: python3-pyxdg
|
Requires: python3-pyxdg
|
||||||
%if 0%{?fedora} >= 24
|
%if 0%{?fedora} >= 24
|
||||||
# Recommend reasonably good fonts which have most of the emoji:
|
# Recommend reasonably good fonts which have most of the emoji:
|
||||||
|
%if 0%{?fedora} <= 26
|
||||||
Recommends: google-noto-emoji-fonts
|
Recommends: google-noto-emoji-fonts
|
||||||
|
%endif
|
||||||
|
Recommends: google-noto-emoji-color-fonts
|
||||||
Recommends: gdouros-symbola-fonts
|
Recommends: gdouros-symbola-fonts
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora} >= 26
|
%if 0%{?fedora} >= 26
|
||||||
@ -144,6 +147,14 @@ make check || cat ./tests/test-suite.log
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 05 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.34-1
|
||||||
|
- update to 1.5.34
|
||||||
|
- Update translations from zanata (cs new, de updated)
|
||||||
|
- Add some tooltips
|
||||||
|
- Add an option whether to use pango font fallback to emoji-picker
|
||||||
|
- Update emoji annotations from CLDR
|
||||||
|
- Add Recommends: google-noto-emoji-color-fonts
|
||||||
|
|
||||||
* Mon Sep 11 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.33-1
|
* Mon Sep 11 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.33-1
|
||||||
- update to 1.5.33
|
- update to 1.5.33
|
||||||
- Update translations from zanata (es new)
|
- Update translations from zanata (es new)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-1.5.33.tar.gz) = c6e2c5f89132b53bfb2535788e4d574c75a83be0fda6eafc413ac50ad25ea70364262f88b949325328dbc3a42aac53c1284845de70a446f4ab308d2d028a67e1
|
SHA512 (ibus-typing-booster-1.5.34.tar.gz) = d101a1817bbeeee3ba76d75c5c823ebea270d78b6b55b4e0e52d7a9cb216d232f9ec7419036e8a9feb3f0cabeb182190bed653dab39b8b2f1d9e94643de21183
|
||||||
|
Loading…
Reference in New Issue
Block a user