From 2f6239f3e2200979c3588b5476d0f00849c962a6 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Fri, 28 Jun 2013 16:58:42 +0200 Subject: [PATCH] update to 1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Make TAB when used to enable/disable the lookup table work as a toogle - Create a VIEW for “LIKE input_phrase%” in select_words() and use that in the following SELECT statements (Makes candidate calculation more than 10 times faster) --- .gitignore | 1 + ibus-typing-booster.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cdea24c..a3fa648 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /ibus-typing-booster-1.0.2.tar.gz /ibus-typing-booster-1.0.3.tar.gz /ibus-typing-booster-1.1.0.tar.gz +/ibus-typing-booster-1.2.0.tar.gz diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 4e7db42..b38256f 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,5 +1,5 @@ Name: ibus-typing-booster -Version: 1.1.0 +Version: 1.2.0 Release: 1%{?dist} Summary: A typing booster engine for the IBus platform License: GPLv3+ @@ -74,6 +74,13 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg %{_datadir}/applications/ibus-setup-typing-booster.desktop %changelog +* Fri Jun 28 2013 Mike FABIAN - 1.2.0-1 +- Update to 1.2.0 upstream version +- Make TAB when used to enable/disable the lookup table work as a toogle +- Create a VIEW for “LIKE input_phrase%” in select_words() and use that + in the following SELECT statements (Makes candidate calculation more + than 10 times faster) + * Mon Jun 24 2013 Mike FABIAN - 1.1.0-1 - Update to 1.1.0 upstream version - Add a commit=True parameter to check_phrase_and_update_frequency() diff --git a/sources b/sources index 69759e8..922c587 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4ba0c9dc0067be802dd0cd00c4d9b6bd ibus-typing-booster-1.1.0.tar.gz +8ac891a0ec81de6b4b06264f9e999788 ibus-typing-booster-1.2.0.tar.gz