Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ibus-typing-booster for
openSUSE:Factory checked in at 2023-07-31 15:24:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus-typing-booster (Old)
and /work/SRC/openSUSE:Factory/.ibus-typing-booster.new.32662 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ibus-typing-booster"
Mon Jul 31 15:24:18 2023 rev:110 rq:1101510 version:2.23.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus-typing-booster/ibus-typing-booster.changes
2023-05-09 15:20:17.492178281 +0200
+++
/work/SRC/openSUSE:Factory/.ibus-typing-booster.new.32662/ibus-typing-booster.changes
2023-07-31 15:24:20.675315627 +0200
@@ -1,0 +2,37 @@
+Mon Jul 31 12:49:52 UTC 2023 - [email protected]
+
+- Include inscript2 input methods only for suse_version < 1550
+ i.e. do not include it on Tumbleed anymore. Because Tumbleweed
+ has m17n-db-1.8.2 which has the inscript2 input methods already.
+
+-------------------------------------------------------------------
+Sun Jul 30 11:23:12 UTC 2023 - [email protected]
+
+- Update to 2.23.2
+- Move self._gsettings.connect('changed', self.on_gsettings_value_changed)
+ in __init__() *after* defining self._set_get_functions
+ (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/454)
+ (Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2171140)
+- Translation update from Weblate (ar 100%)
+- Update emoji annotations from CLDR
+
+-------------------------------------------------------------------
+Mon Jul 03 20:05:11 UTC 2023 - [email protected]
+
+- Update to 2.23.1
+- Translation update from Weblate (pl 100%)
+- Adapt some test cases to changes in enchant
+
+-------------------------------------------------------------------
+Thu Jun 29 14:31:58 UTC 2023 - [email protected]
+
+- Update to 2.23.0
+- Translation update from Weblate (de 100%, ka 100%, nl 100%, sv 100%, uk 100%)
+- configure.ac: add a warning about not using /usr/local as the prefix
+ (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/444)
+- Add an option to convert language specific digits to ASCII
+ (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/445)
+- Strip entered autosettings value for boolean values
+- Update emoji annotations from CLDR
+
+-------------------------------------------------------------------
Old:
----
ibus-typing-booster-2.22.5.tar.gz
New:
----
ibus-typing-booster-2.23.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ibus-typing-booster.spec ++++++
--- /var/tmp/diff_new_pack.Q4xzMf/_old 2023-07-31 15:24:23.491331884 +0200
+++ /var/tmp/diff_new_pack.Q4xzMf/_new 2023-07-31 15:24:23.495331908 +0200
@@ -17,7 +17,7 @@
Name: ibus-typing-booster
-Version: 2.22.5
+Version: 2.23.2
Release: 0
Summary: An input completion utility
License: GPL-3.0-or-later
@@ -94,12 +94,14 @@
%prep
%setup -q
+%if 0%{?suse_version} < 1550
##extract inscript2 maps
tar xzf %{SOURCE1}
+%endif
%build
export PYTHON=%{_bindir}/python3
-%configure --disable-static --disable-additional --libexecdir=%{_libdir}/ibus
+%configure --disable-static --libexecdir=%{_libdir}/ibus
make %{?_smp_mflags}
%install
@@ -109,10 +111,12 @@
%{buildroot}/%{_datadir}/%{name}/data/annotations/*.xml \
%{buildroot}/%{_datadir}/%{name}/data/annotationsDerived/*.xml
+%if 0%{?suse_version} < 1550
#install inscript2 keymaps
test -d %{buildroot}%{_datadir}/m17n/icons || mkdir -p
%{buildroot}%{_datadir}/m17n/icons
cp -p inscript2/IM/* %{buildroot}%{_datadir}/m17n/
cp -p inscript2/icons/* %{buildroot}%{_datadir}/m17n/icons
+%endif
%suse_update_desktop_file -i -u emoji-picker GTK Utility
@@ -214,9 +218,11 @@
%{_libdir}/ibus/ibus-setup-typing-booster
%{_datadir}/applications/*.desktop
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.typing-booster.gschema.xml
+%if 0%{?suse_version} < 1550
%dir %{_datadir}/m17n
%{_datadir}/m17n/*.mim
%dir %{_datadir}/m17n/icons
%{_datadir}/m17n/icons/*.png
+%endif
%changelog
++++++ ibus-typing-booster-2.22.5.tar.gz -> ibus-typing-booster-2.23.2.tar.gz
++++++
/work/SRC/openSUSE:Factory/ibus-typing-booster/ibus-typing-booster-2.22.5.tar.gz
/work/SRC/openSUSE:Factory/.ibus-typing-booster.new.32662/ibus-typing-booster-2.23.2.tar.gz
differ: char 102, line 2