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:
parent
b5ef7e8d93
commit
4428a9136d
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@
|
|||||||
/ibus-typing-booster-1.2.8.tar.gz
|
/ibus-typing-booster-1.2.8.tar.gz
|
||||||
/ibus-typing-booster-1.2.9.tar.gz
|
/ibus-typing-booster-1.2.9.tar.gz
|
||||||
/ibus-typing-booster-1.2.10.tar.gz
|
/ibus-typing-booster-1.2.10.tar.gz
|
||||||
|
/ibus-typing-booster-1.2.11.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 1.2.10
|
Version: 1.2.11
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A typing booster engine for the IBus platform
|
Summary: A typing booster engine for the IBus platform
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -55,6 +55,12 @@ desktop-file-validate \
|
|||||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user