Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f15b0a887f |
2
_service
2
_service
@@ -1,6 +1,6 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="cargo_vendor" mode="manual">
|
<service name="cargo_vendor" mode="manual">
|
||||||
<param name="srcdir">ruby-3.4.5/yjit</param>
|
<param name="srcdir">ruby-3.4.3/yjit</param>
|
||||||
<param name="update">false</param>
|
<param name="update">false</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
|
|||||||
BIN
ruby-3.4.3.tar.xz
LFS
Normal file
BIN
ruby-3.4.3.tar.xz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7b3a905b84b8777aa29f557bada695c3ce108390657e614d2cc9e2fb7e459536
|
|
||||||
size 17265032
|
|
||||||
@@ -1,25 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Jul 15 18:06:05 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
|
|
||||||
|
|
||||||
- Update to 3.4.5
|
|
||||||
This is a routine update that includes bug fixes and GCC 15
|
|
||||||
support. Please refer to the release notes on GitHub for further
|
|
||||||
details.
|
|
||||||
|
|
||||||
https://github.com/ruby/ruby/releases/tag/v3_4_5
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed May 14 20:35:20 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
|
|
||||||
|
|
||||||
- Update to 3.4.4
|
|
||||||
This release includes a fix for a YJIT bug related to local
|
|
||||||
variables and addresses a build issue on Windows when using GCC
|
|
||||||
15. It was released ahead of schedule to make these fixes
|
|
||||||
available as soon as possible. A few other bug fixes are also
|
|
||||||
included.
|
|
||||||
|
|
||||||
https://github.com/ruby/ruby/releases/tag/v3_4_4
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 13 09:05:51 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
Tue May 13 09:05:51 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -36,9 +36,9 @@
|
|||||||
|
|
||||||
%global patch_level p0
|
%global patch_level p0
|
||||||
Name: ruby3.4%{psuffix}
|
Name: ruby3.4%{psuffix}
|
||||||
Version: 3.4.5
|
Version: 3.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
%global pkg_version %{version}
|
%global pkg_version 3.4.3
|
||||||
# make the exported API version explicit
|
# make the exported API version explicit
|
||||||
# TODO: remove the +0 before the final release
|
# TODO: remove the +0 before the final release
|
||||||
%global api_version 3.4.0
|
%global api_version 3.4.0
|
||||||
|
|||||||
BIN
vendor.tar.xz
LFS
BIN
vendor.tar.xz
LFS
Binary file not shown.
Reference in New Issue
Block a user