#13 Update to 1.14.0
Merged 2 years ago by mfabian. Opened 2 years ago by mfabian.
rpms/ mfabian/ibus-table rawhide  into  rawhide

file modified
+5
@@ -71,3 +71,8 @@ 

  /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

file modified
+16 -2
@@ -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 @@ 

  %if 0%{?fedora}

  BuildRequires:  appstream

  %endif

+ BuildRequires:  docbook-utils

  BuildRequires:  libappstream-glib

  BuildRequires:  desktop-file-utils

  BuildRequires:  python3-gobject
@@ -139,6 +142,17 @@ 

  %{_datadir}/installed-tests/%{name}

  

  %changelog

+ * Wed Jul 21 2021 Mike FABIAN <mfabian@redhat.com> - 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 <tfujiwar@redhat.com> - 1.13.3-2

  - Delete ibus write-cache in scriptlet

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (ibus-table-1.13.3.tar.gz) = 2959b2f96c9a490032dafbce2b4164fcc07797ab73e735f26003156a891e1e3760e6a4f42713084b5ce1e408cbe21c3060d99615d898fe50b8d51405dcd42a3b

+ SHA512 (ibus-table-1.14.0.tar.gz) = 60e570b82c4f05200410e9e4e155089223a20ebcf66d1c039a783108005f63699e75bc528fc30cd370c1400b65e765ade0d069184bd2ab81e2eda9bade2e8ac9

file modified
-1
@@ -28,7 +28,6 @@ 

    - appstream

    - libappstream-glib

    - desktop-file-utils

-   - python3-mock

    - python3-gobject

    - python3-gobject-base

    - glib2

no initial comment

Pull-Request has been merged by mfabian

2 years ago