Upgrade to Ruby 3.3.0 (071df40495).

This commit is contained in:
Vít Ondruch 2023-12-07 15:52:12 +01:00
commit 7e78bc09b6
4 changed files with 19 additions and 44 deletions

View file

@ -10,7 +10,7 @@
#%%global milestone preview2
# Keep the revision enabled for pre-releases from GIT.
%global revision 79eb75a8dd
%global revision 071df40495
%global ruby_archive %{name}-%{ruby_version}
@ -45,7 +45,7 @@
%global abbrev_version 0.1.1
%global base64_version 0.2.0
%global benchmark_version 0.3.0
%global cgi_version 0.4.0
%global cgi_version 0.4.1
%global csv_version 3.2.8
%global date_version 3.3.4
%global delegate_version 0.3.1
@ -73,7 +73,7 @@
%global observer_version 0.1.2
%global open3_version 0.2.0
%global openssl_version 3.2.0
%global open_uri_version 0.4.0
%global open_uri_version 0.4.1
%global optparse_version 0.4.0
%global ostruct_version 0.6.0
%global pathname_version 0.3.0
@ -94,7 +94,7 @@
%global strscan_version 3.0.8
%global syntax_suggest_version 1.1.0
%global syslog_version 0.1.1
%global tempfile_version 0.2.0
%global tempfile_version 0.2.1
%global time_version 0.3.0
%global timeout_version 0.4.1
%global tmpdir_version 0.2.0
@ -110,10 +110,10 @@
# Gemified default gems.
%global bigdecimal_version 3.1.5
%global io_console_version 0.6.1.dev.1
%global irb_version 1.9.1
%global json_version 2.6.3
%global irb_version 1.10.1
%global json_version 2.7.1
%global psych_version 5.1.1.1
%global rdoc_version 6.6.0
%global rdoc_version 6.6.1
# Bundled gems.
%global minitest_version 5.20.0
@ -122,8 +122,8 @@
%global test_unit_version 3.6.1
%global rexml_version 3.2.6
%global rss_version 0.3.0
%global net_ftp_version 0.2.0
%global net_imap_version 0.4.6
%global net_ftp_version 0.3.0
%global net_imap_version 0.4.7
%global net_pop_version 0.1.2
%global net_smtp_version 0.4.0
%global matrix_version 0.4.2
@ -228,11 +228,6 @@ Patch6: ruby-2.7.0-Initialize-ABRT-hook.patch
# Disable syntax_suggest test suite, which tries to download its dependencies.
# https://bugs.ruby-lang.org/issues/19297
Patch9: ruby-3.3.0-Disable-syntax-suggest-test-case.patch
# The "Defaulting to user installation" message pollutes output various gem
# commands, including `gem spec` output. This in turn break build of rubygem-
# packages. Disable the message for now.
# https://github.com/rubygems/rubygems/issues/7082
Patch10: ruby-3.3.0-Disable-user-installation-info-message.patch
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%{?with_rubypick:Suggests: rubypick}
@ -656,7 +651,6 @@ analysis result in RBS format, a standard type description format for Ruby
%patch 4 -p1
%patch 6 -p1
%patch 9 -p1
%patch 10 -p1
# Provide an example of usage of the tapset:
cp -a %{SOURCE3} .
@ -981,6 +975,11 @@ MSPECOPTS=""
# Avoid `hostname' dependency.
%{!?with_hostname:MSPECOPTS="-P 'Socket.gethostname returns the host name'"}
# Disable several network dependent test cases, broken likely by
# https://github.com/ruby/ruby/pull/7295
# https://bugs.ruby-lang.org/issues/20048
MSPECOPTS="$MSPECOPTS -P 'UDPSocket#.*_address using IPv. using an implicit hostname the returned Addrinfo uses the correct IP address'"
# Give an option to increase the timeout in tests.
# https://bugs.ruby-lang.org/issues/16921
%{?test_timeout_scale:RUBY_TEST_TIMEOUT_SCALE="%{test_timeout_scale}"} \
@ -1554,8 +1553,8 @@ make -C %{_vpath_builddir} runruby TESTRUN_SCRIPT=" \
%changelog
* Wed Nov 29 2023 Vít Ondruch <vondruch@redhat.com> - 3.3.0-184
- Upgrade to Ruby 3.3.0 (79eb75a8dd).
* Thu Dec 07 2023 Vít Ondruch <vondruch@redhat.com> - 3.3.0-184
- Upgrade to Ruby 3.3.0 (071df40495).
* Thu Nov 09 2023 Jun Aruga <jaruga@redhat.com> - 3.2.2-183
- ssl: use ffdhe2048 from RFC 7919 as the default DH group parameters