Upgrade to ruby 3.4.4.
Resolves: rhbz#2359563
This commit is contained in:
parent
5826182588
commit
f4146f96aa
3 changed files with 16 additions and 12 deletions
|
|
@ -12,7 +12,7 @@ diff --git a/common.mk b/common.mk
|
|||
index d55d1788aa..73755f6ccd 100644
|
||||
--- a/common.mk
|
||||
+++ b/common.mk
|
||||
@@ -1662,8 +1662,6 @@ no-test-bundled-gems-spec:
|
||||
@@ -1665,8 +1665,6 @@ no-test-bundled-gems-spec:
|
||||
|
||||
test-syntax-suggest:
|
||||
|
||||
|
|
|
|||
24
ruby.spec
24
ruby.spec
|
|
@ -1,6 +1,6 @@
|
|||
%global major_version 3
|
||||
%global minor_version 4
|
||||
%global teeny_version 2
|
||||
%global teeny_version 4
|
||||
%global major_minor_version %{major_version}.%{minor_version}
|
||||
|
||||
%global ruby_version %{major_minor_version}.%{teeny_version}
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
%global rubygems_dir %{_datadir}/rubygems
|
||||
|
||||
# Bundled libraries versions
|
||||
%global rubygems_version 3.6.2
|
||||
%global rubygems_version 3.6.7
|
||||
%global rubygems_molinillo_version 0.8.0
|
||||
%global rubygems_net_http_version 0.6.0
|
||||
%global rubygems_net_protocol_version 0.2.2
|
||||
|
|
@ -36,21 +36,21 @@
|
|||
%global rubygems_securerandom_version 0.4.1
|
||||
%global rubygems_timeout_version 0.4.3
|
||||
%global rubygems_tsort_version 0.2.0
|
||||
%global rubygems_uri_version 1.0.2
|
||||
%global rubygems_uri_version 1.0.3
|
||||
|
||||
# Default gems.
|
||||
%global bundler_version 2.6.2
|
||||
%global bundler_connection_pool_version 2.4.1
|
||||
%global bundler_version 2.6.7
|
||||
%global bundler_connection_pool_version 2.5.0
|
||||
%global bundler_fileutils_version 1.7.3
|
||||
%global bundler_net_http_persistent_version 4.0.4
|
||||
%global bundler_pub_grub_version 0.5.0
|
||||
%global bundler_securerandom_version 0.4.1
|
||||
%global bundler_thor_version 1.3.2
|
||||
%global bundler_tsort_version 0.2.0
|
||||
%global bundler_uri_version 1.0.2
|
||||
%global bundler_uri_version 1.0.3
|
||||
|
||||
%global benchmark_version 0.4.0
|
||||
%global cgi_version 0.4.1
|
||||
%global cgi_version 0.4.2
|
||||
%global date_version 3.4.1
|
||||
%global delegate_version 0.4.0
|
||||
%global did_you_mean_version 2.0.0
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
%global tmpdir_version 0.3.1
|
||||
%global tsort_version 0.2.0
|
||||
%global un_version 0.3.0
|
||||
%global uri_version 1.0.2
|
||||
%global uri_version 1.0.3
|
||||
%global weakref_version 0.1.3
|
||||
%global win32ole_version 1.9.1
|
||||
%global win32_registry_version 0.1.0
|
||||
|
|
@ -121,7 +121,7 @@
|
|||
%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.6
|
||||
%global net_imap_version 0.5.8
|
||||
%global net_pop_version 0.1.2
|
||||
%global net_smtp_version 0.5.1
|
||||
%global nkf_version 0.2.0
|
||||
|
|
@ -177,7 +177,7 @@
|
|||
Summary: An interpreter of object-oriented scripting language
|
||||
Name: ruby
|
||||
Version: %{ruby_version}%{?development_release}
|
||||
Release: 23%{?dist}
|
||||
Release: 24%{?dist}
|
||||
# Licenses, which are likely not included in binary RPMs:
|
||||
# Apache-2.0:
|
||||
# benchmark/gc/redblack.rb
|
||||
|
|
@ -1875,6 +1875,10 @@ make -C %{_vpath_builddir} runruby TESTRUN_SCRIPT=" \
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 20 2025 Jarek Prokop <jprokop@redhat.com> - 3.4.4-24
|
||||
- Upgrade to Ruby 3.4.4.
|
||||
Resolves: rhbz#2359563
|
||||
|
||||
* Wed Feb 19 2025 Vít Ondruch <vondruch@redhat.com> - 3.4.2-23
|
||||
- Upgrade to Ruby 3.4.2.
|
||||
Resolves: rhbz#2345875
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ruby-3.4.2.tar.xz) = cb8b5023bce316393716548c5f0a44c7d0240724ff79b995517641266af30bedc6f402c1c8fa27368ea607e2aa6d36bbb201e00c6e9dd2a80d837431d32343b5
|
||||
SHA512 (ruby-3.4.4.tar.xz) = 0d258cf790daad424c866404b5cbdc8adba0e4e13764847a89adf2335229e5184095c9f3e9594705897697e48bcc322d9a9f919b04047abb2075daca9fce8871
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue