update to 0.0.23 upstream version
- Resolves: #879262 dictionary is not automatically reloaded when it is installed via the setup tool - Make the engine reload the dictionary when the dictionary is installed via the setup tool
This commit is contained in:
parent
d7feb005c2
commit
2dc5378600
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/ibus-typing-booster-0.0.20.tar.gz
|
/ibus-typing-booster-0.0.20.tar.gz
|
||||||
/ibus-typing-booster-0.0.21.tar.gz
|
/ibus-typing-booster-0.0.21.tar.gz
|
||||||
/ibus-typing-booster-0.0.22.tar.gz
|
/ibus-typing-booster-0.0.22.tar.gz
|
||||||
|
/ibus-typing-booster-0.0.23.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 0.0.22
|
Version: 0.0.23
|
||||||
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,11 @@ 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 Nov 23 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.23-1
|
||||||
|
- Update to 0.0.23 upstream version
|
||||||
|
- Resolves: #879262 dictionary is not automatically reloaded when it is installed via the setup tool
|
||||||
|
- Make the engine reload the dictionary when the dictionary is installed via the setup tool
|
||||||
|
|
||||||
* Wed Nov 14 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.22-1
|
* Wed Nov 14 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.22-1
|
||||||
- Update to 0.0.22 upstream version
|
- Update to 0.0.22 upstream version
|
||||||
- Resolves: #876666 Properties of ibus-typing-booster to select input methods are not shown by gnome-shell in f18
|
- Resolves: #876666 Properties of ibus-typing-booster to select input methods are not shown by gnome-shell in f18
|
||||||
|
Loading…
Reference in New Issue
Block a user