Upgrade to Ruby 3.4.0 (3901df708d)
This commit is contained in:
parent
c468fd1cec
commit
afd61ca4f4
2 changed files with 19 additions and 15 deletions
|
|
@ -12,7 +12,7 @@ diff --git a/common.mk b/common.mk
|
|||
index d55d1788aa..73755f6ccd 100644
|
||||
--- a/common.mk
|
||||
+++ b/common.mk
|
||||
@@ -1656,8 +1656,6 @@ no-test-bundled-gems-spec:
|
||||
@@ -1658,8 +1658,6 @@ no-test-bundled-gems-spec:
|
||||
|
||||
test-syntax-suggest:
|
||||
|
||||
|
|
|
|||
32
ruby.spec
32
ruby.spec
|
|
@ -10,7 +10,7 @@
|
|||
%dnl %global milestone preview2
|
||||
|
||||
# Keep the revision enabled for pre-releases from GIT.
|
||||
%global revision 5067a46502
|
||||
%global revision 3901df708d
|
||||
|
||||
%global ruby_archive %{name}-%{ruby_version}
|
||||
|
||||
|
|
@ -51,13 +51,13 @@
|
|||
|
||||
%global benchmark_version 0.4.0
|
||||
%global cgi_version 0.4.1
|
||||
%global date_version 3.4.0
|
||||
%global date_version 3.4.1
|
||||
%global delegate_version 0.4.0
|
||||
%global did_you_mean_version 1.6.3
|
||||
%global did_you_mean_version 2.0.0
|
||||
%global digest_version 3.1.1
|
||||
%global english_version 0.8.0
|
||||
%global erb_version 4.0.4
|
||||
%global error_highlight_version 0.6.0
|
||||
%global error_highlight_version 0.7.0
|
||||
%global etc_version 1.4.4
|
||||
%global fcntl_version 1.2.0
|
||||
%global fiddle_version 1.1.6
|
||||
|
|
@ -65,11 +65,11 @@
|
|||
%global fileutils_version 1.7.3
|
||||
%global find_version 0.2.0
|
||||
%global forwardable_version 1.3.3
|
||||
%global io_nonblock_version 0.3.0
|
||||
%global io_nonblock_version 0.3.1
|
||||
%global io_wait_version 0.3.1
|
||||
%global ipaddr_version 1.2.7
|
||||
%global logger_version 1.6.1
|
||||
%global net_http_version 0.5.0
|
||||
%global logger_version 1.6.2
|
||||
%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
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
%global optparse_version 0.6.0
|
||||
%global ostruct_version 0.6.1
|
||||
%global pathname_version 0.4.0
|
||||
%global pp_version 0.6.1
|
||||
%global pp_version 0.6.2
|
||||
%global prettyprint_version 0.2.0
|
||||
%global prism_version 1.0.0
|
||||
%global pstore_version 0.1.4
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
%global reline_version 0.5.12
|
||||
%global resolv_version 0.5.0
|
||||
%global ruby2_keywords_version 0.0.5
|
||||
%global securerandom_version 0.3.2
|
||||
%global securerandom_version 0.4.0
|
||||
%global set_version 1.1.1
|
||||
%global shellwords_version 0.2.1
|
||||
%global singleton_version 0.3.0
|
||||
|
|
@ -110,9 +110,8 @@
|
|||
|
||||
# Gemified default gems.
|
||||
%global io_console_version 0.8.0
|
||||
%global io_console_prerelease .beta1
|
||||
%global irb_version 1.14.1
|
||||
%global json_version 2.8.2
|
||||
%global json_version 2.9.0
|
||||
%global psych_version 5.2.0
|
||||
%global rdoc_version 6.8.1
|
||||
|
||||
|
|
@ -130,14 +129,14 @@
|
|||
%global net_smtp_version 0.5.0
|
||||
%global nkf_version 0.2.0
|
||||
%global matrix_version 0.4.2
|
||||
%global minitest_version 5.25.2
|
||||
%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 prime_version 0.1.3
|
||||
%global racc_version 1.8.1
|
||||
%global rake_version 13.2.1
|
||||
%global rbs_version 3.6.1
|
||||
%global rbs_version 3.7.0
|
||||
%global repl_type_completor_version 0.1.7
|
||||
%global resolv_replace_version 0.1.1
|
||||
%global rexml_version 3.3.9
|
||||
|
|
@ -1296,6 +1295,7 @@ make -C %{_vpath_builddir} runruby TESTRUN_SCRIPT=" \
|
|||
%{ruby_libdir}/shellwords.rb
|
||||
%{ruby_libdir}/singleton*
|
||||
%{ruby_libdir}/socket.rb
|
||||
%{ruby_libdir}/strscan
|
||||
%{ruby_libdir}/syntax_suggest*
|
||||
%{ruby_libdir}/tempfile.rb
|
||||
%{ruby_libdir}/timeout*
|
||||
|
|
@ -1797,14 +1797,18 @@ make -C %{_vpath_builddir} runruby TESTRUN_SCRIPT=" \
|
|||
%doc %{gem_instdir rbs}/README.md
|
||||
%{gem_instdir rbs}/Rakefile
|
||||
%{gem_instdir rbs}/Steepfile
|
||||
%{gem_instdir rbs}/config.yml
|
||||
%{gem_instdir rbs}/core
|
||||
%doc %{gem_instdir rbs}/docs
|
||||
%{gem_instdir rbs}/exe
|
||||
%{gem_instdir rbs}/goodcheck.yml
|
||||
%{gem_instdir rbs}/include
|
||||
%{gem_libdir rbs}
|
||||
%{gem_instdir rbs}/schema
|
||||
%{gem_instdir rbs}/sig
|
||||
%{gem_instdir rbs}/src
|
||||
%{gem_instdir rbs}/stdlib
|
||||
%{gem_instdir rbs}/templates
|
||||
%{gem_spec rbs}
|
||||
|
||||
%files -n rubygem-test-unit
|
||||
|
|
@ -1869,7 +1873,7 @@ 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 (5067a46502)
|
||||
- Upgrade to Ruby 3.4.0 (3901df708d)
|
||||
|
||||
* 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