From 009c21ca96d35e0f3ab953d64c5b03ba99870f1568422acb7f0faca46c6f5195 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 25 Apr 2017 05:50:56 +0000 Subject: [PATCH] Accepting request 490889 from home:mike-fabian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update to 1.5.32 - Fix error when starting emoji-picker when the “recently-used” does not yet exist - Update emojione.json to version 3.0 - Add the data from CLDR common/annotationsDerived - Load also the CLDR annotations from “annotationsDerived” OBS-URL: https://build.opensuse.org/request/show/490889 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=15 --- ibus-typing-booster-1.5.31.tar.gz | 3 --- ibus-typing-booster-1.5.32.tar.gz | 3 +++ ibus-typing-booster.changes | 9 +++++++++ ibus-typing-booster.spec | 6 ++++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 ibus-typing-booster-1.5.31.tar.gz create mode 100644 ibus-typing-booster-1.5.32.tar.gz diff --git a/ibus-typing-booster-1.5.31.tar.gz b/ibus-typing-booster-1.5.31.tar.gz deleted file mode 100644 index efcf243..0000000 --- a/ibus-typing-booster-1.5.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a09637cbeaf97653beb529ab626805aa2f55f271bebc8d27a195d9115c922872 -size 3715377 diff --git a/ibus-typing-booster-1.5.32.tar.gz b/ibus-typing-booster-1.5.32.tar.gz new file mode 100644 index 0000000..7a7b260 --- /dev/null +++ b/ibus-typing-booster-1.5.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc85e6913bd249c5fa94f4451f6ddc58031e2e0381563d9e26584f7b85a70e4f +size 5114796 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index f90b1e3..68eb020 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Apr 24 17:11:23 UTC 2017 - maiku.fabian@gmail.com + +- update to 1.5.32 +- Fix error when starting emoji-picker when the “recently-used” does not yet exist +- Update emojione.json to version 3.0 +- Add the data from CLDR common/annotationsDerived +- Load also the CLDR annotations from “annotationsDerived” + ------------------------------------------------------------------- Tue Apr 18 10:00:19 UTC 2017 - maiku.fabian@gmail.com diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 6f9fbb2..b62cffc 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.31 +Version: 1.5.32 Release: 1%{?dist} Summary: A completion input method License: GPL-3.0+ @@ -84,7 +84,9 @@ 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} +gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.{txt,json} +gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/annotations/*.xml +gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/annotationsDerived/*.xml #install inscript2 keymaps mkdir -p $RPM_BUILD_ROOT%{_datadir}/m17n/icons