From 78ab5bcae18ff0cd7d8a5eff20cd7834eef20e2f Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 2 Nov 2015 17:06:05 +0900 Subject: [PATCH] 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 --- .gitignore | 1 + ibus-typing-booster.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 17508f5..97cbbcc 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 50c4b9a..5f31334 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -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 - 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 - 1.2.14-2 - Fix wrong bug number in changelog - Resolves: rhbz#1268153 diff --git a/sources b/sources index 64b7174..6892519 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0a7615f4b6d8c216d3881bcfbff1777e ibus-typing-booster-1.2.14.tar.gz +6c1d19dfbb5b83b66ddbcc2aef113e6c ibus-typing-booster-1.2.15.tar.gz