Update to 2.22.1
- Translation update from Weblate (sv 100%) - Fix input of '_' and emoji lookup using '_' for the French BÉPO layout and the German neo2 layout (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/432)
This commit is contained in:
parent
759a0f0988
commit
a7994eb4f4
1
.gitignore
vendored
1
.gitignore
vendored
@ -299,3 +299,4 @@
|
|||||||
/ibus-typing-booster-2.21.7.tar.gz
|
/ibus-typing-booster-2.21.7.tar.gz
|
||||||
/ibus-typing-booster-2.21.8.tar.gz
|
/ibus-typing-booster-2.21.8.tar.gz
|
||||||
/ibus-typing-booster-2.22.0.tar.gz
|
/ibus-typing-booster-2.22.0.tar.gz
|
||||||
|
/ibus-typing-booster-2.22.1.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 2.22.0
|
Version: 2.22.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPL-3.0-or-later AND Apache-2.0
|
License: GPL-3.0-or-later AND Apache-2.0
|
||||||
@ -154,8 +154,8 @@ export PYTHON=%{__python3}
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
export LC_ALL=C.UTF-8
|
export LC_ALL=C.UTF-8
|
||||||
%if 0%{?fedora} <= 37
|
%if 0%{?fedora} <= 35
|
||||||
# broken on f38 and f39, see: https://bugzilla.redhat.com/show_bug.cgi?id=2171887
|
# now broken on f36, f37, f38 and f39, see: https://bugzilla.redhat.com/show_bug.cgi?id=2171887
|
||||||
appstreamcli validate --pedantic --no-net %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
appstreamcli validate --pedantic --no-net %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||||
%endif
|
%endif
|
||||||
desktop-file-validate \
|
desktop-file-validate \
|
||||||
@ -249,6 +249,13 @@ fi
|
|||||||
%{_datadir}/applications/emoji-picker.desktop
|
%{_datadir}/applications/emoji-picker.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 28 2023 Mike FABIAN <mfabian@redhat.com> - 2.22.1-1
|
||||||
|
- Update to 2.22.1
|
||||||
|
- Translation update from Weblate (sv 100%)
|
||||||
|
- Fix input of '_' and emoji lookup using '_' for the French BÉPO layout
|
||||||
|
and the German neo2 layout
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/432)
|
||||||
|
|
||||||
* Mon Feb 27 2023 Mike FABIAN <mfabian@redhat.com> - 2.22.0-1
|
* Mon Feb 27 2023 Mike FABIAN <mfabian@redhat.com> - 2.22.0-1
|
||||||
- Update to 2.22.0
|
- Update to 2.22.0
|
||||||
- Translation update from Weblate (de 100%, ja 37.8%, nl 100%, pl 100%, tr 100%, uk 100%)
|
- Translation update from Weblate (de 100%, ja 37.8%, nl 100%, pl 100%, tr 100%, uk 100%)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-2.22.0.tar.gz) = 3505db69aa295942a4d331288d195f0216252c5470bab713c05100079e775413ef3fd376f06673406b5a04f04d45109899f47ae3ecc90008cfd94500f0b144be
|
SHA512 (ibus-typing-booster-2.22.1.tar.gz) = c979c1e58c038ba6b5a07223e74c080f8d5f2c45b9f60c279aba49bb98c51a13b8922f5c167a2bfd07ccd9c7dbdf56ff784379124f6425ead0d16cc9dd5ced43
|
||||||
|
Loading…
Reference in New Issue
Block a user