From 65d11e713ff1445a3376a32a43e7e703f047d646 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 03 2020 12:12:27 +0000 Subject: import ruby-2.5.5-106.module+el8.3.0+7153+c6f6daa5 --- diff --git a/SPECS/ruby.spec b/SPECS/ruby.spec index 5d93975..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 @@ -790,14 +797,10 @@ DISABLE_TESTS="" # SIGSEV handler does not provide correct output on AArch64. # https://bugs.ruby-lang.org/issues/13758 -%ifarch aarch64 %{arm} +%ifarch aarch64 DISABLE_TESTS="$DISABLE_TESTS -n !/test_segv_\(setproctitle\|test\|loaded_features\)/" %endif -%ifarch %{arm} -DISABLE_TESTS="$DISABLE_TESTS -n !/test_bug_reporter_add/" -%endif - # Disable failing TestResolvMDNS#test_mdns_each_address test, # which fails on Koji. # https://bugs.ruby-lang.org/issues/14175 @@ -1130,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