From 4bcbd2d2d62e7056373084538ed5d984a5774138 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 9 Nov 2016 14:30:35 +0100 Subject: [PATCH] update to 1.5.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Make accent insensitive matching also work in the user database - Add test cases for accent insensitive matching - Add 'No' (Number, Other) to VALID_CATEGORIES to be able to match ¹ U+00B9 SUPERSCRIPT ONE --- .gitignore | 1 + ibus-typing-booster.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 73afe63..45aace3 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,4 @@ /ibus-typing-booster-1.5.7.tar.gz /ibus-typing-booster-1.5.8.tar.gz /ibus-typing-booster-1.5.9.tar.gz +/ibus-typing-booster-1.5.10.tar.gz diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 198d3a4..ad42834 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,5 +1,5 @@ Name: ibus-typing-booster -Version: 1.5.9 +Version: 1.5.10 Release: 1%{?dist} Summary: A typing booster engine for the IBus platform License: GPLv3+ @@ -94,6 +94,13 @@ make check || cat ./tests/test-suite.log %{_datadir}/applications/ibus-setup-typing-booster.desktop %changelog +* Wed Nov 09 2016 Mike FABIAN - 1.5.10-1 +- update to 1.5.10 +- Make accent insensitive matching also work in the user database +- Add test cases for accent insensitive matching +- Add 'No' (Number, Other) to VALID_CATEGORIES to be able to + match ¹ U+00B9 SUPERSCRIPT ONE + * Mon Oct 24 2016 Mike FABIAN - 1.5.9-1 - update to 1.5.9 - Make it possible to use a database in different locations than the default diff --git a/sources b/sources index 8546412..14fe2bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4f18ae23d7472c621aa2d8befc3e2eee ibus-typing-booster-1.5.9.tar.gz +4b686fb215ce4b53b6434d49c70b00c9 ibus-typing-booster-1.5.10.tar.gz