diff --git a/rubygem-contracts.spec b/rubygem-contracts.spec index b2da14d..405a2af 100644 --- a/rubygem-contracts.spec +++ b/rubygem-contracts.spec @@ -2,7 +2,7 @@ Name: rubygem-%{gem_name} Version: 0.16.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Contracts for Ruby License: BSD @@ -45,7 +45,7 @@ gem unpack %{SOURCE0} %patch2 -p1 %patch3 -p1 %patch4 -p1 -%if 0%{?fedora} >= 34 +%if 0%{?fedora} >= 34 || 0%{?rhel} >= 9 %patch5 -p1 %endif @@ -95,6 +95,9 @@ popd %{gem_instdir}/benchmarks/ %changelog +* Sun Feb 28 2021 Mamoru TASAKA - 0.16.0-11 +- Add conditional for eln + * Sun Jan 31 2021 Mamoru TASAKA - 0.16.0-10 - Backport some patches from the upstream - Ruby 3.0: apply the upstream WIP patch for keyword separation