diff --git a/.gitignore b/.gitignore index 6404c87..fa798a6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /ibus-typing-booster-0.0.13.tar.gz /ibus-typing-booster-0.0.14.tar.gz /ibus-typing-booster-0.0.15.tar.gz +/ibus-typing-booster-0.0.16.tar.gz diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 9d5f6ba..9e54b47 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,5 +1,5 @@ Name: ibus-typing-booster -Version: 0.0.15 +Version: 0.0.16 Release: 1%{?dist} Summary: The Table engine for IBus platform License: GPLv2+ @@ -71,6 +71,13 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg %{_datadir}/applications/ibus-setup-typing-booster.desktop %changelog +* Wed Oct 24 2012 Mike FABIAN - 0.0.16-1 +- Update to 0.0.16 upstream version +- Resolves: #869687 +- Make enabling the lookup table with the TAB key work correctly +- Simplify code in add_input() +- Make German input typed in NFD work + * Mon Oct 22 2012 Mike FABIAN - 0.0.15-1 - Update to 0.0.15 upstream version - Resolves: #869050 diff --git a/sources b/sources index 390e016..5bf7e0a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d716a8045a810c5862feb17e57db7585 ibus-typing-booster-0.0.15.tar.gz +47d4ed5953088191016792f1690d2b61 ibus-typing-booster-0.0.16.tar.gz