Hello community,
here is the log from the commit of package ibus-typing-booster for
openSUSE:Factory checked in at 2019-03-01 16:48:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus-typing-booster (Old)
and /work/SRC/openSUSE:Factory/.ibus-typing-booster.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ibus-typing-booster"
Fri Mar 1 16:48:11 2019 rev:17 rq:680065 version:2.5.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus-typing-booster/ibus-typing-booster.changes
2019-02-01 11:46:49.708467261 +0100
+++
/work/SRC/openSUSE:Factory/.ibus-typing-booster.new.28833/ibus-typing-booster.changes
2019-03-01 16:48:14.081780710 +0100
@@ -1,0 +2,28 @@
+Tue Feb 26 05:18:56 UTC 2019 - Marguerite Su <[email protected]>
+
+- run time-consuming tests simutaneously via script
+ or tumbleweed will fail due to OBS thought the job
+ was stuck
+
+-------------------------------------------------------------------
+Mon Feb 18 17:59:09 UTC 2019 - [email protected]
+
+- Update to 2.5.3
+- Update translations from zanata (ja, pl updated)
+- Update emoji annotations from CLDR
+- Use “NoIME” instead of “NoIme” as the internal name of the dummy input method
+
+-------------------------------------------------------------------
+Wed Feb 06 14:27:28 UTC 2019 - [email protected]
+
+- Update to 2.5.2
+- Fix test case for selecting non existing candidates for Fedora rawhide
+- Update UnicodeData.txt to current Unicode 12.0 draft
+- Update emoji data to Unicode 12.0 final for 2019
+- Update emoji annotations from CLDR
+- Initialize self.dictionary_sub_properties_prop_list = [] in
self._init_properties()
+ (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/46)
+- Fix test case for case mode change
+- Improve filter for dictionary selection if langtable available
+
+-------------------------------------------------------------------
Old:
----
ibus-typing-booster-2.5.1.tar.gz
New:
----
ibus-typing-booster-2.5.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ibus-typing-booster.spec ++++++
--- /var/tmp/diff_new_pack.IsaoLZ/_old 2019-03-01 16:48:14.989780368 +0100
+++ /var/tmp/diff_new_pack.IsaoLZ/_new 2019-03-01 16:48:14.993780367 +0100
@@ -15,7 +15,7 @@
#
Name: ibus-typing-booster
-Version: 2.5.1
+Version: 2.5.3
Release: 0
Summary: An input completion utility
License: GPL-3.0+
@@ -103,6 +103,19 @@
%find_lang %{name}
+cat << 'EOF' >> engine.sh
+#!/bin/sh
+# run doctests
+pushd engine
+for i in hunspell_suggest.py m17n_translit.py itb_emoji.py itb_util.py; do
+ python3 ${i} &
+done
+popd
+wait
+echo "engine tests passed"
+EOF
+chmod +x engine.sh
+
%check
export LC_ALL=en_US.UTF-8
export M17NDIR=%{buildroot}%{_datadir}/m17n/
@@ -111,13 +124,14 @@
%{buildroot}%{_datadir}/applications/ibus-setup-typing-booster.desktop
desktop-file-validate \
$RPM_BUILD_ROOT%{_datadir}/applications/emoji-picker.desktop
-pushd engine
+time ./engine.sh
+#pushd engine
# run doctests
- python3 hunspell_suggest.py
- python3 m17n_translit.py
- python3 itb_emoji.py
- python3 itb_util.py
-popd
+ #python3 hunspell_suggest.py
+ #python3 m17n_translit.py
+ #python3 itb_emoji.py
+ #python3 itb_util.py
+#popd
mkdir -p /tmp/glib-2.0/schemas/
cp org.freedesktop.ibus.engine.typing-booster.gschema.xml \
/tmp/glib-2.0/schemas/org.freedesktop.ibus.engine.typing-booster.gschema.xml
@@ -129,7 +143,7 @@
dconf write /org/freedesktop/ibus/engine/typing-booster/usedigitsasselectkeys
true
dconf write /org/freedesktop/ibus/engine/typing-booster/addspaceoncommit true
dconf write /org/freedesktop/ibus/engine/typing-booster/tabenable false
-dconf write /org/freedesktop/ibus/engine/typing-booster/inputmethod "'NoIme'"
+dconf write /org/freedesktop/ibus/engine/typing-booster/inputmethod "'NoIME'"
dconf write
/org/freedesktop/ibus/engine/typing-booster/rememberlastusedpreeditime true
dconf write /org/freedesktop/ibus/engine/typing-booster/mincharcomplete 1
dconf write /org/freedesktop/ibus/engine/typing-booster/dictionary "'en_US'"
++++++ ibus-typing-booster-2.5.1.tar.gz -> ibus-typing-booster-2.5.3.tar.gz
++++++
/work/SRC/openSUSE:Factory/ibus-typing-booster/ibus-typing-booster-2.5.1.tar.gz
/work/SRC/openSUSE:Factory/.ibus-typing-booster.new.28833/ibus-typing-booster-2.5.3.tar.gz
differ: char 5, line 1