diff --git a/.gitignore b/.gitignore index cddf2d9..3e4a1d1 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /ibus-typing-booster-1.2.1.tar.gz /ibus-typing-booster-1.2.2.tar.gz /ibus-typing-booster-1.2.3.tar.gz +/ibus-typing-booster-1.2.4.tar.gz diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 5efc9f0..c93e75f 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,6 +1,6 @@ Name: ibus-typing-booster -Version: 1.2.3 -Release: 3%{?dist} +Version: 1.2.4 +Release: 1%{?dist} Summary: A typing booster engine for the IBus platform License: GPLv3+ 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 %changelog +* Sat Sep 28 2013 Mike FABIAN - 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 - 1.2.3-3 - remove obsoletes/provides, not needed anymore for Fedora >= 21 diff --git a/sources b/sources index 9731c25..87da626 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f4f09bb141e3df9dca28957255609d3 ibus-typing-booster-1.2.3.tar.gz +f44a84e4cbb36706f444b8b85aa41cf1 ibus-typing-booster-1.2.4.tar.gz