[ibus-typing-booster/f19] update to 0.0.28 upstream version

Mike FABIAN mfabian at fedoraproject.org
Fri May 10 19:17:37 UTC 2013


commit 7d6a56689e0182d7f7a8c8b041b149e67a4f8633
Author: Mike FABIAN <mfabian at redhat.com>
Date:   Fri May 10 20:59:11 2013 +0200

    update to 0.0.28 upstream version
    
    - Resolves: #961923 - python /usr/share/ibus-typing-booster/engine/main.py --xml is extremely slow when many hunspell dictionaries are installed
    - Put the input phrase into a single column in the databases instead of using one column for each character
    - Get rid of tab_dict

 .gitignore               |    1 +
 ibus-typing-booster.spec |    8 +++++++-
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 64b15c5..ea46f16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /ibus-typing-booster-0.0.25.tar.gz
 /ibus-typing-booster-0.0.26.tar.gz
 /ibus-typing-booster-0.0.27.tar.gz
+/ibus-typing-booster-0.0.28.tar.gz
diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec
index 8dc4f9a..5dc3201 100644
--- a/ibus-typing-booster.spec
+++ b/ibus-typing-booster.spec
@@ -1,5 +1,5 @@
 Name:       ibus-typing-booster
-Version:    0.0.27
+Version:    0.0.28
 Release:    1%{?dist}
 Summary:    A typing booster engine for the IBus platform
 License:    GPLv3+
@@ -74,6 +74,12 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true  INSTALL="install -p"   pkg
 %{_datadir}/applications/ibus-setup-typing-booster.desktop
 
 %changelog
+* Fri May 10 2013 Mike FABIAN <mfabian at redhat.com> - 0.0.28-1
+- Update to 0.0.28 upstream version
+- Resolves: #961923 - python /usr/share/ibus-typing-booster/engine/main.py --xml is extremely slow when many hunspell dictionaries are installed
+- Put the input phrase into a single column in the databases instead of using one column for each character
+- Get rid of tab_dict
+
 * Mon May 06 2013 Mike FABIAN <mfabian at redhat.com> - 0.0.27-1
 - Update to 0.0.27 upstream version
 - Resolves: #959860 - [as_IN] Wrong keymap name Assami (fix spelling error in language name for Assamese)
diff --git a/sources b/sources
index 73bd1f1..f5a52f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-29fb5217636efb23665186c24413d956  ibus-typing-booster-0.0.27.tar.gz
+bd83fc32fdc479bb32df6df20f2bb455  ibus-typing-booster-0.0.28.tar.gz


More information about the scm-commits mailing list