diff --git a/proxysql.spec b/proxysql.spec index 8fe92fb..86f8044 100644 --- a/proxysql.spec +++ b/proxysql.spec @@ -1,7 +1,7 @@ Summary: A high-performance MySQL proxy Name: proxysql Version: 2.0.13 -Release: 4%{?dist} +Release: 5%{?dist} URL: http://www.proxysql.com/ # The entire source code is GPLv3+ except deps/re2 and deps/jemalloc which is BSD # and deps/mariadb-connector-c which is LGPLv2+ @@ -115,6 +115,9 @@ install -d -m 0755 %{buildroot}%{_sharedstatedir}/proxysql %config(noreplace) %{_sysconfdir}/%{name}.cnf %changelog +* Wed Mar 31 2021 Jonathan Wakely - 2.0.13-5 +- Rebuilt for removed libstdc++ symbols (#1937698) + * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 2.0.13-4 - Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583.