forked from pool/ruby-build
Accepting request 982147 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20220610. Changelog: //github.com/rbenv/ruby-build/releases/tag/v20220610 * Skip building docs when building openssl * See openssl/openssl#8170 * The install_sw target exists since 1.0.0 or earlier: https://github.com/openssl/openssl/blob/OpenSSL_1_0_0-stable/Makefile.org * Re-enable ssldir creation target for openssl install Prior commit attempts to shorten install by omitting documentation install, however an additional target is needed to get the conf dirs for capturing the PEMs et al. * OpenSSL 1.1+ needs the extra install_ssldirs target to install certificates * Add Darwin-arm64 and Linux-aarch64 for truffleruby-dev and truffleruby+graalvm-dev OBS-URL: https://build.opensuse.org/request/show/982147 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=48
This commit is contained in:
parent
e7c8c8f37a
commit
2cab32c515
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e82f06aa9635c6b8d05f38c73fdbf8de7c0455d2c74bee6ba0ba32cf18204507
|
||||
size 75604
|
3
ruby-build-20220610.tar.gz
Normal file
3
ruby-build-20220610.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86582796b9fae75988542f96c3f9445cb453e301cbd1b31e89f4d1f88dc14ad9
|
||||
size 75733
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 11 13:50:37 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
|
||||
|
||||
- Update to version 20220610.
|
||||
Changelog: //github.com/rbenv/ruby-build/releases/tag/v20220610
|
||||
* Skip building docs when building openssl
|
||||
* See openssl/openssl#8170
|
||||
* The install_sw target exists since 1.0.0 or earlier:
|
||||
https://github.com/openssl/openssl/blob/OpenSSL_1_0_0-stable/Makefile.org
|
||||
* Re-enable ssldir creation target for openssl install
|
||||
Prior commit attempts to shorten install by omitting documentation install,
|
||||
however an additional target is needed to get the conf dirs for capturing the
|
||||
PEMs et al.
|
||||
* OpenSSL 1.1+ needs the extra install_ssldirs target to install certificates
|
||||
* Add Darwin-arm64 and Linux-aarch64 for truffleruby-dev and truffleruby+graalvm-dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 24 00:13:43 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
# SLE does not provide "bats", which is required for testing.
|
||||
%if %{undefined sle_version}
|
||||
%bcond_without test
|
||||
@ -23,7 +24,7 @@
|
||||
%endif
|
||||
|
||||
Name: ruby-build
|
||||
Version: 20220426
|
||||
Version: 20220610
|
||||
Release: 0
|
||||
BuildArch: noarch
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user