[ibus-typing-booster/f18] update to 1.0.0 upstream version

Mike FABIAN mfabian at fedoraproject.org
Thu Jun 13 18:13:05 UTC 2013


commit 062af1ed64ceabea09c110d20e300defde306379
Author: Mike FABIAN <mfabian at redhat.com>
Date:   Thu Jun 13 19:22:35 2013 +0200

    update to 1.0.0 upstream version
    
    - Remove mudb and use “Write-Ahead Logging”
    - Introduce an environment variable IBUS_TYPING_BOOSTER_DEBUG_LEVEL for debugging
    - Speed up converting an old database to the current format
    - Make prediction more intelligent by using context of up to 2 previous words
    - Automatically remove whitespace between the last word and a punctuation character ending a sentence

 .gitignore               |    1 +
 ibus-typing-booster.spec |   10 +++++++++-
 sources                  |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 834b197..2efcab8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /ibus-typing-booster-0.0.30.tar.gz
 /ibus-typing-booster-0.0.31.tar.gz
 /ibus-typing-booster-0.0.32.tar.gz
+/ibus-typing-booster-1.0.0.tar.gz
diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec
index 6c5d642..ad7e570 100644
--- a/ibus-typing-booster.spec
+++ b/ibus-typing-booster.spec
@@ -1,5 +1,5 @@
 Name:       ibus-typing-booster
-Version:    0.0.32
+Version:    1.0.0
 Release:    1%{?dist}
 Summary:    A typing booster engine for the IBus platform
 License:    GPLv3+
@@ -74,6 +74,14 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true  INSTALL="install -p"   pkg
 %{_datadir}/applications/ibus-setup-typing-booster.desktop
 
 %changelog
+* Thu Jun 13 2013 Mike FABIAN <mfabian at redhat.com> - 1.0.0-1
+- Update to 1.0.0 upstream version
+- Remove mudb and use “Write-Ahead Logging”
+- Introduce an environment variable IBUS_TYPING_BOOSTER_DEBUG_LEVEL for debugging
+- Speed up converting an old database to the current format
+- Make prediction more intelligent by using context of up to 2 previous words
+- Automatically remove whitespace between the last word and a punctuation character ending a sentence
+
 * Sun Jun 02 2013 Mike FABIAN <mfabian at redhat.com> - 0.0.32-1
 - Update to 0.0.32 upstream version
 - Resolves: rhbz#969847 - Editing in the preëdit of ibus-typing-booster behaves weird, especially with transliteration
diff --git a/sources b/sources
index a7736c1..83334f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a6df71cc1ac58a069d4734432f9d620  ibus-typing-booster-0.0.32.tar.gz
+1fa5836add423140efe88de2c0b6dda6  ibus-typing-booster-1.0.0.tar.gz


More information about the scm-commits mailing list