From 9e0eeef9f3abb90f33ef4d5263d64420198ce5b5c956066898c1fe250752dd1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=BCller?= Date: Sun, 10 Jul 2022 20:26:01 +0000 Subject: [PATCH] Accepting request 988209 from home:expeehaa:branches:devel:languages:ruby:extensions - Update to version 20220710. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220710 * Use OpenSSL 3.0.5 * Use OpenSSL 1.1.1q * Install openssl 1 when openssl is 3 * Install openssl whenever the system version does not match * Make supported openssl versions explicit per definition. OBS-URL: https://build.opensuse.org/request/show/988209 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=52 --- ruby-build-20220630.tar.gz | 3 --- ruby-build-20220710.tar.gz | 3 +++ ruby-build.changes | 11 +++++++++++ ruby-build.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 ruby-build-20220630.tar.gz create mode 100644 ruby-build-20220710.tar.gz diff --git a/ruby-build-20220630.tar.gz b/ruby-build-20220630.tar.gz deleted file mode 100644 index 7ae7484..0000000 --- a/ruby-build-20220630.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d741d7c3f7431954a5394f1d2e171b934db424a47ddca372af1eb2504a617835 -size 76042 diff --git a/ruby-build-20220710.tar.gz b/ruby-build-20220710.tar.gz new file mode 100644 index 0000000..9e97673 --- /dev/null +++ b/ruby-build-20220710.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f8b92c08d046fa52d8e27c6fccedb6283cc2ade115412c2b22ea90461e509b +size 76872 diff --git a/ruby-build.changes b/ruby-build.changes index a4dfc6d..aeb3b36 100644 --- a/ruby-build.changes +++ b/ruby-build.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Jul 10 20:10:53 UTC 2022 - Lukas Müller + +- Update to version 20220710. + Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220710 + * Use OpenSSL 3.0.5 + * Use OpenSSL 1.1.1q + * Install openssl 1 when openssl is 3 + * Install openssl whenever the system version does not match + * Make supported openssl versions explicit per definition. + ------------------------------------------------------------------- Thu Jun 30 01:07:13 UTC 2022 - Lukas Müller diff --git a/ruby-build.spec b/ruby-build.spec index 2e1d938..601bae8 100644 --- a/ruby-build.spec +++ b/ruby-build.spec @@ -24,7 +24,7 @@ %endif Name: ruby-build -Version: 20220630 +Version: 20220710 Release: 0 BuildArch: noarch License: MIT