update to 1.2.4

- Use normalization form NFD internally for Korean as well
- Add check for input purpose for gnome-shell password dialog (Resolves: rhbz#10
13008 - ibus-typing-booster shows entered text in password fields)
This commit is contained in:
Mike FABIAN 2013-09-28 09:37:08 +02:00
parent bed903f370
commit c724aabca3
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -33,3 +33,4 @@
/ibus-typing-booster-1.2.1.tar.gz /ibus-typing-booster-1.2.1.tar.gz
/ibus-typing-booster-1.2.2.tar.gz /ibus-typing-booster-1.2.2.tar.gz
/ibus-typing-booster-1.2.3.tar.gz /ibus-typing-booster-1.2.3.tar.gz
/ibus-typing-booster-1.2.4.tar.gz

View File

@ -1,6 +1,6 @@
Name: ibus-typing-booster Name: ibus-typing-booster
Version: 1.2.3 Version: 1.2.4
Release: 3%{?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+
Group: System Environment/Libraries Group: System Environment/Libraries
@ -37,6 +37,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
* Sat Sep 28 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.4-1
- Use normalization form NFD internally for Korean as well
- Add check for input purpose for gnome-shell password dialog (Resolves: rhbz#10
13008 - ibus-typing-booster shows entered text in password fields)
* Mon Sep 16 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.3-3 * Mon Sep 16 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.3-3
- remove obsoletes/provides, not needed anymore for Fedora >= 21 - remove obsoletes/provides, not needed anymore for Fedora >= 21

View File

@ -1 +1 @@
0f4f09bb141e3df9dca28957255609d3 ibus-typing-booster-1.2.3.tar.gz f44a84e4cbb36706f444b8b85aa41cf1 ibus-typing-booster-1.2.4.tar.gz