[ibus-typing-booster/f19] update to 1.1.0

Mike FABIAN mfabian at fedoraproject.org
Mon Jun 24 17:33:13 UTC 2013


commit 8d0df998b73d63e0d9a902648a61dddfcd1399b3
Author: Mike FABIAN <mfabian at redhat.com>
Date:   Mon Jun 24 17:12:06 2013 +0200

    update to 1.1.0
    
    - Add a commit=True parameter to check_phrase_and_update_frequency()
    - Fix that the page_size is shown as 0 in the setup tool if it has not been set before
    - Do not use AUTOINCREMENT
    - Make it possible to exit the setup tool by typing Control-C in the terminal
    - Add feature to read a text file for training the user database
    - Update German translations and .pot file
    - Fix error when the hunspell dictionary for an engine is missing

 .gitignore               |    1 +
 ibus-typing-booster.spec |   12 +++++++++++-
 sources                  |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 545142d..cdea24c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@
 /ibus-typing-booster-1.0.1.tar.gz
 /ibus-typing-booster-1.0.2.tar.gz
 /ibus-typing-booster-1.0.3.tar.gz
+/ibus-typing-booster-1.1.0.tar.gz
diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec
index 0459376..4e7db42 100644
--- a/ibus-typing-booster.spec
+++ b/ibus-typing-booster.spec
@@ -1,5 +1,5 @@
 Name:       ibus-typing-booster
-Version:    1.0.3
+Version:    1.1.0
 Release:    1%{?dist}
 Summary:    A typing booster engine for the IBus platform
 License:    GPLv3+
@@ -74,6 +74,16 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true  INSTALL="install -p"   pkg
 %{_datadir}/applications/ibus-setup-typing-booster.desktop
 
 %changelog
+* 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()
+- Fix that the page_size is shown as 0 in the setup tool if it has not been set before
+- Do not use AUTOINCREMENT
+- Make it possible to exit the setup tool by typing Control-C in the terminal
+- Add feature to read a text file for training the user database
+- Update German translations and .pot file
+- Fix error when the hunspell dictionary for an engine is missing
+
 * Tue Jun 18 2013 Mike FABIAN <mfabian at redhat.com> - 1.0.3-1
 - Update to 1.0.3 upstream version
 - Don’t output page_size in “/usr/libexec/ibus-engine-typing-booster --xml” (Resolves: rhbz#975449 - ibus-daemon prints warnings because “/usr/libexec/ibus-engine-typing-booster --xml” prints the invalid element “page_size”)
diff --git a/sources b/sources
index 3505b48..69759e8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-03c0992a9cf5b8a0ba43b6dba93966ff  ibus-typing-booster-1.0.3.tar.gz
+4ba0c9dc0067be802dd0cd00c4d9b6bd  ibus-typing-booster-1.1.0.tar.gz


More information about the scm-commits mailing list