forked from pool/ruby-build
Accepting request 1002418 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/1002418 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ruby-build?expand=0&rev=9
This commit is contained in:
commit
44a143f89b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:55d9363a27486e4ec9623985d7764c5cf8e59cafe58afcf666e81fa148dea2f0
|
|
||||||
size 78124
|
|
3
ruby-build-20220910.1.tar.gz
Normal file
3
ruby-build-20220910.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:591c8f34b59ee10143393310580e8114cf00b190ee73d23581fb6824569668e5
|
||||||
|
size 78182
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 10 12:15:54 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
|
||||||
|
|
||||||
|
- Update to version 20220910.1.
|
||||||
|
Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220910.1
|
||||||
|
* enable YJIT with 3.2.0-preview2
|
||||||
|
Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220910
|
||||||
|
* Fixed regex pattern for YJIT
|
||||||
|
Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220909
|
||||||
|
* YJIT support arm64 and aarch64 arch
|
||||||
|
* Added 3.2.0-preview2
|
||||||
|
- Add dependency on libyaml-devel for building Ruby 3.2.0+.
|
||||||
|
- Add missing dependencies on tar and make.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 25 21:47:59 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
|
Thu Aug 25 21:47:59 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: ruby-build
|
Name: ruby-build
|
||||||
Version: 20220825
|
Version: 20220910.1
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -39,6 +39,8 @@ BuildRequires: bats
|
|||||||
Requires: bash
|
Requires: bash
|
||||||
Requires: curl
|
Requires: curl
|
||||||
Requires: gcc
|
Requires: gcc
|
||||||
|
Requires: make
|
||||||
|
Requires: tar
|
||||||
# ruby MRI BuildRequires
|
# ruby MRI BuildRequires
|
||||||
Requires: bison
|
Requires: bison
|
||||||
Requires: automake
|
Requires: automake
|
||||||
@ -47,6 +49,7 @@ Requires: gperf
|
|||||||
Requires: graphviz
|
Requires: graphviz
|
||||||
Requires: libffi-devel
|
Requires: libffi-devel
|
||||||
Requires: libjpeg-devel
|
Requires: libjpeg-devel
|
||||||
|
Requires: libyaml-devel
|
||||||
Requires: openssl-devel
|
Requires: openssl-devel
|
||||||
Requires: readline-devel
|
Requires: readline-devel
|
||||||
Requires: tk-devel
|
Requires: tk-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user