update to 1.0.3
- 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”) - Use ~/.local/share/ibus-typing-booster/ to store user data and log files (Resolves: rhbz#949035 - don't use a hidden directory under .local/share)
This commit is contained in:
parent
cbb10eff85
commit
e0c7497633
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@
|
||||
/ibus-typing-booster-1.0.0.tar.gz
|
||||
/ibus-typing-booster-1.0.1.tar.gz
|
||||
/ibus-typing-booster-1.0.2.tar.gz
|
||||
/ibus-typing-booster-1.0.3.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.0.2
|
||||
Version: 1.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A typing booster engine for the IBus platform
|
||||
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
|
||||
|
||||
%changelog
|
||||
* Tue Jun 18 2013 Mike FABIAN <mfabian@redhat.com> - 1.0.3-1
|
||||
- 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”)
|
||||
- Use ~/.local/share/ibus-typing-booster/ to store user data and log files (Resolves: rhbz#949035 - don't use a hidden directory under .local/share)
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user