Update to 2.21.4
- Memoize instances of the Dictionary class (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/425)
This commit is contained in:
parent
31eeb2e70a
commit
881d9f0aee
1
.gitignore
vendored
1
.gitignore
vendored
@ -293,3 +293,4 @@
|
||||
/ibus-typing-booster-2.21.1.tar.gz
|
||||
/ibus-typing-booster-2.21.2.tar.gz
|
||||
/ibus-typing-booster-2.21.3.tar.gz
|
||||
/ibus-typing-booster-2.21.4.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.21.3
|
||||
Version: 2.21.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPL-3.0-or-later AND Apache-2.0
|
||||
@ -154,7 +154,8 @@ export PYTHON=%{__python3}
|
||||
|
||||
%check
|
||||
export LC_ALL=C.UTF-8
|
||||
%if 0%{?fedora}
|
||||
%if 0%{?fedora} <= 37
|
||||
# broken on f38 and f39, see: https://bugzilla.redhat.com/show_bug.cgi?id=2171887
|
||||
appstreamcli validate --pedantic --no-net %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||
%endif
|
||||
desktop-file-validate \
|
||||
@ -248,6 +249,11 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Mon Feb 20 2023 Mike FABIAN <mfabian@redhat.com> - 2.21.4-1
|
||||
- Update to 2.21.4
|
||||
- Memoize instances of the Dictionary class
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/425)
|
||||
|
||||
* Sun Feb 12 2023 Mike FABIAN <mfabian@redhat.com> - 2.21.3-1
|
||||
- Update to 2.21.3
|
||||
- Update emoji annotations from CLDR
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.21.3.tar.gz) = a9a78b0b7d285982890eae30a562c642e9f746622119a968eebce3312d53211841c9e105942862e05548b1bfad1dbf1da033e341eb51f3fdde1c45a165d38649
|
||||
SHA512 (ibus-typing-booster-2.21.4.tar.gz) = 26dbc8cee8e6a6ec0414fc3e2f26298665030babed7f7dba7f52b5260b9aba511ab456fe49fb779f66b66b4db9fbe81faeec8692ad8a101e518d6fcf80189fd8
|
||||
|
Loading…
Reference in New Issue
Block a user