From e043d55b8fbab303b0ca8772fdb33329871e12d2 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 3 Nov 2020 07:12:27 -0500 Subject: [PATCH] import ruby-2.5.5-106.module+el8.3.0+7153+c6f6daa5 --- SPECS/ruby.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/SPECS/ruby.spec b/SPECS/ruby.spec index 135722c..e563f57 100644 --- a/SPECS/ruby.spec +++ b/SPECS/ruby.spec @@ -21,7 +21,7 @@ %endif -%global release 105 +%global release 106 %{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}} @@ -546,6 +546,13 @@ HTTP. rm -rf ext/psych/yaml rm -rf ext/fiddle/libffi* +# Remove file with non-commercial license +# https://bugzilla.redhat.com/show_bug.cgi?id=1846113 +rm -f gems/did_you_mean-1.2.0/evaluation/incorrect_words.yaml +sed -i 's/"evaluation\/incorrect_words.yaml", //' \ + gems/did_you_mean-1.2.0/did_you_mean.gemspec + + %patch0 -p1 %patch1 -p1 %patch2 -p1 @@ -1126,6 +1133,10 @@ OPENSSL_SYSTEM_CIPHERS_OVERRIDE=xyz_nonexistent_file OPENSSL_CONF='' \ %{gem_dir}/specifications/xmlrpc-%{xmlrpc_version}.gemspec %changelog +* Mon Jun 22 2020 Pavel Valena - 2.5.5-106 +- Remove file with non-commercial license from did_you_mean gem. + Resolves: rhbz#1846113 + * Thu Jul 04 2019 Jun Aruga - 2.5.5-105 - Use ffi_closure_alloc to avoid segmentation fault by libffi on aarch64. Resolves: rhbz#1727832