Accepting request 991312 from home:expeehaa:branches:devel:languages:ruby:extensions

- Update to version 20220726.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220726
  * Add TruffleRuby 22.2.0
- Update to version 20220725.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220725
  * Only check the opensslv.h header to find the system openssl version
    * openssl version can be another version than the header, for instance with
    * apt-get install --no-install-recommends ca-certificates libssl1.0-dev on Ubuntu 18.04: #2014 (reply in thread)

OBS-URL: https://build.opensuse.org/request/show/991312
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=58
This commit is contained in:
Lukas Müller 2022-07-26 22:05:07 +00:00 committed by Git OBS Bridge
parent 9aedef7527
commit 74b46cfdb9
4 changed files with 19 additions and 6 deletions

View File

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

View File

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

View File

@ -1,8 +1,21 @@
-------------------------------------------------------------------
Tue Jul 26 21:58:12 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
- Update to version 20220726.
Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220726
* Add TruffleRuby 22.2.0
- Update to version 20220725.
Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220725
* Only check the opensslv.h header to find the system openssl version
* openssl version can be another version than the header, for instance with
* apt-get install --no-install-recommends ca-certificates libssl1.0-dev on Ubuntu 18.04: #2014 (reply in thread)
-------------------------------------------------------------------
Thu Jul 21 16:22:26 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
- Update to version 20220721.
Changelog: //github.com/rbenv/ruby-build/releases/tag/v20220721
Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220721
* For Ruby 3.2.0-dev, install YJIT by default if rustc 1.60+ is available
* Don't auto-enable YJIT except on x86_64
* Restructure build_package_enable_yjit to be cleaner and to exit before later checks if possible.
@ -13,7 +26,7 @@ Thu Jul 21 16:22:26 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
Thu Jul 14 11:26:59 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
- Update to version 20220713.
Changelog: //github.com/rbenv/ruby-build/releases/tag/v20220713
Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220713
* Use OpenSSL 3.x with Ruby 3.1.x
-------------------------------------------------------------------

View File

@ -24,7 +24,7 @@
%endif
Name: ruby-build
Version: 20220721
Version: 20220726
Release: 0
BuildArch: noarch
License: MIT