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

Mike FABIAN mfabian at fedoraproject.org
Wed Sep 24 11:46:49 UTC 2014


commit e5fee4215c062f44f171b979e908c53bde89eef5
Author: Mike FABIAN <mfabian at redhat.com>
Date:   Wed Sep 24 11:35:39 2014 +0200

    update to 1.2.11
    
    - Require Python >= 3.3
    - Always write xml output in UTF-8 encoding, not in the encoding of the current locale
    - Change class “KeyEvent” to store the keycode as well
    - Commit when hitting the borders of the preëdit with the arrow keys (Resolves: rhbz#1140502)

 .gitignore               |    1 +
 ibus-typing-booster.spec |   10 ++++++++--
 sources                  |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 055ffb5..0c698df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@
 /ibus-typing-booster-1.2.8.tar.gz
 /ibus-typing-booster-1.2.9.tar.gz
 /ibus-typing-booster-1.2.10.tar.gz
+/ibus-typing-booster-1.2.11.tar.gz
diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec
index df085b4..ab45a5c 100644
--- a/ibus-typing-booster.spec
+++ b/ibus-typing-booster.spec
@@ -1,6 +1,6 @@
 Name:       ibus-typing-booster
-Version:    1.2.10
-Release:    2%{?dist}
+Version:    1.2.11
+Release:    1%{?dist}
 Summary:    A typing booster engine for the IBus platform
 License:    GPLv3+
 Group:      System Environment/Libraries
@@ -79,6 +79,12 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true  INSTALL="install -p"   pkg
 %{_datadir}/applications/ibus-setup-typing-booster.desktop
 
 %changelog
+* Wed Sep 24 2014 Mike FABIAN <mfabian at redhat.com> - 1.2.11-1
+- Require Python >= 3.3
+- Always write xml output in UTF-8 encoding, not in the encoding of the current locale
+- Change class “KeyEvent” to store the keycode as well
+- Commit when hitting the borders of the preëdit with the arrow keys (Resolves: rhbz#1140502)
+
 * Mon Mar 17 2014 Mike FABIAN <mfabian at redhat.com> - 1.2.10-2
 - Resolves: rhbz#1075892 update package URL to typingbooster.org
 
diff --git a/sources b/sources
index fe17c59..4cf8cb1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ceddf27cad6defc3064bdc24bac83e82  ibus-typing-booster-1.2.10.tar.gz
+052da615251eac2b8416d68437c578fe  ibus-typing-booster-1.2.11.tar.gz


More information about the scm-commits mailing list