Update to 2.10.4
- Use “from unittest import mock” instead of just “import mock”. - Update emoji annotations from CLDR - Translation update from Weblate for zh_CN (still 100% complete)
This commit is contained in:
parent
81c5359280
commit
09367556ea
1
.gitignore
vendored
1
.gitignore
vendored
@ -151,3 +151,4 @@
|
||||
/ibus-typing-booster-2.10.1.tar.gz
|
||||
/ibus-typing-booster-2.10.2.tar.gz
|
||||
/ibus-typing-booster-2.10.3.tar.gz
|
||||
/ibus-typing-booster-2.10.4.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.10.3
|
||||
Release: 2%{?dist}
|
||||
Version: 2.10.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+, ASL 2.0
|
||||
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
||||
@ -46,7 +46,6 @@ BuildRequires: python3-libvoikko
|
||||
BuildRequires: appstream
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: python3-mock
|
||||
BuildRequires: python3-gobject
|
||||
BuildRequires: python3-gobject-base
|
||||
BuildRequires: hunspell-cs
|
||||
@ -81,6 +80,8 @@ input method to speedup typing.
|
||||
%package tests
|
||||
Summary: Tests for the %{name} package
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: gnome-desktop-testing
|
||||
Requires: ibus-desktop-testing
|
||||
|
||||
%description tests
|
||||
The %{name}-tests package contains tests that can be used to verify
|
||||
@ -231,6 +232,12 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Tue Feb 02 2021 Mike FABIAN <mfabian@redhat.com> - 2.10.4-1
|
||||
- Update to 2.10.4
|
||||
- Use “from unittest import mock” instead of just “import mock”.
|
||||
- Update emoji annotations from CLDR
|
||||
- Translation update from Weblate for zh_CN (still 100% complete)
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.10.3.tar.gz) = b76ab10345dc9d6494b6c33bec92027262f67c75aafc71d97c779304e8ba52c96646f89e355b7c9eb3b4ddc0fec1d313d804593e8aad873953bf20ad60e5d81c
|
||||
SHA512 (ibus-typing-booster-2.10.4.tar.gz) = 5323f0b44fe9a8901d9a0de861c33bc884e0105fb592958326e4cd5edf76ce822a2dd706bd05385f28898efd7a7702f24b5aae7b8f6673951ac0dcee26377a3b
|
||||
|
@ -1,4 +1,6 @@
|
||||
role_pkgs_req:
|
||||
- gnome-desktop-testing
|
||||
- ibus-desktop-testing
|
||||
- rsync
|
||||
- xorg-x11-server-Xvfb
|
||||
- m17n-lib
|
||||
@ -6,7 +8,6 @@ role_pkgs_req:
|
||||
- python3-enchant
|
||||
- libappstream-glib
|
||||
- desktop-file-utils
|
||||
- python3-mock
|
||||
- python3-gobject
|
||||
- python3-gobject-base
|
||||
- hunspell-cs
|
||||
|
Loading…
Reference in New Issue
Block a user