Update to 2.22.4
- Return empty program_name and window_title in get_active_window_xprop() when xprop results are unexpected (Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2175009) - Update emoji annotations from CLDR - Use appstream-util validate-relax
This commit is contained in:
parent
cbfac2b10f
commit
0d01911496
1
.gitignore
vendored
1
.gitignore
vendored
@ -302,3 +302,4 @@
|
||||
/ibus-typing-booster-2.22.1.tar.gz
|
||||
/ibus-typing-booster-2.22.2.tar.gz
|
||||
/ibus-typing-booster-2.22.3.tar.gz
|
||||
/ibus-typing-booster-2.22.4.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.22.3
|
||||
Version: 2.22.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPL-3.0-or-later AND Apache-2.0
|
||||
@ -62,6 +62,7 @@ BuildRequires: voikko-fi
|
||||
%endif
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: appstream
|
||||
BuildRequires: libappstream-glib
|
||||
%endif
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: python3-gobject
|
||||
@ -154,10 +155,9 @@ export PYTHON=%{__python3}
|
||||
|
||||
%check
|
||||
export LC_ALL=C.UTF-8
|
||||
%if 0%{?fedora} <= 35
|
||||
# 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
|
||||
%endif
|
||||
# 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
|
||||
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 \
|
||||
@ -249,7 +249,14 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Fri Apr 14 2023 Mike FABIAN <mfabian@redhat.com> - 2.22.3-1
|
||||
* Mon Apr 24 2023 Mike FABIAN <mfabian@redhat.com> - 2.22.4-1
|
||||
- Update to 2.22.4
|
||||
- Return empty program_name and window_title in get_active_window_xprop()
|
||||
when xprop results are unexpected
|
||||
(Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2175009)
|
||||
- Update emoji annotations from CLDR
|
||||
- Use appstream-util validate-relax
|
||||
|
||||
- Update to 2.22.3
|
||||
- Apply workaround for committing multiline strings only for '^gtk3-im:(firefox|thunderbird)', i.e. not on Wayland
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/438)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.22.3.tar.gz) = d3ea8825222e1a4c5c3aa64f947e7ffccd7e7fac9489b29126c1f10d560d4f959e1c8b8e718ecfd1367b6bdc698b346e022c4681dbd24a4f91005c579f397a9c
|
||||
SHA512 (ibus-typing-booster-2.22.4.tar.gz) = 1da2d23c33f991b67127ba0df5d6e630252b66fe0c1bdb4018cf8c495146ec32f72a3d25998a511cebdf3b0d41583b19e8d2706b08faa3cacddd56327602c09a
|
||||
|
Loading…
Reference in New Issue
Block a user