diff --git a/botan2.spec b/botan2.spec index 14f6e00..784d1c5 100644 --- a/botan2.spec +++ b/botan2.spec @@ -2,7 +2,7 @@ Name: botan2 Version: 2.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Crypto and TLS for C++11 License: BSD @@ -132,6 +132,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./botan-test %changelog +* Tue Mar 06 2018 Benjamin Kircher - 2.4.0-3 +- Fix macro expansion in changelog section + * Sat Jan 13 2018 Benjamin Kircher - 2.4.0-2 - Remove INSTALL_ variables, not used anymore @@ -145,7 +148,7 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./botan-test - Backport upstream fix for broken GOST on i686 * Wed Sep 06 2017 Benjamin Kircher - 2.2.0-3 -- Fix %check section after rpath removal, generate debug symbols +- Fix %%check section after rpath removal, generate debug symbols * Thu Aug 31 2017 Benjamin Kircher - 2.2.0-2 - Fix issues that came up in review, see RH Bugzilla #1487067