update to 0.0.18 upstream version

- Resolves: #871056
- Save setup option “Enable suggestions by Tab Key” correctly in dconf
This commit is contained in:
Mike FABIAN 2012-10-31 16:36:51 +01:00
parent 1017f4a9d6
commit 9bf6440abc
3 changed files with 13 additions and 3 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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 <mfabian@redhat.com> - 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 <mfabian@redhat.com> - 0.0.16-1
- Update to 0.0.16 upstream version
- Resolves: #869687

View File

@ -1 +1 @@
47d4ed5953088191016792f1690d2b61 ibus-typing-booster-0.0.16.tar.gz
766a60fb0636acaa9e7dd67f998d8c92 ibus-typing-booster-0.0.18.tar.gz