From 9bf6440abc94c5d39cee012800d42f03529e287a Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 31 Oct 2012 16:36:51 +0100 Subject: [PATCH] update to 0.0.18 upstream version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Resolves: #871056 - Save setup option “Enable suggestions by Tab Key” correctly in dconf --- .gitignore | 2 ++ ibus-typing-booster.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fa798a6..60e6eea 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ /ibus-typing-booster-0.0.14.tar.gz /ibus-typing-booster-0.0.15.tar.gz /ibus-typing-booster-0.0.16.tar.gz +/ibus-typing-booster-0.0.17.tar.gz +/ibus-typing-booster-0.0.18.tar.gz diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 9e54b47..d927847 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,5 +1,5 @@ Name: ibus-typing-booster -Version: 0.0.16 +Version: 0.0.18 Release: 1%{?dist} Summary: The Table engine for IBus platform License: GPLv2+ @@ -61,7 +61,9 @@ make %{?_smp_mflags} %install make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkgconfigdir=%{_datadir}/pkgconfig -%files +%find_lang %{name} + +%files -f %{name}.lang %doc AUTHORS COPYING README %{_datadir}/%{name} %{_datadir}/ibus/component/typing-booster.xml @@ -71,6 +73,12 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg %{_datadir}/applications/ibus-setup-typing-booster.desktop %changelog +* Wed Oct 31 2012 Mike FABIAN - 0.0.18-1 +- Update to 0.0.18 upstream version +- Resolves: #871056 +- Save setup option “Enable suggestions by Tab Key” correctly in dconf (Resolves: #871056) +- Make setup dialog translatable and add German translations + * Wed Oct 24 2012 Mike FABIAN - 0.0.16-1 - Update to 0.0.16 upstream version - Resolves: #869687 diff --git a/sources b/sources index 5bf7e0a..2b657bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -47d4ed5953088191016792f1690d2b61 ibus-typing-booster-0.0.16.tar.gz +766a60fb0636acaa9e7dd67f998d8c92 ibus-typing-booster-0.0.18.tar.gz