Upgrade to Ruby 3.4.0 (a11bb36316)
This commit is contained in:
parent
af738757b1
commit
36c09dd4b4
3 changed files with 9 additions and 46 deletions
21
ruby.spec
21
ruby.spec
|
|
@ -10,7 +10,7 @@
|
|||
%dnl %global milestone preview2
|
||||
|
||||
# Keep the revision enabled for pre-releases from GIT.
|
||||
%global revision 335bba0fde
|
||||
%global revision a11bb36316
|
||||
|
||||
%global ruby_archive %{name}-%{ruby_version}
|
||||
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
%global net_http_version 0.6.0
|
||||
%global net_protocol_version 0.2.2
|
||||
%global open3_version 0.2.1
|
||||
%global openssl_version 3.2.0
|
||||
%global openssl_version 3.3.0
|
||||
%global open_uri_version 0.5.0
|
||||
%global optparse_version 0.6.0
|
||||
%global ostruct_version 0.6.1
|
||||
|
|
@ -116,12 +116,12 @@
|
|||
%global abbrev_version 0.1.2
|
||||
%global base64_version 0.2.0
|
||||
%global bigdecimal_version 3.1.8
|
||||
%global csv_version 3.3.1
|
||||
%global csv_version 3.3.2
|
||||
%global debug_version 1.10.0
|
||||
%global drb_version 2.2.1
|
||||
%global getoptlong_version 0.2.1
|
||||
%global net_ftp_version 0.3.8
|
||||
%global net_imap_version 0.5.2
|
||||
%global net_imap_version 0.5.4
|
||||
%global net_pop_version 0.1.2
|
||||
%global net_smtp_version 0.5.0
|
||||
%global nkf_version 0.2.0
|
||||
|
|
@ -129,11 +129,11 @@
|
|||
%global minitest_version 5.25.4
|
||||
%global mutex_m_version 0.3.0
|
||||
%global observer_version 0.1.2
|
||||
%global power_assert_version 2.0.4
|
||||
%global power_assert_version 2.0.5
|
||||
%global prime_version 0.1.3
|
||||
%global racc_version 1.8.1
|
||||
%global rake_version 13.2.1
|
||||
%global rbs_version 3.7.0
|
||||
%global rbs_version 3.8.0.pre.1
|
||||
%global repl_type_completor_version 0.1.9
|
||||
%global resolv_replace_version 0.1.1
|
||||
%global rexml_version 3.4.0
|
||||
|
|
@ -280,10 +280,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
|
||||
# Fix `OpenSSL::TestSSLSession#test_ctx_client_session_cb_tls13_exception` test
|
||||
# failure on i686.
|
||||
# https://github.com/ruby/openssl/pull/829
|
||||
Patch10: ruby-3.4.0-ssl-fix-flaky-test-case.patch
|
||||
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
%{?with_rubypick:Suggests: rubypick}
|
||||
|
|
@ -776,7 +772,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} .
|
||||
|
|
@ -1871,8 +1866,8 @@ make -C %{_vpath_builddir} runruby TESTRUN_SCRIPT=" \
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 19 2024 Vít Ondruch <vondruch@redhat.com> - 3.4.0-18
|
||||
- Upgrade to Ruby 3.4.0 (335bba0fde)
|
||||
* Mon Dec 23 2024 Vít Ondruch <vondruch@redhat.com> - 3.4.0-18
|
||||
- Upgrade to Ruby 3.4.0 (a11bb36316)
|
||||
|
||||
* Mon Dec 16 2024 Jun Aruga <jaruga@redhat.com> - 3.3.6-18
|
||||
- Fix Ruby OpenSSL to respect crypto-policies TLS minimal version.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue