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:
Mike FABIAN 2013-06-18 19:18:46 +02:00
parent cbb10eff85
commit e0c7497633
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -27,3 +27,4 @@
/ibus-typing-booster-1.0.0.tar.gz /ibus-typing-booster-1.0.0.tar.gz
/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

View File

@ -1,5 +1,5 @@
Name: ibus-typing-booster Name: ibus-typing-booster
Version: 1.0.2 Version: 1.0.3
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
* Tue Jun 18 2013 Mike FABIAN <mfabian@redhat.com> - 1.0.3-1
- Update to 1.0.3 upstream version
- Dont 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 * Fri Jun 14 2013 Mike FABIAN <mfabian@redhat.com> - 1.0.2-1
- Update to 1.0.2 upstream version - Update to 1.0.2 upstream version
- Push context *after* writing the trigram to the database - Push context *after* writing the trigram to the database

View File

@ -1 +1 @@
782f768514eed30540c970dd0b7f4a74 ibus-typing-booster-1.0.2.tar.gz 03c0992a9cf5b8a0ba43b6dba93966ff ibus-typing-booster-1.0.3.tar.gz