update to 1.2.15

- Use open() instead of codecs.open() to make the input method help button work again
- Resolves: rhbz#1276992
- fix some pylint warnings
This commit is contained in:
Mike FABIAN 2015-11-02 17:06:05 +09:00
parent a514fd0434
commit 78ab5bcae1
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -44,3 +44,4 @@
/ibus-typing-booster-1.2.12.tar.gz
/ibus-typing-booster-1.2.13.tar.gz
/ibus-typing-booster-1.2.14.tar.gz
/ibus-typing-booster-1.2.15.tar.gz

View File

@ -1,6 +1,6 @@
Name: ibus-typing-booster
Version: 1.2.14
Release: 2%{?dist}
Version: 1.2.15
Release: 1%{?dist}
Summary: A typing booster engine for the IBus platform
License: GPLv3+
Group: System Environment/Libraries
@ -91,6 +91,10 @@ desktop-file-validate \
%{_datadir}/applications/ibus-setup-typing-booster.desktop
%changelog
* Mon Nov 02 2015 Mike FABIAN <mfabian@redhat.com> - 1.2.15-1
- Use open() instead of codecs.open() to make the input method help button work again
- Resolves: rhbz#1276992
* Tue Sep 22 2015 Mike FABIAN <mfabian@redhat.com> - 1.2.14-2
- Fix wrong bug number in changelog
- Resolves: rhbz#1268153

View File

@ -1 +1 @@
0a7615f4b6d8c216d3881bcfbff1777e ibus-typing-booster-1.2.14.tar.gz
6c1d19dfbb5b83b66ddbcc2aef113e6c ibus-typing-booster-1.2.15.tar.gz