diff --git a/ruby.spec b/ruby.spec index 8fa4cff..3f5f1c6 100644 --- a/ruby.spec +++ b/ruby.spec @@ -22,7 +22,7 @@ %endif -%global release 154 +%global release 155 %{!?release_string:%define release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}} # The RubyGems library has to stay out of Ruby directory tree, since the @@ -1406,6 +1406,10 @@ MSPECOPTS="" %changelog +* Wed Aug 25 2021 Carlos O'Donell - 3.0.1-155 +- Rebuilt for libffi 3.4.2 SONAME transition (second attempt). + Related: rhbz#1891914 + * Mon Aug 16 2021 Pavel Valena - 3.0.1-154 - Upgrade to Ruby 3.0.2. - Fix command injection vulnerability in RDoc.