update to 0.0.28 upstream version
- Resolves: #961923 - python /usr/share/ibus-typing-booster/engine/main.py --xml is extremely slow when many hunspell dictionaries are installed - Put the input phrase into a single column in the databases instead of using one column for each character - Get rid of tab_dict
This commit is contained in:
parent
0737635574
commit
7d6a56689e
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/ibus-typing-booster-0.0.25.tar.gz
|
/ibus-typing-booster-0.0.25.tar.gz
|
||||||
/ibus-typing-booster-0.0.26.tar.gz
|
/ibus-typing-booster-0.0.26.tar.gz
|
||||||
/ibus-typing-booster-0.0.27.tar.gz
|
/ibus-typing-booster-0.0.27.tar.gz
|
||||||
|
/ibus-typing-booster-0.0.28.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 0.0.27
|
Version: 0.0.28
|
||||||
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,12 @@ 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 May 10 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.28-1
|
||||||
|
- Update to 0.0.28 upstream version
|
||||||
|
- Resolves: #961923 - python /usr/share/ibus-typing-booster/engine/main.py --xml is extremely slow when many hunspell dictionaries are installed
|
||||||
|
- Put the input phrase into a single column in the databases instead of using one column for each character
|
||||||
|
- Get rid of tab_dict
|
||||||
|
|
||||||
* Mon May 06 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.27-1
|
* Mon May 06 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.27-1
|
||||||
- Update to 0.0.27 upstream version
|
- Update to 0.0.27 upstream version
|
||||||
- Resolves: #959860 - [as_IN] Wrong keymap name Assami (fix spelling error in language name for Assamese)
|
- Resolves: #959860 - [as_IN] Wrong keymap name Assami (fix spelling error in language name for Assamese)
|
||||||
|
Loading…
Reference in New Issue
Block a user