update to 1.1.0
- Add a commit=True parameter to check_phrase_and_update_frequency() - Fix that the page_size is shown as 0 in the setup tool if it has not been set before - Do not use AUTOINCREMENT - Make it possible to exit the setup tool by typing Control-C in the terminal - Add feature to read a text file for training the user database - Update German translations and .pot file - Fix error when the hunspell dictionary for an engine is missing
This commit is contained in:
parent
e0c7497633
commit
8d0df998b7
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
|||||||
/ibus-typing-booster-1.0.1.tar.gz
|
/ibus-typing-booster-1.0.1.tar.gz
|
||||||
/ibus-typing-booster-1.0.2.tar.gz
|
/ibus-typing-booster-1.0.2.tar.gz
|
||||||
/ibus-typing-booster-1.0.3.tar.gz
|
/ibus-typing-booster-1.0.3.tar.gz
|
||||||
|
/ibus-typing-booster-1.1.0.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 1.0.3
|
Version: 1.1.0
|
||||||
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,16 @@ 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
|
||||||
|
* Mon Jun 24 2013 Mike FABIAN <mfabian@redhat.com> - 1.1.0-1
|
||||||
|
- Update to 1.1.0 upstream version
|
||||||
|
- Add a commit=True parameter to check_phrase_and_update_frequency()
|
||||||
|
- Fix that the page_size is shown as 0 in the setup tool if it has not been set before
|
||||||
|
- Do not use AUTOINCREMENT
|
||||||
|
- Make it possible to exit the setup tool by typing Control-C in the terminal
|
||||||
|
- Add feature to read a text file for training the user database
|
||||||
|
- Update German translations and .pot file
|
||||||
|
- Fix error when the hunspell dictionary for an engine is missing
|
||||||
|
|
||||||
* Tue Jun 18 2013 Mike FABIAN <mfabian@redhat.com> - 1.0.3-1
|
* Tue Jun 18 2013 Mike FABIAN <mfabian@redhat.com> - 1.0.3-1
|
||||||
- Update to 1.0.3 upstream version
|
- Update to 1.0.3 upstream version
|
||||||
- Don’t output page_size in “/usr/libexec/ibus-engine-typing-booster --xml” (Resolves: rhbz#975449 - ibus-daemon prints warnings because “/usr/libexec/ibus-engine-typing-booster --xml” prints the invalid element “page_size”)
|
- Don’t output page_size in “/usr/libexec/ibus-engine-typing-booster --xml” (Resolves: rhbz#975449 - ibus-daemon prints warnings because “/usr/libexec/ibus-engine-typing-booster --xml” prints the invalid element “page_size”)
|
||||||
|
Loading…
Reference in New Issue
Block a user