Upgrade to Ruby 3.2.5.

This commit is contained in:
Vít Ondruch 2024-09-10 12:08:18 +02:00
commit c344d09fd3
2 changed files with 8 additions and 5 deletions

View file

@ -1,6 +1,6 @@
%global major_version 3
%global minor_version 2
%global teeny_version 4
%global teeny_version 5
%global major_minor_version %{major_version}.%{minor_version}
%global ruby_version %{major_minor_version}.%{teeny_version}
@ -10,7 +10,7 @@
#%%global milestone rc1
# Keep the revision enabled for pre-releases from GIT.
#%%global revision c5eefb7f37
#%%global revision 31d0f1a2e7
%global ruby_archive %{name}-%{ruby_version}
@ -60,7 +60,7 @@
%global power_assert_version 2.0.3
%global rake_version 13.0.6
%global test_unit_version 3.5.7
%global rexml_version 3.2.5
%global rexml_version 3.3.2
%global rss_version 0.2.9
%global net_ftp_version 0.2.1
%global net_imap_version 0.3.4.1
@ -102,7 +102,7 @@
Summary: An interpreter of object-oriented scripting language
Name: ruby
Version: %{ruby_version}%{?development_release}
Release: 182%{?dist}
Release: 183%{?dist}
# BSD-3-Clause: missing/{crypt,mt19937,setproctitle}.c
# ISC: missing/strl{cat,cpy}.c
# Public Domain for example for: include/ruby/st.h, strftime.c, missing/*, ...
@ -1552,6 +1552,9 @@ mv test/ruby/test_jit.rb{,.disable} || :
%changelog
* Tue Sep 10 2024 Vít Ondruch <vondruch@redhat.com> - 3.2.5-183
- Upgrade to Ruby 3.2.5.
* Wed Apr 24 2024 Vít Ondruch <vondruch@redhat.com> - 3.2.4-182
- Upgrade to Ruby 3.2.4.
Resolves: rhbz#2270544