From 224fa7843d8645b5333aa64774eda65a5968a7fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Thu, 14 Dec 2023 13:56:51 +0100 Subject: [PATCH] Upgrade to Ruby 3.3.0 (e3631277c3). --- ruby-2.3.0-ruby_version.patch | 2 +- ruby.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruby-2.3.0-ruby_version.patch b/ruby-2.3.0-ruby_version.patch index a0043d1..d2b50af 100644 --- a/ruby-2.3.0-ruby_version.patch +++ b/ruby-2.3.0-ruby_version.patch @@ -214,7 +214,7 @@ index d4ff4a262c..3f9a5bf590 100644 File.join parts end -@@ -253,7 +254,7 @@ def self.vendor_dir # :nodoc: +@@ -265,7 +266,7 @@ def self.vendor_dir # :nodoc: return nil unless RbConfig::CONFIG.key? "vendordir" File.join RbConfig::CONFIG["vendordir"], "gems", diff --git a/ruby.spec b/ruby.spec index 49f1b68..17f50d9 100644 --- a/ruby.spec +++ b/ruby.spec @@ -10,7 +10,7 @@ #%%global milestone rc1 # Keep the revision enabled for pre-releases from GIT. -%global revision e51f9e9f75 +%global revision e3631277c3 %global ruby_archive %{name}-%{ruby_version} @@ -1610,7 +1610,7 @@ make -C %{_vpath_builddir} runruby TESTRUN_SCRIPT=" \ %changelog * Thu Dec 14 2023 Vít Ondruch - 3.3.0-184 -- Upgrade to Ruby 3.3.0 (e51f9e9f75). +- Upgrade to Ruby 3.3.0 (e3631277c3). * Thu Nov 09 2023 Jun Aruga - 3.2.2-183 - ssl: use ffdhe2048 from RFC 7919 as the default DH group parameters