update to 1.0.2

- Push context *after* writing the trigram to the database
This commit is contained in:
Mike FABIAN 2013-06-14 15:19:31 +02:00
parent 9c857931db
commit cbb10eff85
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -26,3 +26,4 @@
/ibus-typing-booster-0.0.32.tar.gz
/ibus-typing-booster-1.0.0.tar.gz
/ibus-typing-booster-1.0.1.tar.gz
/ibus-typing-booster-1.0.2.tar.gz

View File

@ -1,5 +1,5 @@
Name: ibus-typing-booster
Version: 1.0.1
Version: 1.0.2
Release: 1%{?dist}
Summary: A typing booster engine for the IBus platform
License: GPLv3+
@ -74,6 +74,10 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg
%{_datadir}/applications/ibus-setup-typing-booster.desktop
%changelog
* Fri Jun 14 2013 Mike FABIAN <mfabian@redhat.com> - 1.0.2-1
- Update to 1.0.2 upstream version
- Push context *after* writing the trigram to the database
* Fri Jun 14 2013 Mike FABIAN <mfabian@redhat.com> - 1.0.1-1
- Update to 1.0.1 upstream version
- Fix problem when IBUS_TYPING_BOOSTER_DEBUG_LEVEL is not set

View File

@ -1 +1 @@
52d57d70dbf219d9c18895263da05eab ibus-typing-booster-1.0.1.tar.gz
782f768514eed30540c970dd0b7f4a74 ibus-typing-booster-1.0.2.tar.gz