[ibus-typing-booster/f18] update to 1.2.0

Mike FABIAN mfabian at fedoraproject.org
Fri Jun 28 15:54:15 UTC 2013


commit 026fe56a30bb80027221080146dd36912a13dc8b
Author: Mike FABIAN <mfabian at redhat.com>
Date:   Fri Jun 28 16:58:42 2013 +0200

    update to 1.2.0
    
    - 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 9866d2b..1ad32a7 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 <mfabian at redhat.com> - 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 <mfabian at redhat.com> - 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


More information about the scm-commits mailing list