Escape macros in %changelog

Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-09 09:04:43 +01:00
parent 830ed87691
commit 22175b068d
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -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 <ignatenkobrain@fedoraproject.org> - 1.5.34-4
- Escape macros in %%changelog
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 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 <mfabian@redhat.com> - 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)