update to 1.5.22
- Update translations from zanata (de, fr, pl, uk updated) - Add an emoji-picker - Update of en.xml from CLDR’s emoji annotations - Fix skipping of the Korean test case when no Korean dictionary can be found - Fix invalid xml in typing-booster.appdata.xml - add Requires: python3-pyxdg (for the emoji-picker)
This commit is contained in:
parent
3c043a8af6
commit
db8f8a68cb
1
.gitignore
vendored
1
.gitignore
vendored
@ -78,3 +78,4 @@
|
||||
/ibus-typing-booster-1.5.19.tar.gz
|
||||
/ibus-typing-booster-1.5.20.tar.gz
|
||||
/ibus-typing-booster-1.5.21.tar.gz
|
||||
/ibus-typing-booster-1.5.22.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.5.21
|
||||
Version: 1.5.22
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+
|
||||
@ -11,10 +11,17 @@ Requires: m17n-lib
|
||||
Requires: python3 >= 3.3
|
||||
Requires: python3-dbus
|
||||
Requires: python3-enchant
|
||||
Requires: python3-pyxdg
|
||||
%if 0%{?fedora} >= 24
|
||||
# Recommend a reasonably good font which has most of the emoji:
|
||||
Recommends: gdouros-symbola-fonts
|
||||
%endif
|
||||
BuildRequires: ibus-devel
|
||||
%if 0%{?fedora} >= 24
|
||||
BuildRequires: python3-devel
|
||||
%else
|
||||
BuildRequires: python34-devel
|
||||
%endif
|
||||
# for the unit tests
|
||||
BuildRequires: m17n-lib
|
||||
BuildRequires: m17n-db-extras
|
||||
@ -87,15 +94,25 @@ make check || cat ./tests/test-suite.log
|
||||
%{_bindir}/ibus write-cache --system &>/dev/null || :
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc AUTHORS COPYING README
|
||||
%doc AUTHORS COPYING README
|
||||
%{_bindir}/emoji-picker
|
||||
%{_datadir}/%{name}
|
||||
%{_datadir}/appdata/*.appdata.xml
|
||||
%{_datadir}/ibus/component/typing-booster.xml
|
||||
%{_libexecdir}/ibus-engine-typing-booster
|
||||
%{_libexecdir}/ibus-setup-typing-booster
|
||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||
%{_datadir}/applications/*.desktop
|
||||
|
||||
%changelog
|
||||
* Wed Feb 22 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.22-1
|
||||
- update to 1.5.22
|
||||
- Update translations from zanata (de, fr, pl, uk updated)
|
||||
- Add an emoji-picker
|
||||
- Update of en.xml from CLDR’s emoji annotations
|
||||
- Fix skipping of the Korean test case when no Korean dictionary can be found
|
||||
- Fix invalid xml in typing-booster.appdata.xml
|
||||
- add Requires: python3-pyxdg (for the emoji-picker)
|
||||
|
||||
* Tue Feb 07 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.21-1
|
||||
- update to 1.5.21
|
||||
- add BuildRequires: hunspell-fr (for make check)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-1.5.21.tar.gz) = 161adb461d58be11b4a109ff8443e5d96da080496e8ea2a9885c7ee926e8bbeaebe346cc76aed8efc5eca612ac4c0d9cc3c47b0f95172d7498b7e26affd6c0c9
|
||||
SHA512 (ibus-typing-booster-1.5.22.tar.gz) = d5b27e389e28e6733a001343ee69d92c897e3546ce5778035b4c3a94128902ca65aba24e28f3d8ec62f41c88f5fa3d18eb20e1149183642d9d043006ec69a22e
|
||||
|
Loading…
Reference in New Issue
Block a user