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.
This commit is contained in:
parent
f3f537afca
commit
b205e84e63
2
.gitignore
vendored
2
.gitignore
vendored
@ -250,3 +250,5 @@
|
||||
/ibus-typing-booster-2.18.2.tar.gz
|
||||
/ibus-typing-booster-2.18.3.tar.gz
|
||||
/ibus-typing-booster-2.18.4.tar.gz
|
||||
/ibus-typing-booster-2.18.5.tar.gz
|
||||
/ibus-typing-booster-2.18.6.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.18.4
|
||||
Version: 2.18.6
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+ and ASL 2.0
|
||||
@ -63,7 +63,6 @@ BuildRequires: voikko-fi
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: appstream
|
||||
%endif
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: python3-gobject
|
||||
BuildRequires: python3-gobject-base
|
||||
@ -156,9 +155,8 @@ export PYTHON=%{__python3}
|
||||
%check
|
||||
export LC_ALL=C.UTF-8
|
||||
%if 0%{?fedora}
|
||||
#appstreamcli validate --pedantic --no-net %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||
appstreamcli validate --pedantic --no-net %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||
%endif
|
||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||
desktop-file-validate \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||
desktop-file-validate \
|
||||
@ -250,6 +248,20 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Sat Jul 30 2022 Mike FABIAN <mfabian@redhat.com> - 2.18.6-1
|
||||
- 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 2022 Mike FABIAN <mfabian@redhat.com> - 2.18.4-1
|
||||
- Update to 2.18.4
|
||||
- Get program name of focused window if do_focus_id doesn’t provide that already
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.18.4.tar.gz) = 12eeb137a6fbfd34689d544fc7cdc300afd93a353379b2f0c36b11bf91fa23ed0d8b24b800028dc139bbbae90fa322730d4f26cf9f438aab13e8b74c4de0f48a
|
||||
SHA512 (ibus-typing-booster-2.18.6.tar.gz) = 7bd43f5a5c8a9b22979c84987e71b2466a7e110da43bd994b541c2f581b81804633983477575e770f2fb075098b9f6d2991da83e7c52632b62083f9704ede056
|
||||
|
Loading…
Reference in New Issue
Block a user