Update to 2.23.2
- Move self._gsettings.connect('changed', self.on_gsettings_value_changed) in __init__() *after* defining self._set_get_functions (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/454) (Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2171140) - Translation update from Weblate (ar 100%) - Update emoji annotations from CLDR - Add m17n-db-devel to BuildRequires to be able to get the version of m17n-db to avoid skipping some test cases unnecessarily
This commit is contained in:
parent
374f4ab9f2
commit
4fd97258c6
1
.gitignore
vendored
1
.gitignore
vendored
@ -310,3 +310,4 @@
|
||||
/ibus-typing-booster-2.22.9.tar.gz
|
||||
/ibus-typing-booster-2.23.0.tar.gz
|
||||
/ibus-typing-booster-2.23.1.tar.gz
|
||||
/ibus-typing-booster-2.23.2.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.23.1
|
||||
Release: 3%{?dist}
|
||||
Version: 2.23.2
|
||||
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/
|
||||
@ -46,6 +46,7 @@ BuildRequires: python34-devel
|
||||
# for the unit tests
|
||||
BuildRequires: m17n-lib
|
||||
BuildRequires: m17n-db-extras
|
||||
BuildRequires: m17n-db-devel
|
||||
BuildRequires: python3-enchant
|
||||
BuildRequires: enchant2
|
||||
BuildRequires: hunspell-en
|
||||
@ -250,6 +251,17 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Sun Jul 30 2023 Mike FABIAN <mfabian@redhat.com> - 2.23.2-1
|
||||
- Update to 2.23.2
|
||||
- Move self._gsettings.connect('changed', self.on_gsettings_value_changed)
|
||||
in __init__() *after* defining self._set_get_functions
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/454)
|
||||
(Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2171140)
|
||||
- Translation update from Weblate (ar 100%)
|
||||
- Update emoji annotations from CLDR
|
||||
- Add m17n-db-devel to BuildRequires to be able to get the version of m17n-db
|
||||
to avoid skipping some test cases unnecessarily.
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.23.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.23.1.tar.gz) = da87a378fe44639dc99406788c576effa8b63569befde631388e4c88dcf60cc4f4bd5e54d0a116a8cfaf4c89e706611c3a7a8823ffe7581b5c2a01d7995c35ee
|
||||
SHA512 (ibus-typing-booster-2.23.2.tar.gz) = d9f5d08a255858e231471fa2de3575ef9b6b201e10a7ff581de85ee9f99ddc4db27b84f185a3432a9bec8122d08807f5f40cd679c3d8c29d6b4eb02d75b174b8
|
||||
|
Loading…
Reference in New Issue
Block a user