From c4c93c1113cad7eab3aaa57a2bd9247b530cff2d Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Oct 21 2016 14:49:12 +0000 Subject: Use continue to use OpenSSL 1.0 for the moment. Only upcoming Ruby 2.4 support OpenSSL 1.1 so far: https://bugs.ruby-lang.org/issues/12830 --- diff --git a/ruby.spec b/ruby.spec index 829f506..3cc576b 100644 --- a/ruby.spec +++ b/ruby.spec @@ -21,7 +21,7 @@ %endif -%global release 58 +%global release 59 %{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}} # The RubyGems library has to stay out of Ruby directory three, since the @@ -139,7 +139,7 @@ Recommends: rubygem(did_you_mean) >= %{did_you_mean_version} BuildRequires: autoconf BuildRequires: gdbm-devel BuildRequires: libffi-devel -BuildRequires: openssl-devel +BuildRequires: compat-openssl10-devel BuildRequires: libyaml-devel BuildRequires: readline-devel BuildRequires: tk-devel @@ -963,6 +963,9 @@ make check TESTS="-v $DISABLE_TESTS" %{ruby_libdir}/tkextlib %changelog +* Fri Oct 21 2016 Vít Ondruch - 2.3.1-59 +- Use continue to use OpenSSL 1.0 for the moment. + * Wed Aug 10 2016 Vít Ondruch - 2.3.1-58 - Workaround "an invalid stdio handle" error on PPC (rhbz#1361037).