From 24899f84c617cde5f3eb534b0a09123f3e12f42c Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 17 Feb 2021 12:11:28 +0100 Subject: [PATCH] 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 --- .gitignore | 1 + ibus-typing-booster.spec | 13 ++++++++++--- sources | 2 +- .../ibus-desktop-testing-role/defaults/main.yml | 3 ++- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0e5ae4b..d28a29c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index a7bf02e..26de707 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -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 - 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 - 2.10.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 3606119..de74072 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-typing-booster-2.10.3.tar.gz) = b76ab10345dc9d6494b6c33bec92027262f67c75aafc71d97c779304e8ba52c96646f89e355b7c9eb3b4ddc0fec1d313d804593e8aad873953bf20ad60e5d81c +SHA512 (ibus-typing-booster-2.10.4.tar.gz) = 5323f0b44fe9a8901d9a0de861c33bc884e0105fb592958326e4cd5edf76ce822a2dd706bd05385f28898efd7a7702f24b5aae7b8f6673951ac0dcee26377a3b diff --git a/tests/roles/ibus-desktop-testing-role/defaults/main.yml b/tests/roles/ibus-desktop-testing-role/defaults/main.yml index d1205f6..0846ba9 100644 --- a/tests/roles/ibus-desktop-testing-role/defaults/main.yml +++ b/tests/roles/ibus-desktop-testing-role/defaults/main.yml @@ -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