From a14836c0ae02e8169888d6304e375d986fe7031a Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 20 Nov 2013 13:56:03 +0100 Subject: [PATCH] update to 1.2.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Don’t strip characters with Unicode category “Cf” (Other, format) from tokens (Resolves: rhbz#1032504) --- .gitignore | 1 + ibus-typing-booster.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c25f68c..95fde31 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /ibus-typing-booster-1.2.4.tar.gz /ibus-typing-booster-1.2.5.tar.gz /ibus-typing-booster-1.2.6.tar.gz +/ibus-typing-booster-1.2.7.tar.gz diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index dc5145d..19601d8 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,5 +1,5 @@ Name: ibus-typing-booster -Version: 1.2.6 +Version: 1.2.7 Release: 1%{?dist} Summary: A typing booster engine for the IBus platform License: GPLv3+ @@ -49,6 +49,9 @@ desktop-file-validate \ %{_datadir}/applications/ibus-setup-typing-booster.desktop %changelog +* Wed Nov 20 2013 Mike FABIAN - 1.2.7-1 +- Don’t strip characters with Unicode category “Cf” (Other, format) from tokens (Resolves: rhbz#1032504) + * Thu Nov 14 2013 Mike FABIAN - 1.2.6-1 - Change wording of the option to show the total number of candidates (Resolves: rhbz#1029748) - Commit candidate clicked on with the mouse (Resolves: rhbz#1029822) diff --git a/sources b/sources index d074353..428a1da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0c44cd8a9cbe56bf9894732985864700 ibus-typing-booster-1.2.6.tar.gz +a13ae06fe7c1901d63f2fa84c591b630 ibus-typing-booster-1.2.7.tar.gz