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:
parent
bed903f370
commit
c724aabca3
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user