Marcus Rückert 2022-12-06 10:54:02 +00:00 committed by Git OBS Bridge
parent ac9d4a0b26
commit 6acde141eb
6 changed files with 16 additions and 10 deletions

View File

@ -1,11 +1,11 @@
<services>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">ruby-3.2.0-preview3/yjit</param>
<param name="srcdir">ruby-3.2.0-rc1/yjit</param>
<!--
<param name="update">true</param>
-->
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">ruby-3.2.0-preview3/yjit</param>
<param name="srcdir">ruby-3.2.0-rc1/yjit</param>
</service>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3f5619de544240d92a5d03aa289e71bd1103379622c523a0e80ed029a74b3bb
size 14799804

3
ruby-3.2.0-rc1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d45b3af14e84337882a2021235a091ae5dcfc0baaf31dccc479b71d96dd07bc
size 14934012

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 6 10:48:43 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
- Update to 3.2.0~rc1
https://www.ruby-lang.org/en/news/2022/12/06/ruby-3-2-0-rc1-released/
-------------------------------------------------------------------
Fri Dec 2 13:48:19 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>

View File

@ -35,9 +35,9 @@
%global patch_level p0
Name: ruby3.2%{psuffix}
Version: 3.2.0~preview3
Version: 3.2.0~rc1
Release: 0
%global pkg_version 3.2.0-preview3
%global pkg_version 3.2.0-rc1
# make the exported API version explicit
%global api_version 3.2.0+3
%global rb_binary_suffix .ruby3.2
@ -85,6 +85,7 @@ Release: 0
%endif
%bcond_with clang
%bcond_with separate_stdlib
%bcond_with system_ruby
#
URL: https://www.ruby-lang.org/
@ -125,7 +126,9 @@ BuildRequires: timezone
BuildRequires: cargo
BuildRequires: rust
%endif
%if %{with system_ruby}
BuildRequires: ruby
%endif
BuildRequires: readline-devel
BuildRequires: zlib-devel
%if 0%{?use_valgrind}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd3ee48a523adaabbf9458991d594b199580a76ace8b699f5a4eb704dd2f284a
size 3317932