From f08b62fc8855fdf98fe6d85ec03438c67317a6dd Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 3 Jul 2013 14:26:35 +0200 Subject: [PATCH] update to 1.2.1 - Pop up a message box when a file has been read to train the database, indicating success or failure (Resolves: rhbz#979933) - Update German translation - Ignore most punctuation characters and mathematical symbols when tokenizing (Resolves: rhbz#979939) --- .gitignore | 1 + ibus-typing-booster.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a3fa648..2fc8906 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /ibus-typing-booster-1.0.3.tar.gz /ibus-typing-booster-1.1.0.tar.gz /ibus-typing-booster-1.2.0.tar.gz +/ibus-typing-booster-1.2.1.tar.gz diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index b38256f..5b34a92 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,5 +1,5 @@ Name: ibus-typing-booster -Version: 1.2.0 +Version: 1.2.1 Release: 1%{?dist} Summary: A typing booster engine for the IBus platform License: GPLv3+ @@ -74,6 +74,12 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg %{_datadir}/applications/ibus-setup-typing-booster.desktop %changelog +* Wed Jul 03 2013 Mike FABIAN - 1.2.1-1 +- Update to 1.2.1 upstream version +- Pop up a message box when a file has been read to train the database, indicating success or failure (Resolves: rhbz#979933) +- Update German translation +- Ignore most punctuation characters and mathematical symbols when tokenizing (Resolves: rhbz#979939) + * Fri Jun 28 2013 Mike FABIAN - 1.2.0-1 - Update to 1.2.0 upstream version - Make TAB when used to enable/disable the lookup table work as a toogle diff --git a/sources b/sources index 922c587..c7e8f4f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ac891a0ec81de6b4b06264f9e999788 ibus-typing-booster-1.2.0.tar.gz +f141d08898bd8fce5a250bfaba1bf375 ibus-typing-booster-1.2.1.tar.gz