update to 1.0.2
- Push context *after* writing the trigram to the database
This commit is contained in:
parent
9c857931db
commit
cbb10eff85
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
|||||||
/ibus-typing-booster-0.0.32.tar.gz
|
/ibus-typing-booster-0.0.32.tar.gz
|
||||||
/ibus-typing-booster-1.0.0.tar.gz
|
/ibus-typing-booster-1.0.0.tar.gz
|
||||||
/ibus-typing-booster-1.0.1.tar.gz
|
/ibus-typing-booster-1.0.1.tar.gz
|
||||||
|
/ibus-typing-booster-1.0.2.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 1.0.1
|
Version: 1.0.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A typing booster engine for the IBus platform
|
Summary: A typing booster engine for the IBus platform
|
||||||
License: GPLv3+
|
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
|
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 14 2013 Mike FABIAN <mfabian@redhat.com> - 1.0.1-1
|
||||||
- Update to 1.0.1 upstream version
|
- Update to 1.0.1 upstream version
|
||||||
- Fix problem when IBUS_TYPING_BOOSTER_DEBUG_LEVEL is not set
|
- Fix problem when IBUS_TYPING_BOOSTER_DEBUG_LEVEL is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user