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)
This commit is contained in:
Mike FABIAN 2014-09-24 11:35:39 +02:00
parent b5ef7e8d93
commit 4428a9136d
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <mfabian@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)
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
ceddf27cad6defc3064bdc24bac83e82 ibus-typing-booster-1.2.10.tar.gz
052da615251eac2b8416d68437c578fe ibus-typing-booster-1.2.11.tar.gz