diff --git a/rubygem-pg.spec b/rubygem-pg.spec index 071c27f..da2f512 100644 --- a/rubygem-pg.spec +++ b/rubygem-pg.spec @@ -3,7 +3,7 @@ Name: rubygem-%{gem_name} Version: 0.21.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Ruby interface to the PostgreSQL RDBMS # Upstream license clarification (https://bitbucket.org/ged/ruby-pg/issue/72/) # @@ -125,6 +125,9 @@ popd %{gem_instdir}/spec %changelog +* Thu Jan 04 2018 Vít Ondruch - 0.21.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.5 + * Fri Dec 08 2017 Jun Aruga - 0.21.0-2 - Fix failed tests for PostgreSQL-10.