Hello community,

here is the log from the commit of package ibus-typing-booster for 
openSUSE:Factory checked in at 2020-05-26 17:19:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus-typing-booster (Old)
 and      /work/SRC/openSUSE:Factory/.ibus-typing-booster.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibus-typing-booster"

Tue May 26 17:19:26 2020 rev:38 rq:808050 version:2.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus-typing-booster/ibus-typing-booster.changes  
2020-05-14 23:28:30.833468012 +0200
+++ 
/work/SRC/openSUSE:Factory/.ibus-typing-booster.new.2738/ibus-typing-booster.changes
        2020-05-26 17:19:45.040030313 +0200
@@ -1,0 +2,17 @@
+Wed May 20 17:20:29 UTC 2020 - [email protected]
+
+- Update to 2.9.0
+- Translation updates from Weblate for de, ja, pl, tr, uk, zh_CN
+- Update ibus-typing-booster.pot (Some new translatable strings, tooltips for 
2 new buttons)
+- Improve matching of keybindings, consider IBus.ModifierType.MODIFIER_MASK
+  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/94)
+- Show the list of dictionaries in the setup tool only if it is more than just 
['None']
+- If a real dictionary is added in the setup tool, remove dummy dictionary 
'None'.
+- Add black flag for the special dummy dictionary 'None'
+- Add doctests to check that the special dictionary 'None' is handled correctly
+- When the list of imes or dictionaries is emptied by the user, set it to 
'NoIME' or 'None'
+  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/98)
+- Add "Set to default" buttons for the list of input methods and dictionaries
+- Remove the special candidate which is shown when a dictionary is missing
+
+-------------------------------------------------------------------

Old:
----
  ibus-typing-booster-2.8.3.tar.gz

New:
----
  ibus-typing-booster-2.9.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ibus-typing-booster.spec ++++++
--- /var/tmp/diff_new_pack.mN4gJ7/_old  2020-05-26 17:19:46.508033469 +0200
+++ /var/tmp/diff_new_pack.mN4gJ7/_new  2020-05-26 17:19:46.512033478 +0200
@@ -15,7 +15,7 @@
 #
 
 Name:           ibus-typing-booster
-Version:        2.8.3
+Version:        2.9.0
 Release:        0 
 Summary:        An input completion utility
 License:        GPL-3.0+
@@ -152,11 +152,30 @@
 dconf dump /
 export DISPLAY=:1
 Xvfb $DISPLAY -screen 0 1024x768x16 &
-sleep 1
-make -C tests run_tests
-pushd tests
-    ./run_tests
-popd
+# A window manager and and ibus-daemon are needed to run the GUI
+# test tests/test_gtk.py, for example i3 can be used.
+#
+# To debug what is going on if there is a problem with the GUI test
+# add BuildRequires: x11vnc and start a vnc server:
+#
+#     x11vnc -display $DISPLAY -unixsock /tmp/mysock -bg -nopw -listen 
localhost -xkb
+#
+# Then one can view what is going on outside of the chroot with vncviewer:
+#
+#     vncviewer /var/lib/mock/fedora-32-x86_64/root/tmp/mysock
+#
+# The GUI test will be skipped if XDG_SESSION_TYPE is not x11 or wayland.
+#
+#ibus-daemon -drx
+#touch /tmp/i3config
+#i3 -c /tmp/i3config &
+#export XDG_SESSION_TYPE=x11
+
+make check && rc=0 || rc=1
+cat tests/*.log
+if [ $rc != 0 ] ; then
+    exit $rc
+fi
 
 %post
 [ -x %{_bindir}/ibus ] && \

++++++ ibus-typing-booster-2.8.3.tar.gz -> ibus-typing-booster-2.9.0.tar.gz 
++++++
/work/SRC/openSUSE:Factory/ibus-typing-booster/ibus-typing-booster-2.8.3.tar.gz 
/work/SRC/openSUSE:Factory/.ibus-typing-booster.new.2738/ibus-typing-booster-2.9.0.tar.gz
 differ: char 12, line 1


Reply via email to