Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/ibus-typing-booster.git#09367556ea739702d7918080419843d1ed8a9c83
This commit is contained in:
parent
4d7823322e
commit
24899f84c6
1
.gitignore
vendored
1
.gitignore
vendored
@ -151,3 +151,4 @@
|
|||||||
/ibus-typing-booster-2.10.1.tar.gz
|
/ibus-typing-booster-2.10.1.tar.gz
|
||||||
/ibus-typing-booster-2.10.2.tar.gz
|
/ibus-typing-booster-2.10.2.tar.gz
|
||||||
/ibus-typing-booster-2.10.3.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
|
Name: ibus-typing-booster
|
||||||
Version: 2.10.3
|
Version: 2.10.4
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPLv3+, ASL 2.0
|
License: GPLv3+, ASL 2.0
|
||||||
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
||||||
@ -46,7 +46,6 @@ BuildRequires: python3-libvoikko
|
|||||||
BuildRequires: appstream
|
BuildRequires: appstream
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: python3-mock
|
|
||||||
BuildRequires: python3-gobject
|
BuildRequires: python3-gobject
|
||||||
BuildRequires: python3-gobject-base
|
BuildRequires: python3-gobject-base
|
||||||
BuildRequires: hunspell-cs
|
BuildRequires: hunspell-cs
|
||||||
@ -81,6 +80,8 @@ input method to speedup typing.
|
|||||||
%package tests
|
%package tests
|
||||||
Summary: Tests for the %{name} package
|
Summary: Tests for the %{name} package
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: gnome-desktop-testing
|
||||||
|
Requires: ibus-desktop-testing
|
||||||
|
|
||||||
%description tests
|
%description tests
|
||||||
The %{name}-tests package contains tests that can be used to verify
|
The %{name}-tests package contains tests that can be used to verify
|
||||||
@ -231,6 +232,12 @@ fi
|
|||||||
%{_datadir}/applications/emoji-picker.desktop
|
%{_datadir}/applications/emoji-picker.desktop
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- 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:
|
role_pkgs_req:
|
||||||
|
- gnome-desktop-testing
|
||||||
|
- ibus-desktop-testing
|
||||||
- rsync
|
- rsync
|
||||||
- xorg-x11-server-Xvfb
|
- xorg-x11-server-Xvfb
|
||||||
- m17n-lib
|
- m17n-lib
|
||||||
@ -6,7 +8,6 @@ role_pkgs_req:
|
|||||||
- python3-enchant
|
- python3-enchant
|
||||||
- libappstream-glib
|
- libappstream-glib
|
||||||
- desktop-file-utils
|
- desktop-file-utils
|
||||||
- python3-mock
|
|
||||||
- python3-gobject
|
- python3-gobject
|
||||||
- python3-gobject-base
|
- python3-gobject-base
|
||||||
- hunspell-cs
|
- hunspell-cs
|
||||||
|
Loading…
Reference in New Issue
Block a user