Upgrade to Ruby 3.2.5.
This commit is contained in:
parent
db24d65e28
commit
c344d09fd3
2 changed files with 8 additions and 5 deletions
11
ruby.spec
11
ruby.spec
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ruby-3.2.4.tar.xz) = fb0af37be4b6ad7b98ab9f8a508952238ee68b5828e3926331e4db52e2ebc1e6046f31114069322db0cd3bea7c9b82ace91c8564573ddcfa1f960877b237dbff
|
||||
SHA512 (ruby-3.2.5.tar.xz) = 092348b84b513aec62e63ec10b326370d0e3d1fa3126c59c03c84f28e2d7741a4772c461b077ec6a7dac3964a20f434655729e1acd50a3438755d7ad64073305
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue