forked from pool/ibus-typing-booster
Accepting request 991760 from home:mike-fabian
update to 2.18.6 OBS-URL: https://build.opensuse.org/request/show/991760 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=183
This commit is contained in:
parent
e9c50b91b9
commit
65d9108b22
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b9ab87a8654cf1d7f1edbda94e34cd3dec5e049a4d718c725312073c2597cd6a
|
|
||||||
size 10844878
|
|
3
ibus-typing-booster-2.18.6.tar.gz
Normal file
3
ibus-typing-booster-2.18.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a44023c886be6fe4a3206bbe57550f83b65cad5cae21b1d75aba5ffaeb01c428
|
||||||
|
size 10970204
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 30 00:40:38 UTC 2022 - maiku.fabian@gmail.com
|
||||||
|
|
||||||
|
- Update to 2.18.6
|
||||||
|
- Avoid selection changed events when clearing the shortcut treeview
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/355)
|
||||||
|
- Correctly remember how often user shortcuts were used
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/353)
|
||||||
|
- Update emoji data files for current Unicode 15.0 DRAFT
|
||||||
|
- Update UnicodeData.txt to UnicodeData-15.0.0d6.txt
|
||||||
|
- Update emoji annotations from CLDR
|
||||||
|
- Use AT-SPI first to get the active window only on wayland, on X11 use xprop immediately
|
||||||
|
- Translation update from Weblate (sv updated to 100%)
|
||||||
|
- do not use appstream-util in the check section of the .spec file,
|
||||||
|
appstream-util is unmaintained.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 27 02:56:29 UTC 2022 - maiku.fabian@gmail.com
|
Wed Jul 27 02:56:29 UTC 2022 - maiku.fabian@gmail.com
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 2.18.4
|
Version: 2.18.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An input completion utility
|
Summary: An input completion utility
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@ -121,8 +121,9 @@ cp -p inscript2/icons/* %{buildroot}%{_datadir}/m17n/icons
|
|||||||
%check
|
%check
|
||||||
export LC_ALL=en_US.UTF-8
|
export LC_ALL=en_US.UTF-8
|
||||||
export M17NDIR=%{buildroot}%{_datadir}/m17n/
|
export M17NDIR=%{buildroot}%{_datadir}/m17n/
|
||||||
#appstreamcli validate --pedantic --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
%if 0%{?suse_version} > 1520
|
||||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
appstreamcli validate --pedantic --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||||
|
%endif
|
||||||
desktop-file-validate \
|
desktop-file-validate \
|
||||||
%{buildroot}%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
%{buildroot}%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||||
desktop-file-validate \
|
desktop-file-validate \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user