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:
parent
a514fd0434
commit
78ab5bcae1
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@
|
|||||||
/ibus-typing-booster-1.2.12.tar.gz
|
/ibus-typing-booster-1.2.12.tar.gz
|
||||||
/ibus-typing-booster-1.2.13.tar.gz
|
/ibus-typing-booster-1.2.13.tar.gz
|
||||||
/ibus-typing-booster-1.2.14.tar.gz
|
/ibus-typing-booster-1.2.14.tar.gz
|
||||||
|
/ibus-typing-booster-1.2.15.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 1.2.14
|
Version: 1.2.15
|
||||||
Release: 2%{?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
|
||||||
@ -91,6 +91,10 @@ desktop-file-validate \
|
|||||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 22 2015 Mike FABIAN <mfabian@redhat.com> - 1.2.14-2
|
||||||
- Fix wrong bug number in changelog
|
- Fix wrong bug number in changelog
|
||||||
- Resolves: rhbz#1268153
|
- Resolves: rhbz#1268153
|
||||||
|
Loading…
Reference in New Issue
Block a user