diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 0cfb7ef..35d8cd7 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,6 +1,6 @@ Name: ibus-typing-booster Version: 1.5.34 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A completion input method License: GPLv3+ Group: System Environment/Libraries @@ -147,6 +147,9 @@ make check || cat ./tests/test-suite.log %changelog +* Fri Feb 09 2018 Igor Gnatenko - 1.5.34-4 +- Escape macros in %%changelog + * Wed Feb 07 2018 Fedora Release Engineering - 1.5.34-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -811,7 +814,7 @@ make check || cat ./tests/test-suite.log * Fri Jun 28 2013 Mike FABIAN - 1.2.0-1 - Update to 1.2.0 upstream version - Make TAB when used to enable/disable the lookup table work as a toogle -- Create a VIEW for “LIKE input_phrase%” in select_words() and use that +- Create a VIEW for “LIKE input_phrase%%” in select_words() and use that in the following SELECT statements (Makes candidate calculation more than 10 times faster)