#12 Update to 1.13.6
Closed 2 years ago by mfabian. Opened 2 years ago by mfabian.
rpms/ mfabian/ibus-table rawhide  into  rawhide

file modified
+3
@@ -71,3 +71,6 @@ 

  /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

file modified
+15 -2
@@ -1,12 +1,14 @@ 

  Name:       ibus-table

- Version:    1.13.3

- Release:    2%{?dist}

+ Version:    1.13.6

+ 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
@@ -139,6 +141,17 @@ 

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

  

  %changelog

+ * Mon Jul 19 2021 Mike FABIAN <mfabian@redhat.com> - 1.13.6-1

+ - Update to 1.13.6

+ - 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.13.6.tar.gz) = 0cf70195c3d629edc36b32f5fa4fc3a850e46e6747c45d36b5707fc50d53a45483c734cf844d0da7ff5de5d5591b1629de709adcee883df9d9d1976aca1bf648

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 closed by mfabian

2 years ago