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

Mike FABIAN mfabian at fedoraproject.org
Wed May 29 16:34:00 UTC 2013


commit 0517279b80d5855027cfc605739477006d207ad4
Author: Mike FABIAN <mfabian at redhat.com>
Date:   Wed May 29 15:44:52 2013 +0200

    update to 0.0.31 upstream version
    
    - Resolves: rhbz#968209 - Typing characters which are not explicitly listed as “valid_input_chars” in .conf files in ibus-typing-booster get inserted in a weird position
    - Remove lots of unused and/or useless code
    - Simplify some code
    - Fix the problem that after “page down” the first “arrow down” does not move down in the lookup table
    - Never use “-” or “=” as page up and page down keys
    - Print more useful debug output when an exception happens
    - Replace unencodable characters when asking pyhunspell for suggestions
    - Get dictionary encoding from .aff file
    - Get rid of the the variable “valid_input_chars” (https://bugzilla.redhat.com/show_bug.cgi?id=968209)
    - Remove option “valid_input_chars” from .conf files and template.txt
    - Replace keysym2unichr(key.code) with IBus.keyval_to_unicode(key.code)

 .gitignore               |    1 +
 ibus-typing-booster.spec |   16 +++++++++++++++-
 sources                  |    2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b4c1daa..8c77ea7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /ibus-typing-booster-0.0.28.tar.gz
 /ibus-typing-booster-0.0.29.tar.gz
 /ibus-typing-booster-0.0.30.tar.gz
+/ibus-typing-booster-0.0.31.tar.gz
diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec
index 9acee65..185cc4b 100644
--- a/ibus-typing-booster.spec
+++ b/ibus-typing-booster.spec
@@ -1,5 +1,5 @@
 Name:       ibus-typing-booster
-Version:    0.0.30
+Version:    0.0.31
 Release:    1%{?dist}
 Summary:    A typing booster engine for the IBus platform
 License:    GPLv3+
@@ -74,6 +74,20 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true  INSTALL="install -p"   pkg
 %{_datadir}/applications/ibus-setup-typing-booster.desktop
 
 %changelog
+* Wed May 29 2013 Mike FABIAN <mfabian at redhat.com> - 0.0.31-1
+- Update to 0.0.31 upstream version
+- Resolves: rhbz#968209 - Typing characters which are not explicitly listed as “valid_input_chars” in .conf files in ibus-typing-booster get inserted in a weird position
+- Remove lots of unused and/or useless code
+- Simplify some code
+- Fix the problem that after “page down” the first “arrow down” does not move down in the lookup table
+- Never use “-” or “=” as page up and page down keys
+- Print more useful debug output when an exception happens
+- Replace unencodable characters when asking pyhunspell for suggestions
+- Get dictionary encoding from .aff file
+- Get rid of the the variable “valid_input_chars” (rhbz#968209)
+- Remove option “valid_input_chars” from .conf files and template.txt
+- Replace keysym2unichr(key.code) with IBus.keyval_to_unicode(key.code)
+
 * 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
diff --git a/sources b/sources
index c622fb5..4bfba46 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f49bead0873d7d07146283967a5e5aa  ibus-typing-booster-0.0.30.tar.gz
+e26bd009f54d522d6b5468b53ed970ff  ibus-typing-booster-0.0.31.tar.gz


More information about the scm-commits mailing list