From 2cab32c515883f3b4acfa18387d1032a9c8bf62e70af13d11e70d4cfbcc1dc20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=BCller?= Date: Sat, 11 Jun 2022 13:58:23 +0000 Subject: [PATCH] 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 --- ruby-build-20220426.tar.gz | 3 --- ruby-build-20220610.tar.gz | 3 +++ ruby-build.changes | 16 ++++++++++++++++ ruby-build.spec | 3 ++- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 ruby-build-20220426.tar.gz create mode 100644 ruby-build-20220610.tar.gz diff --git a/ruby-build-20220426.tar.gz b/ruby-build-20220426.tar.gz deleted file mode 100644 index d402f3b..0000000 --- a/ruby-build-20220426.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e82f06aa9635c6b8d05f38c73fdbf8de7c0455d2c74bee6ba0ba32cf18204507 -size 75604 diff --git a/ruby-build-20220610.tar.gz b/ruby-build-20220610.tar.gz new file mode 100644 index 0000000..6f7223e --- /dev/null +++ b/ruby-build-20220610.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86582796b9fae75988542f96c3f9445cb453e301cbd1b31e89f4d1f88dc14ad9 +size 75733 diff --git a/ruby-build.changes b/ruby-build.changes index 4fbcbc4..b871f89 100644 --- a/ruby-build.changes +++ b/ruby-build.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Jun 11 13:50:37 UTC 2022 - Lukas Müller + +- 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 diff --git a/ruby-build.spec b/ruby-build.spec index 9ed331c..a5e96fb 100644 --- a/ruby-build.spec +++ b/ruby-build.spec @@ -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