Build for 0.0.14 version
This commit is contained in:
parent
36fc97d32d
commit
13c405bcfe
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,3 +2,7 @@
|
|||||||
/ibus-typing-booster-0.0.8.tar.gz
|
/ibus-typing-booster-0.0.8.tar.gz
|
||||||
/ibus-typing-booster-0.0.9.tar.gz
|
/ibus-typing-booster-0.0.9.tar.gz
|
||||||
/ibus-typing-booster-0.0.10.tar.gz
|
/ibus-typing-booster-0.0.10.tar.gz
|
||||||
|
/ibus-typing-booster-0.0.11.tar.gz
|
||||||
|
/ibus-typing-booster-0.0.12.tar.gz
|
||||||
|
/ibus-typing-booster-0.0.13.tar.gz
|
||||||
|
/ibus-typing-booster-0.0.14.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 0.0.10
|
Version: 0.0.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Table engine for IBus platform
|
Summary: The Table engine for IBus platform
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -71,6 +71,43 @@ 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 Oct 22 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.14-1
|
||||||
|
- Update to 0.0.14 upstream version
|
||||||
|
- Show an obvious warning when the hunspell dictionary needed is not found
|
||||||
|
- Show exact matches in the .dic files as suggestions as well
|
||||||
|
- Do not forget the input method used last when activating a previously used engine
|
||||||
|
- Make spelling of the value of “symbol” in the .conf files more consistent
|
||||||
|
- include the file ru_RU.conf
|
||||||
|
|
||||||
|
* Thu Oct 18 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.13-1
|
||||||
|
- Update to 0.0.13 upstream version, in 0.0.12 I forgot to
|
||||||
|
include the file de_DE.conf
|
||||||
|
|
||||||
|
* Thu Oct 18 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.12-1
|
||||||
|
- Update to 0.0.12 upstream version, in 0.0.11 I forgot to
|
||||||
|
include the file keysym2ucs.py
|
||||||
|
|
||||||
|
* Thu Oct 18 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.11-1
|
||||||
|
- Upstream has released 0.0.11 version containing the following
|
||||||
|
improvements:
|
||||||
|
- Add .conf files for many languages and improve some existing .conf files
|
||||||
|
- Read other_ime option case insensitively
|
||||||
|
- Split only at the first = in a line in a .conf file
|
||||||
|
- Fix the problem that the user defined phrases are lost when switching engines
|
||||||
|
- use “layout = default” instead of “layout = us” in all .conf files
|
||||||
|
- Make sure the input of transliterate() is UTF-8 encoded
|
||||||
|
- Add a keysym2unichr() function and use it to support languages which have non Latin1 input
|
||||||
|
- Let first letter start with index 1 in autogenerated tabdict
|
||||||
|
- Use autogenerated tabdict always, not only in m17n mode
|
||||||
|
- Use special value 'NoIme' to indicate that no input method should be used
|
||||||
|
- Use contents of lang_chars for the regexp to match words in the dictionaries
|
||||||
|
- In process_key_event, do not return False when a non-ASCII character has been typed
|
||||||
|
- Read option valid_input_chars as UTF-8
|
||||||
|
- Use the encoding option from the .conf file always, not only in m17n mode
|
||||||
|
- Whether m17n mode is used should depend on the .conf file, not the language
|
||||||
|
- Use correct encoding to decode the dictionary file
|
||||||
|
- Some other minor fixes
|
||||||
|
|
||||||
* Thu Sep 26 2012 Anish Patil <apatil@redhat.com> - 0.0.10-1
|
* Thu Sep 26 2012 Anish Patil <apatil@redhat.com> - 0.0.10-1
|
||||||
- Upstream has released new version.
|
- Upstream has released new version.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user