Update to 1.4.20
- Reduce preedit flicker (Resolves: https://github.com/ibus/ibus/issues/2536) - Remove `xml:lang="en"` from the screenshot in appdata.xml See: https://github.com/ximion/appstream/issues/494 There must be one image in the default locale, and there can be some translated ones, but having only translated images is not okay. - Use ibus_text_new_from_string (string) instead of ibus_text_new_from_static_string (string) in ibus_m17n_engine_commit_string() - Add missing g_free (buf) in ibus_m17n_mtext_to_utf8()
This commit is contained in:
parent
dcc41c43ed
commit
5008fdc92b
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ ibus-m17n-1.3.0.tar.gz
|
||||
/ibus-m17n-1.4.17.tar.gz
|
||||
/ibus-m17n-1.4.18.tar.gz
|
||||
/ibus-m17n-1.4.19.tar.gz
|
||||
/ibus-m17n-1.4.20.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global require_ibus_version 1.4.0
|
||||
|
||||
Name: ibus-m17n
|
||||
Version: 1.4.19
|
||||
Release: 2%{?dist}
|
||||
Version: 1.4.20
|
||||
Release: 1%{?dist}
|
||||
Summary: The M17N engine for IBus platform
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/ibus/ibus-m17n
|
||||
@ -63,6 +63,17 @@ make check
|
||||
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.m17n.gschema.xml
|
||||
|
||||
%changelog
|
||||
* Sun Jul 30 2023 Mike FABIAN <mfabian@redhat.com> - 1.4.20-1
|
||||
- Update to 1.4.20
|
||||
- Reduce preedit flicker (Resolves: https://github.com/ibus/ibus/issues/2536)
|
||||
- Remove `xml:lang="en"` from the screenshot in appdata.xml
|
||||
See: https://github.com/ximion/appstream/issues/494
|
||||
There must be one image in the default locale, and there can be some
|
||||
translated ones, but having only translated images is not okay.
|
||||
- Use ibus_text_new_from_string (string) instead of
|
||||
ibus_text_new_from_static_string (string) in ibus_m17n_engine_commit_string()
|
||||
- Add missing g_free (buf) in ibus_m17n_mtext_to_utf8()
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.19-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-m17n-1.4.19.tar.gz) = d859ccd566ec46b0f03cee47dc926bf4608bbe281f62ac9127cd518749a54e7f11bbef573900575f34c1a0d33a55262226132c320acbbabf44b1ff262565702d
|
||||
SHA512 (ibus-m17n-1.4.20.tar.gz) = 10a0b915f0523291167c4364d1b3d732d99c86e6fb0ab28bb17140fd56f3a0b4177f1bcf1ec0bb227de0b44613b20029b96073e00d29573366945a8dd956c300
|
||||
|
Loading…
Reference in New Issue
Block a user