From 4428a9136da3b788798024ab7733c187d6f9c096 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Sep 24 2014 09:45:27 +0000 Subject: 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) --- 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 005e139..c291381 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,6 +1,6 @@ Name: ibus-typing-booster -Version: 1.2.10 -Release: 3%{?dist} +Version: 1.2.11 +Release: 1%{?dist} Summary: A typing booster engine for the IBus platform License: GPLv3+ Group: System Environment/Libraries @@ -55,6 +55,12 @@ desktop-file-validate \ %{_datadir}/applications/ibus-setup-typing-booster.desktop %changelog +* Wed Sep 24 2014 Mike FABIAN - 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) + * Sat Jun 07 2014 Fedora Release Engineering - 1.2.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 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