From d354b704037e8035ca40dc41909aa82494407d85 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: May 14 2013 06:30:12 +0000 Subject: update to 0.0.29 ustream version - Resolves: #962609 - [abrt] ibus-typing-booster-0.0.28-1.fc19: main.py:107:__init__:AttributeError: tabsqlitedb instance has no attribute 'get_ime_property' (Fix setup tool to use the new class for parsing the config files) - Avoid adding duplicates to the database by checking first whether phrase is already there in add_phrase() --- diff --git a/.gitignore b/.gitignore index ea46f16..f223945 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /ibus-typing-booster-0.0.26.tar.gz /ibus-typing-booster-0.0.27.tar.gz /ibus-typing-booster-0.0.28.tar.gz +/ibus-typing-booster-0.0.29.tar.gz diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 5dc3201..cd85070 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,5 +1,5 @@ Name: ibus-typing-booster -Version: 0.0.28 +Version: 0.0.29 Release: 1%{?dist} Summary: A typing booster engine for the IBus platform License: GPLv3+ @@ -74,6 +74,11 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg %{_datadir}/applications/ibus-setup-typing-booster.desktop %changelog +* Tue May 14 2013 Mike FABIAN - 0.0.29-1 +- Update to 0.0.29 upstream version +- Resolves: #962609 - [abrt] ibus-typing-booster-0.0.28-1.fc19: main.py:107:__init__:AttributeError: tabsqlitedb instance has no attribute 'get_ime_property' (Fix setup tool to use the new class for parsing the config files) +- Avoid adding duplicates to the database by checking first whether phrase is already there in add_phrase() + * Fri May 10 2013 Mike FABIAN - 0.0.28-1 - Update to 0.0.28 upstream version - Resolves: #961923 - python /usr/share/ibus-typing-booster/engine/main.py --xml is extremely slow when many hunspell dictionaries are installed diff --git a/sources b/sources index f5a52f7..2590984 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd83fc32fdc479bb32df6df20f2bb455 ibus-typing-booster-0.0.28.tar.gz +b0a0a0ada535f9c350841633db361ebe ibus-typing-booster-0.0.29.tar.gz