Update to 2.23.0
- Translation update from Weblate (de 100%, ka 100%, nl 100%, sv 100%, uk 100%) - configure.ac: add a warning about not using /usr/local as the prefix (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/444) - Add an option to convert language specific digits to ASCII (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/445) - Strip entered autosettings value for boolean values - Update emoji annotations from CLDR
This commit is contained in:
parent
92ea40edc4
commit
1fcdcc7588
5
.gitignore
vendored
5
.gitignore
vendored
@ -304,3 +304,8 @@
|
||||
/ibus-typing-booster-2.22.3.tar.gz
|
||||
/ibus-typing-booster-2.22.4.tar.gz
|
||||
/ibus-typing-booster-2.22.5.tar.gz
|
||||
/ibus-typing-booster-2.22.6.tar.gz
|
||||
/ibus-typing-booster-2.22.7.tar.gz
|
||||
/ibus-typing-booster-2.22.8.tar.gz
|
||||
/ibus-typing-booster-2.22.9.tar.gz
|
||||
/ibus-typing-booster-2.23.0.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.22.5
|
||||
Version: 2.23.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPL-3.0-or-later AND Apache-2.0
|
||||
@ -123,7 +123,7 @@ Unicode symbols.
|
||||
|
||||
%build
|
||||
export PYTHON=%{__python3}
|
||||
%configure --disable-static --disable-additional --enable-installed-tests
|
||||
%configure --disable-static --enable-installed-tests
|
||||
%make_build
|
||||
|
||||
%install
|
||||
@ -250,6 +250,16 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Wed Jun 28 2023 Mike FABIAN <mfabian@redhat.com> - 2.23.0-1
|
||||
- Update to 2.23.0
|
||||
- Translation update from Weblate (de 100%, ka 100%, nl 100%, sv 100%, uk 100%)
|
||||
- configure.ac: add a warning about not using /usr/local as the prefix
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/444)
|
||||
- Add an option to convert language specific digits to ASCII
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/445)
|
||||
- Strip entered autosettings value for boolean values
|
||||
- Update emoji annotations from CLDR
|
||||
|
||||
* 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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.22.5.tar.gz) = 1dd9942b1d77eb48ac967c53882d83228e8a7ff25dc7bdff2f624d0dd731b5ee511631cd6759bf35e4e7b3093e4831c1996fcbe69cc4435fde9412514656dc89
|
||||
SHA512 (ibus-typing-booster-2.23.0.tar.gz) = 29301fc2dbfe65b8ded077e0ea07b9ce350576659b0c5e2e69a1bd8a339656bf418db28200f1ec0f971248edb1691b7e0095d58842d93e35db64a1a4d0b10db0
|
||||
|
Loading…
Reference in New Issue
Block a user