From 3c4e85d9235cbc4e437768056d6d4ad246db36d4 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Jul 21 2021 12:48:50 +0000 Subject: Update to 1.14.0 - Add option to set dynamic adjust at runtime - Resolves: https://github.com/mike-fabian/ibus-table/issues/70 - Also add a button to forget all the data learned by typing and selecting candidates. - Add options to play sound file on error - Resolves: https://github.com/kaio/ibus-table/issues/75 - Use checkbuttons instead of [Yes/No] comboboxes - Hide options which make no sense for certain tables instead of just graying them out - Add “Recommends: python3-simpleaudio” (Without that the new sound option is ignored) --- diff --git a/.gitignore b/.gitignore index 8f7ce28..fbe9bd2 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,8 @@ ibus-table-1.3.0.20100621.tar.gz /ibus-table-1.13.1.tar.gz /ibus-table-1.13.2.tar.gz /ibus-table-1.13.3.tar.gz +/ibus-table-1.13.4.tar.gz +/ibus-table-1.13.5.tar.gz +/ibus-table-1.13.6.tar.gz +/ibus-table-1.13.7.tar.gz +/ibus-table-1.14.0.tar.gz diff --git a/ibus-table.spec b/ibus-table.spec index d5387a7..eb21a8b 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,12 +1,14 @@ Name: ibus-table -Version: 1.13.3 -Release: 2%{?dist} +Version: 1.14.0 +Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ URL: http://code.google.com/p/ibus/ Source0: https://github.com/mike-fabian/ibus-table/releases/download/%{version}/%{name}-%{version}.tar.gz Requires: ibus > 1.3.0 %{?__python3:Requires: %{__python3}} +# To play a sound on error: +Recommends: python3-simpleaudio BuildRequires: gcc BuildRequires: ibus-devel > 1.3.0 BuildRequires: python3-devel @@ -14,6 +16,7 @@ BuildRequires: python3-devel %if 0%{?fedora} BuildRequires: appstream %endif +BuildRequires: docbook-utils BuildRequires: libappstream-glib BuildRequires: desktop-file-utils BuildRequires: python3-gobject @@ -139,6 +142,17 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Wed Jul 21 2021 Mike FABIAN - 1.14.0-1 +- Update to 1.14.0 +- Add option to set dynamic adjust at runtime +- Resolves: https://github.com/mike-fabian/ibus-table/issues/70 +- Also add a button to forget all the data learned by typing and selecting candidates. +- Add options to play sound file on error +- Resolves: https://github.com/kaio/ibus-table/issues/75 +- Use checkbuttons instead of [Yes/No] comboboxes +- Hide options which make no sense for certain tables instead of just graying them out +- Add “Recommends: python3-simpleaudio” (Without that the new sound option is ignored) + * Fri Jun 18 2021 Takao Fujiwara - 1.13.3-2 - Delete ibus write-cache in scriptlet diff --git a/sources b/sources index 2cfeded..894551e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ibus-table-1.13.3.tar.gz) = 2959b2f96c9a490032dafbce2b4164fcc07797ab73e735f26003156a891e1e3760e6a4f42713084b5ce1e408cbe21c3060d99615d898fe50b8d51405dcd42a3b +SHA512 (ibus-table-1.14.0.tar.gz) = 60e570b82c4f05200410e9e4e155089223a20ebcf66d1c039a783108005f63699e75bc528fc30cd370c1400b65e765ade0d069184bd2ab81e2eda9bade2e8ac9