From cb9b44a3c67ddfc18990894e0ab09af534e8386f Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Aug 29 2016 09:36:44 +0000 Subject: update to 1.5.1 - If the query string in EmojiMatcher.candidates() is an emoji itself, match similar ones (useful when backspacing to an emoji to correct it) - Data files should not be stored gzipped in the repository - Change displayed input method name from “Hunspell” to “Typing Booster” - Use Zanata to get more translations - French translations added (100% translated) - Polish translations added (100% translated) - Add Recommends: gdouros-symbola-fonts --- diff --git a/.gitignore b/.gitignore index 7e90b7c..b185f31 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /ibus-typing-booster-1.4.7.tar.gz /ibus-typing-booster-1.4.8.tar.gz /ibus-typing-booster-1.5.0.tar.gz +/ibus-typing-booster-1.5.1.tar.gz diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 899f041..cc7bce4 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,5 +1,5 @@ Name: ibus-typing-booster -Version: 1.5.0 +Version: 1.5.1 Release: 1%{?dist} Summary: A typing booster engine for the IBus platform License: GPLv3+ @@ -11,6 +11,8 @@ Requires: m17n-lib Requires: python3 >= 3.3 Requires: python3-dbus Requires: python3-enchant +# Recommend a reasonably good font which has most of the emoji: +Recommends: gdouros-symbola-fonts BuildRequires: ibus-devel BuildRequires: python3-devel BuildArch: noarch @@ -30,6 +32,7 @@ make %{?_smp_mflags} %install export PYTHON=%{__python3} make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkgconfigdir=%{_datadir}/pkgconfig +gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.{xml,txt,json} %find_lang %{name} @@ -56,6 +59,18 @@ desktop-file-validate \ %{_datadir}/applications/ibus-setup-typing-booster.desktop %changelog +* Fri Aug 12 2016 Mike FABIAN - 1.5.1-1 +- update to 1.5.1 +- If the query string in EmojiMatcher.candidates() is an emoji + itself, match similar ones (useful when backspacing to an emoji + to correct it) +- Data files should not be stored gzipped in the repository +- Change displayed input method name from “Hunspell” to “Typing Booster” +- Use Zanata to get more translations +- French translations added (100% translated) +- Polish translations added (100% translated) +- Add Recommends: gdouros-symbola-fonts + * Thu Aug 11 2016 Mike FABIAN - 1.5.0-1 - update to 1.5.0 - If the lookup table shows related words, “Escape” shows the diff --git a/sources b/sources index 18bc820..ca502dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -daa82d023f3c974b012b3785c2cfe303 ibus-typing-booster-1.5.0.tar.gz +c965f1b4193c51b2783331ee4a5a0a52 ibus-typing-booster-1.5.1.tar.gz