Update to 2.7.5
- Add libvoikko support for Finnish - Add support for (almost) arbitrary dead key sequences (suggested by Marko Myllynen)
This commit is contained in:
parent
c32ba551b6
commit
8cc77903fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -129,3 +129,4 @@
|
|||||||
/ibus-typing-booster-2.7.2.tar.gz
|
/ibus-typing-booster-2.7.2.tar.gz
|
||||||
/ibus-typing-booster-2.7.3.tar.gz
|
/ibus-typing-booster-2.7.3.tar.gz
|
||||||
/ibus-typing-booster-2.7.4.tar.gz
|
/ibus-typing-booster-2.7.4.tar.gz
|
||||||
|
/ibus-typing-booster-2.7.5.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%global _python_bytecompile_extra 1
|
%global _python_bytecompile_extra 1
|
||||||
|
|
||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 2.7.4
|
Version: 2.7.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPLv3+, ASL 2.0
|
License: GPLv3+, ASL 2.0
|
||||||
@ -47,6 +47,7 @@ BuildRequires: python34-devel
|
|||||||
BuildRequires: m17n-lib
|
BuildRequires: m17n-lib
|
||||||
BuildRequires: m17n-db-extras
|
BuildRequires: m17n-db-extras
|
||||||
BuildRequires: python3-enchant
|
BuildRequires: python3-enchant
|
||||||
|
BuildRequires: python3-libvoikko
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: python3-gobject
|
BuildRequires: python3-gobject
|
||||||
@ -192,6 +193,12 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 18 2019 Mike FABIAN <mfabian@redhat.com> - 2.7.5-1
|
||||||
|
- Update to 2.7.5
|
||||||
|
- Add libvoikko support for Finnish
|
||||||
|
- Add support for (almost) arbitrary dead key sequences
|
||||||
|
(suggested by Marko Myllynen)
|
||||||
|
|
||||||
* Sat Dec 14 2019 Mike FABIAN <mfabian@redhat.com> - 2.7.4-1
|
* Sat Dec 14 2019 Mike FABIAN <mfabian@redhat.com> - 2.7.4-1
|
||||||
- Update to 2.7.4
|
- Update to 2.7.4
|
||||||
- Updated Portuguese (Brazil) translations from Weblate (100.0% translated)
|
- Updated Portuguese (Brazil) translations from Weblate (100.0% translated)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-2.7.4.tar.gz) = 8e1ac81a0fd29e3af99ce559eac07c7909111a705ec32185c399ff9b503bdd8b0521c2c690da3659f9fdc4d6bfbb3f1199bf01e0fce3a255724f7bc5752fdda5
|
SHA512 (ibus-typing-booster-2.7.5.tar.gz) = a53be8748a07b2d4949e180bd6659c4517325aef698f03679ae070cdef9256274fc3163f97e2fb22fc8b62e59080bd66f66af9f34dd50571e21c5d466e2712b8
|
||||||
|
Loading…
Reference in New Issue
Block a user