[ibus-typing-booster/f17] update to 0.0.30 upstream version

Mike FABIAN mfabian at fedoraproject.org
Sun May 26 09:03:26 UTC 2013


commit ffc4611e95abac46a5bb64d2a97f650c98a13478
Author: Mike FABIAN <mfabian at redhat.com>
Date:   Sun May 26 09:48:48 2013 +0200

    update to 0.0.30 upstream version
    
    - simplify database structure and code
    - The Swedish hunspell dictionary is in UTF-8, not ISO-8859-1
    - SQL LIKE should behave case sensitively
    - Do not throw away the input phrase in hunspell_suggest.suggest()
    - Merge candidates which have the same resulting phrase in select_words()
    - Remove phrases always from the user database when typing Alt+Number
    - Sync memory user database “mudb” to disk user database “user_db” on focus out
    - Delete all records from mudb after syncing to user_db
    - Do not prevent phrases of length < 4 to be added to the frequency database
    - Resolves: #966947 - When typing a/ with the da_DK ibus-typing-booster, one gets weird matches like a/ACJSTVW
    - Do not use lang_chars for matching in the hunspell dictionaries, return immediately if input contains a “/” (Resolves: #966947)
    - Remove lang_chars variable
    - Use re.escape() to escape the string typed by the user correctly for use in a regular expression
    - When removing a phrase with Alt+Number, remove it independent of the input_phrase

 .gitignore               |    1 +
 ibus-typing-booster.spec |   19 ++++++++++++++++++-
 sources                  |    2 +-
 3 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f223945..b4c1daa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /ibus-typing-booster-0.0.27.tar.gz
 /ibus-typing-booster-0.0.28.tar.gz
 /ibus-typing-booster-0.0.29.tar.gz
+/ibus-typing-booster-0.0.30.tar.gz
diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec
index 69965a0..9acee65 100644
--- a/ibus-typing-booster.spec
+++ b/ibus-typing-booster.spec
@@ -1,5 +1,5 @@
 Name:       ibus-typing-booster
-Version:    0.0.29
+Version:    0.0.30
 Release:    1%{?dist}
 Summary:    A typing booster engine for the IBus platform
 License:    GPLv3+
@@ -74,6 +74,23 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true  INSTALL="install -p"   pkg
 %{_datadir}/applications/ibus-setup-typing-booster.desktop
 
 %changelog
+* Sun May 26 2013 Mike FABIAN <mfabian at redhat.com> - 0.0.30-1
+- Update to 0.0.30 upstream version
+- simplify database structure and code
+- The Swedish hunspell dictionary is in UTF-8, not ISO-8859-1
+- SQL LIKE should behave case sensitively
+- Do not throw away the input phrase in hunspell_suggest.suggest()
+- Merge candidates which have the same resulting phrase in select_words()
+- Remove phrases always from the user database when typing Alt+Number
+- Sync memory user database “mudb” to disk user database “user_db” on focus out
+- Delete all records from mudb after syncing to user_db
+- Do not prevent phrases of length < 4 to be added to the frequency database
+- Resolves: #966947 - When typing a/ with the da_DK ibus-typing-booster, one gets weird matches like a/ACJSTVW
+- Do not use lang_chars for matching in the hunspell dictionaries, return immediately if input contains a “/” (Resolves: #966947)
+- Remove lang_chars variable
+- Use re.escape() to escape the string typed by the user correctly for use in a regular expression
+- When removing a phrase with Alt+Number, remove it independent of the input_phrase
+
 * Tue May 14 2013 Mike FABIAN <mfabian at redhat.com> - 0.0.29-1
 - Update to 0.0.29 upstream version
 - Resolves: #962609  - [abrt] ibus-typing-booster-0.0.28-1.fc19: main.py:107:__init__:AttributeError: tabsqlitedb instance has no attribute 'get_ime_property' (Fix setup tool to use the new class for parsing the config files)
diff --git a/sources b/sources
index 2590984..c622fb5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b0a0a0ada535f9c350841633db361ebe  ibus-typing-booster-0.0.29.tar.gz
+9f49bead0873d7d07146283967a5e5aa  ibus-typing-booster-0.0.30.tar.gz


More information about the scm-commits mailing list