diff --git a/rubygem-mysql2.spec b/rubygem-mysql2.spec index da32e7d..bc2de15 100644 --- a/rubygem-mysql2.spec +++ b/rubygem-mysql2.spec @@ -6,7 +6,7 @@ Name: rubygem-%{gem_name} Version: 0.5.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A simple, fast Mysql library for Ruby, binding to libmysql License: MIT URL: https://github.com/brianmario/mysql2 @@ -170,6 +170,9 @@ kill "$(cat "${MYSQL_TEST_PID_FILE}")" %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 0.5.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Jul 2 2020 Alex Chernyakhovsky - 0.5.3-4 - Update tests to build and run on F32