diff --git a/.gitignore b/.gitignore index 2fc8906..b97b6b6 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /ibus-typing-booster-1.1.0.tar.gz /ibus-typing-booster-1.2.0.tar.gz /ibus-typing-booster-1.2.1.tar.gz +/ibus-typing-booster-1.2.2.tar.gz diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 5b34a92..dcf9c1a 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,5 +1,5 @@ Name: ibus-typing-booster -Version: 1.2.1 +Version: 1.2.2 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 +* Mon Jul 15 2013 Mike FABIAN - 1.2.2-1 +- Update to 1.2.2 upstream version +- Commit immediately when certain punctuation characters are typed and transliteration is not used (Resolves: rhbz#981179) +- Add an option to try completion only when a minimum number of characters has been typed + * Wed Jul 03 2013 Mike FABIAN - 1.2.1-1 - Update to 1.2.1 upstream version - Pop up a message box when a file has been read to train the database, indicating success or failure (Resolves: rhbz#979933) @@ -218,7 +223,7 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg - Add combobox to setup GUI to select input method - Update German translation -* Thu Nov 12 2012 Mike FABIAN - 0.0.21-1 +* Mon Nov 12 2012 Mike FABIAN - 0.0.21-1 - Update to 0.0.21 upstream version - Resolves: #875285 Shorten symbol displayed in gnome panel - Add space before ( in long display name @@ -291,7 +296,7 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg - Use correct encoding to decode the dictionary file - Some other minor fixes -* Thu Sep 26 2012 Anish Patil - 0.0.10-1 +* Wed Sep 26 2012 Anish Patil - 0.0.10-1 - Upstream has released new version. * Thu Sep 13 2012 Anish Patil - 0.0.9-1 @@ -300,6 +305,6 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg * Tue Aug 14 2012 Anish Patil - 0.0.8-1 - Upstream has released new version. -* Thu Jul 17 2012 Anish Patil - 0.0.7-1 +* Tue Jul 17 2012 Anish Patil - 0.0.7-1 - The first version. - derieved from ibus-table developed by Yu Yuwei diff --git a/sources b/sources index c7e8f4f..2bb1aa6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f141d08898bd8fce5a250bfaba1bf375 ibus-typing-booster-1.2.1.tar.gz +4a7a53cda7be6cf68919eca02b5aab35 ibus-typing-booster-1.2.2.tar.gz