Update to 2.22.5
- Remove `xml:lang="en"` from the screenshots in appdata.xml (See: https://github.com/ximion/appstream/issues/494) - Improve regexp for parsing description out of of .mim files (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/440) - Setup tool: scale input method icons correctly (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/441) - Update emoji annotations from CLDR - Get version information of m17n-db (Needed for test cases depending on the version of m17n-db) - Skip m17n_translit test cases when m17n-db is too old
This commit is contained in:
parent
0a3f558580
commit
92ea40edc4
1
.gitignore
vendored
1
.gitignore
vendored
@ -303,3 +303,4 @@
|
||||
/ibus-typing-booster-2.22.2.tar.gz
|
||||
/ibus-typing-booster-2.22.3.tar.gz
|
||||
/ibus-typing-booster-2.22.4.tar.gz
|
||||
/ibus-typing-booster-2.22.5.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.22.4
|
||||
Release: 2%{?dist}
|
||||
Version: 2.22.5
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPL-3.0-or-later AND Apache-2.0
|
||||
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
||||
@ -250,6 +250,19 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Tue May 09 2023 Mike FABIAN <mfabian@redhat.com> - 2.22.5-1
|
||||
- Update to 2.22.5
|
||||
- Remove `xml:lang="en"` from the screenshots in appdata.xml
|
||||
(See: https://github.com/ximion/appstream/issues/494)
|
||||
- Improve regexp for parsing description out of of .mim files
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/440)
|
||||
- Setup tool: scale input method icons correctly
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/441)
|
||||
- Update emoji annotations from CLDR
|
||||
- Get version information of m17n-db
|
||||
(Needed for test cases depending on the version of m17n-db)
|
||||
- Skip m17n_translit test cases when m17n-db is too old
|
||||
|
||||
* Thu Apr 27 2023 Mike FABIAN <mfabian@redhat.com> - 2.22.4-2
|
||||
- Use both appstreamcli and appstream-util for validation of the metainfo files
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.22.4.tar.gz) = 1da2d23c33f991b67127ba0df5d6e630252b66fe0c1bdb4018cf8c495146ec32f72a3d25998a511cebdf3b0d41583b19e8d2706b08faa3cacddd56327602c09a
|
||||
SHA512 (ibus-typing-booster-2.22.5.tar.gz) = 1dd9942b1d77eb48ac967c53882d83228e8a7ff25dc7bdff2f624d0dd731b5ee511631cd6759bf35e4e7b3093e4831c1996fcbe69cc4435fde9412514656dc89
|
||||
|
Loading…
Reference in New Issue
Block a user