Rebuilt for libffi 3.4.2 SONAME transition (second attempt).

Related: #1891914
This commit is contained in:
Carlos O'Donell 2021-08-25 16:35:31 -04:00
parent 006b7e5d43
commit 6a4d7bcedd
1 changed files with 5 additions and 1 deletions

View File

@ -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 <codonell@redhat.com> - 3.0.1-155
- Rebuilt for libffi 3.4.2 SONAME transition (second attempt).
Related: rhbz#1891914
* Mon Aug 16 2021 Pavel Valena <pvalena@redhat.com> - 3.0.1-154
- Upgrade to Ruby 3.0.2.
- Fix command injection vulnerability in RDoc.