Update to Ruby 2.4.5.

This commit is contained in:
Jun Aruga 2018-10-26 15:41:58 +02:00
commit ce4aef39a0
5 changed files with 37 additions and 125 deletions

View file

@ -1,6 +1,6 @@
%global major_version 2
%global minor_version 4
%global teeny_version 4
%global teeny_version 5
%global major_minor_version %{major_version}.%{minor_version}
%global ruby_version %{major_minor_version}.%{teeny_version}
@ -21,7 +21,7 @@
%endif
%global release 89
%global release 90
%{!?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
@ -29,7 +29,7 @@
%global rubygems_dir %{_datadir}/rubygems
# Bundled libraries versions
%global rubygems_version 2.6.14.1
%global rubygems_version 2.6.14.3
%global molinillo_version 0.5.7
# TODO: The IRB has strange versioning. Keep the Ruby's versioning ATM.
@ -42,7 +42,7 @@
%global json_version 2.0.4
%global minitest_version 5.10.1
%global net_telnet_version 0.1.1
%global openssl_version 2.0.7
%global openssl_version 2.0.9
%global power_assert_version 0.4.1
%global psych_version 2.2.2
%global rake_version 12.0.0
@ -131,9 +131,9 @@ Patch9: ruby-2.3.1-Rely-on-ldd-to-detect-glibc.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1528226
# https://github.com/ruby/ruby/commit/e7464561b5151501beb356fc750d5dd1a88014f7
Patch10: ruby-2.4.3-Fix-Command-injection-in-lib-resolv-lazy_initialize.patch
# TestTimeTZ test failures Kiritimati and Lisbon
# https://bugs.ruby-lang.org/issues/14655
Patch13: ruby-2.5.1-TestTimeTZ-test-failures-Kiritimati-and-Lisbon.patch
# Fix ruby-test_io.rb#test_select_leak
# https://bugs.ruby-lang.org/issues/14929
Patch11: ruby-2.5.2-ruby-test_io-test_select_leak.patch
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Suggests: rubypick
@ -515,7 +515,7 @@ rm -rf ext/fiddle/libffi*
%patch7 -p1
%patch9 -p1
%patch10 -p1
%patch13 -p1
%patch11 -p1
# Provide an example of usage of the tapset:
cp -a %{SOURCE3} .
@ -1029,6 +1029,9 @@ make check TESTS="-v $DISABLE_TESTS"
%{gem_dir}/specifications/xmlrpc-%{xmlrpc_version}.gemspec
%changelog
* Fri Oct 26 2018 Jun Aruga <jaruga@redhat.com> - 2.4.5-90
- Update to Ruby 2.4.5.
* Thu May 10 2018 Pavel Valena <pvalena@redhat.com> - 2.4.4-89
- Add macros to edit files lists in .gemspec
(gemspec_add_file and gemspec_remove_file).