Commit Graph

99 Commits

Author SHA256 Message Date
Lukas Müller
ff9ced6dc5 Accepting request 1159110 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20240318.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20240318
  * Switch to EA builds from graalvm/graal-languages-ea-builds for truffleruby+graalvm-dev by @eregon in #2356

OBS-URL: https://build.opensuse.org/request/show/1159110
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=148
2024-03-18 18:16:30 +00:00
Lukas Müller
5940a00a24 Accepting request 1149886 from home:dimstar:rpm4.20:r
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1149886
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=146
2024-02-23 15:12:37 +00:00
Lukas Müller
44e6ae294b Accepting request 1148966 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20240221.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20240221
  * Add mruby-3.3.0 by @hasumikin in #2348
  * Add JRuby 9.3.14.0 and 9.4.6.0 by @headius in #2350

OBS-URL: https://build.opensuse.org/request/show/1148966
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=144
2024-02-22 05:19:22 +00:00
Lukas Müller
faba95f62e Accepting request 1140002 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20240119.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20240119
  * Add Ruby 3.2.3 by @TomNaessens in #2339

OBS-URL: https://build.opensuse.org/request/show/1140002
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=142
2024-01-19 18:29:18 +00:00
Lukas Müller
6d688ac1a6 Accepting request 1139229 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20240116.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20240116
  * Added 3.4-dev definition by @hsbt in #2329
  * Skip passing `--with-readline-dir` for Ruby 3.3+ by @mislav in #2333
  * Add TruffleRuby and TruffleRuby GraalVM 23.1.2 by @eregon in #2336

OBS-URL: https://build.opensuse.org/request/show/1139229
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=140
2024-01-16 16:15:23 +00:00
Lukas Müller
1485f9a445 Accepting request 1135127 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20231225.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20231225
  * Use bats-core instead of archived version by @hsbt in #2325
  * Add Ruby 3.3.0 by @k0kubun in #2326
  * Switch 3.3.0-dev to ruby_3_3 branch by @hsbt in #2327

OBS-URL: https://build.opensuse.org/request/show/1135127
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=138
2023-12-26 00:46:13 +00:00
Lukas Müller
248a1bb8a5 Accepting request 1132555 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20231211.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20231211
  * Add Ruby 3.3.0-rc1 by @casperisfine in #2323
  * Add `ruby-dev` definition by @eregon in #2311
  * Mark Ruby 3.0.x as unsupported by @mislav in #2307
  * Add script to update `warn_unsuppported`, `warn_eol` labels by @mislav in #2308
  * Remove deprecated `verify_openssl` step from build definitions by @mislav in #2314
    * Instruct Ruby to fail the build if openssl or psych are missing by @mislav in #2296
    * Fix compiling Ruby < 2.5 by omitting `--with-ext` by @mislav in #2316
  * Introduce "with_bundled_gems" build step for dev rubies and unify "standard" by @mislav in #2318
  * Fix linking to older OpenSSL for Ruby < 2.7.7 by @mislav in #2322

OBS-URL: https://build.opensuse.org/request/show/1132555
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=136
2023-12-11 19:43:46 +00:00
Lukas Müller
d5ba679191 Accepting request 1126711 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20231114.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20231114
  * Fix commands printed when TMPDIR is empty by @mislav in #2303
  * Add option flags to ruby-build man page by @mislav in #2302
  * Abandon using `--show-progress` for wget by @mislav in #2304
  * Added 3.3.0-preview3 by @andreimaxim in #2310

OBS-URL: https://build.opensuse.org/request/show/1126711
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=134
2023-11-15 17:27:26 +00:00
Lukas Müller
0674f47a9b Accepting request 1124141 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20231107.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20231107
  * ruby-build now prints external commands as they are executed - @mislav in #2230
    Now there is more transparency to what ruby-build does: at the glance of the output, it should be clear that ruby-build is mostly just a wrapper around the curl → untar → `./configure` → `make` → `make install` combo. Furthermore, when an error arises, it should now be more apparent which build step failed, even before having to dive into the log file.
    Additionally, network downloaders such as `curl`, `wget`, and `git` are now connected directly to the terminal, allowing them to display progress information.
    In `ruby-build --verbose` mode, the output of all external commands is now connected to the same stdout/stderr as the ruby-build process, and a log file doesn't get created anymore.
    The "BUILD FAILED" output is now improved: it includes CPU architecture information and is cleaner, drawing attention to the location of the build log on disk. (Most often, the real cause of a build failure is only discoverable via the log.)
  * Automatically link to Homebrew OpenSSL by @mislav in #2275 #2292
    With this change, it is no longer necessary to set `RUBY_CONFIGURE_OPTS=--with-openssl-dir=...` after doing `brew install openssl@3`. An appropriate OpenSSL version installed with Homebrew will get used for configuring Ruby automatically, even if the formula is "keg-only".
  * Add JRuby 9.4.5.0 and 9.3.13.0 by @headius in #2289
  * Add `ruby-build(1)` man page by @mislav in #2297
  * Respect NO_COLOR and CLICOLOR_FORCE by @mislav in #2295
  * Remove support for Topaz and Maglev by @mislav in #2294
  * Unmark Ruby 2.7 as soon-to-be-EOL since it's already EOL by @mislav in #2286

OBS-URL: https://build.opensuse.org/request/show/1124141
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=132
2023-11-08 00:18:07 +00:00
Lukas Müller
a34198ddab Accepting request 1120355 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20231025.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20231025
  * Cleanup in truffleruby+graalvm installation by @mislav in #2272
  * Avoid compiling OpenSSL if the user supplied `--with-openssl-dir` on the command line by @mislav in #2274
  * Cleanup in OpenSSL compilation step by @mislav in #2270
  * Avoiding excessive cd when fetching git repos by @mislav in #2273
  * Remove implicit LDFLAGS, CPPFLAGS, and "ldflags_dirs" build step by @mislav in #2271
  * Add tests for functionality related to linking to OpenSSL by @mislav in #2276
  * Add JRuby 9.4.4.0 by @headius in #2277
  * Remove strict `openssl@1.1` requirement from TruffleRuby, jruby-dev definitions by @mislav in #2278
  * Fix fixing JRuby shebangs on macOS by @mislav in #2280
  * Skip ri/rdoc when installing jruby-launcher by @eregon in #2281
  * Bump up OpenSSL 3.1.4 by @hsbt in #2283
  * Add TruffleRuby and TruffleRuby GraalVM 23.1.1 by @eregon in #2284

OBS-URL: https://build.opensuse.org/request/show/1120355
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=130
2023-10-25 17:10:34 +00:00
Lukas Müller
073c97e411 Accepting request 1117809 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20231014.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20231014
  * Add RUBY_BUILD_TARBALL_OVERRIDE to override the ruby tarball URL by @eregon in #2258

OBS-URL: https://build.opensuse.org/request/show/1117809
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=128
2023-10-14 16:02:25 +00:00
Lukas Müller
2a064f6f4a Accepting request 1117189 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20231012.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20231012
  * Bump up OpenSSL 3.1.3 by @hsbt in #2257
  * Bump mislav/bump-homebrew-formula-action from 2 to 3 by @dependabot in #2259
  * Bump redhat-plumbers-in-action/differential-shellcheck from 4 to 5 by @dependabot in #2265
  * Set default MAKE=make on FreeBSD by @Freaky in #2263
  * Pass ruby configuration flags on the command line by @mislav in #2267
  * Enable shellcheck parsing of ruby-build source by @mislav in #2268
  * Use builds from ruby/truffleruby-dev-builder for truffleruby-dev on macos-arm64 by @eregon in #2269

OBS-URL: https://build.opensuse.org/request/show/1117189
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=126
2023-10-12 11:31:30 +00:00
Lukas Müller
b1927ec23e Accepting request 1112301 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230919.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230919
  * Add TruffleRuby and TruffleRuby GraalVM 23.1.0 by @eregon in #2254

OBS-URL: https://build.opensuse.org/request/show/1112301
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=124
2023-09-19 13:42:01 +00:00
Lukas Müller
ca23236589 Accepting request 1111395 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230914.1.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230914.1
  * Use the TruffleRuby JVM Standalones for truffleruby+graalvm-dev by @eregon in #2251
  * Update URLs for truffleruby+graalvm-dev by @eregon in #2252

OBS-URL: https://build.opensuse.org/request/show/1111395
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=122
2023-09-14 17:29:08 +00:00
Lukas Müller
23cb2cf77c Accepting request 1111360 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230914.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230914
  * workaround jruby#7799 by updating rubygems for JRuby 9.2.x by @jsvd in #2246
  * Added 3.3.0-preview2 by @hsbt in #2249
  * Bump up openssl-1.1.1w by @hsbt in #2250

OBS-URL: https://build.opensuse.org/request/show/1111360
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=121
2023-09-14 13:46:09 +00:00
Lukas Müller
7d1d322a65 Accepting request 1110385 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230912.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230912
  * Bump actions/checkout from 3 to 4 by @dependabot in #2247
  * Add JRuby 9.3.11.0 by @headius in #2248

OBS-URL: https://build.opensuse.org/request/show/1110385
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=119
2023-09-11 23:12:57 +00:00
Lukas Müller
d9763c37bb Accepting request 1108950 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230904.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230904
  * Show openssl version used from homebrew by default by @MatasNed in #2226
  * Bump up OpenSSL versions by @hsbt in #2227
  * Avoid test failure when stubbing FreeBSD environment by @mislav in #2228
  * Display the actual error when testing for Ruby's openssl extension by @YellowApple in #2223
  * Remove `require_gcc` implementation by @mislav in #2232
  * Remove `require_llvm` implementation by @mislav in #2231
  * Update URLs for truffleruby+graalvm-dev by @eregon in #2244

OBS-URL: https://build.opensuse.org/request/show/1108950
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=117
2023-09-04 19:20:20 +00:00
Lukas Müller
049e9bed5b Accepting request 1099132 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230717.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230717
  * Follow truffleruby dev standalones rename by @eregon in #2219

OBS-URL: https://build.opensuse.org/request/show/1099132
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=115
2023-07-17 18:24:29 +00:00
Lukas Müller
a2d064658d Accepting request 1098022 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230710.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230710
  * Bump up the latest versions of OpenSSL by @hsbt in #2216

OBS-URL: https://build.opensuse.org/request/show/1098022
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=113
2023-07-10 21:43:31 +00:00
Lukas Müller
88f2c867c6 Accepting request 1093267 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230615.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230615
  * Print a message about the new distribution and license when installing TruffleRuby 23.0 by @eregon in #2209

OBS-URL: https://build.opensuse.org/request/show/1093267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=111
2023-06-15 11:01:57 +00:00
Lukas Müller
d3f7c4c875 Accepting request 1093084 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230614.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230614
  * Add TruffleRuby and TruffleRuby+GraalVM 23.0.0 by @eregon in #2207

OBS-URL: https://build.opensuse.org/request/show/1093084
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=109
2023-06-14 09:34:50 +00:00
Lukas Müller
4634d876fa Accepting request 1091440 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230608.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230608
  * Add JRuby 9.4.3.0 by @headius in #2203

OBS-URL: https://build.opensuse.org/request/show/1091440
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=107
2023-06-08 13:10:40 +00:00
Lukas Müller
2c1a61883f Accepting request 1086848 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230512.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230512
  * Added Ruby 3.3.0-preview1 by @hsbt in #2193

OBS-URL: https://build.opensuse.org/request/show/1086848
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=105
2023-05-13 00:59:31 +00:00
Lukas Müller
731f1bdf09 Accepting request 1083550 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230428.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230428
  * Add TruffleRuby 23.0.0-preview1 by @eregon in #2190
  * Add TruffleRuby+GraalVM 23.0.0-preview1 by @eregon in #2191

OBS-URL: https://build.opensuse.org/request/show/1083550
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=103
2023-04-28 15:04:22 +00:00
Lukas Müller
34128ccf75 Accepting request 1082591 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230424.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230424
  * Fall back on shasum if sha256sum is unavailable by @jas14 in #2177
  * Mark EOL status to Ruby 2.6 and 2.7 by @hsbt in #2180
  * Fix uploading SARIF reports from Differential Shellcheck by @mislav in #2181
  * Fix compilation of Ruby 3.2.x on FreeBSD by @jarmo in #2187
  * Fix truffleruby+graalvm-dev download URLs by @eregon in #2189

OBS-URL: https://build.opensuse.org/request/show/1082591
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=101
2023-04-24 19:53:15 +00:00
Lukas Müller
1a93080e10 Accepting request 1075684 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230330.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230330
  * Add definitions for Ruby 2.7.8, 3.0.6, 3.1.4, 3.2.2 by @jas14 in #2174
  * Upgrade from OpenSSL 3.0 to OpenSSL 3.1 by @mislav in #2175
  * Avoid shellcheck CI job commenting on every PR by @mislav in #2176
  * Remove AWS access key ID from version control by @mislav in #2163

OBS-URL: https://build.opensuse.org/request/show/1075684
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=99
2023-03-30 20:10:26 +00:00
Lukas Müller
cf44769eec Accepting request 1070943 from home:expeehaa:branches:devel:languages:ruby:extensions
- Change summary and description of dependency packages to shut up rpmlint.

OBS-URL: https://build.opensuse.org/request/show/1070943
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=97
2023-03-11 18:15:15 +00:00
Lukas Müller
abcdf91517 Accepting request 1070402 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230309.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230309
  * Add JRuby 9.4.2.0 by @headius in #2160

OBS-URL: https://build.opensuse.org/request/show/1070402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=95
2023-03-09 12:02:50 +00:00
Lukas Müller
923119b3d7 Accepting request 1069767 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230306.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230306
  * Add mruby-3.2.0 by @hasumikin in #2155
  * Automatically detect and link to Homebrew's libyaml by @dreyks in #1929

OBS-URL: https://build.opensuse.org/request/show/1069767
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=93
2023-03-07 00:21:40 +00:00
Lukas Müller
e3d1297605 Accepting request 1067441 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230222.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230222
  * release script: handle multiple releases on the same day by @mislav in #2148
  * Remove brew update instruction by @ohbarye in #2151
  * Update TruffleRuby dev release URLs by @nirvdrum in #2152

OBS-URL: https://build.opensuse.org/request/show/1067441
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=91
2023-02-23 15:36:11 +00:00
Lukas Müller
c4ef747bf9 Accepting request 1063892 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230208.1.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230208.1
  * Add Ruby 3.2.1 by @pmor in #2147
  * Remove obsolete `topaz-dev` formula by @hsbt in #2146
- Changes from version 20230208.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230208
  * Remove patch for openssl-1.1.1q by @eregon in #2139
  * Add JRuby 9.4.1.0 by @headius in #2138
  * Added dependabot update for GitHub Actions by @hsbt in #2141
  * Bump actions/checkout from 2 to 3 by @dependabot in #2142
  * Update old versions of JRuby URLs by @hsbt in #2145
  * Bump up latest stable versions of OpenSSL by @hsbt in #2140
  * Bump mislav/bump-homebrew-formula-action from 1 to 2 by @dependabot in #2143
  * Bump redhat-plumbers-in-action/differential-shellcheck from 3 to 4 by @dependabot in #2144

OBS-URL: https://build.opensuse.org/request/show/1063892
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=89
2023-02-08 18:28:32 +00:00
Lukas Müller
5450643cae Accepting request 1062555 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230202.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230202
  * Add JRuby 9.3.10.0 by @headius in #2137

OBS-URL: https://build.opensuse.org/request/show/1062555
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=87
2023-02-01 22:55:14 +00:00
Lukas Müller
8dbc391198 Accepting request 1060696 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20230124.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230124
  * Development of 3.3.0 started by @hsbt in #2116
  * Warn EOL status for all of rbx packages by @hsbt in #2117
  * svn.ruby-lang.org is shutdown now. by @hsbt in #2120
  * Drop svn support by @hsbt in #2121
  * Add TruffleRuby and TruffleRuby GraalVM 22.3.1 by @eregon in #2134

OBS-URL: https://build.opensuse.org/request/show/1060696
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=85
2023-01-24 20:22:12 +00:00
Lukas Müller
0a15a1c0a1 Accepting request 1045324 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20221225.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221225
  * Added 3.2.0 by @hsbt in https://github.com/rbenv/ruby-build/pull/2115

OBS-URL: https://build.opensuse.org/request/show/1045324
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=83
2022-12-25 20:20:02 +00:00
Lukas Müller
e76094ade7 Accepting request 1040794 from home:criswell:branches:devel:languages:ruby:extensions
- Update to version 20221206.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221206
  * Add definition for Ruby 3.2.0 RC 1 by @koic in #2110
- Update to version 20221124
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221124
  * Add definition for Ruby 3.1.3, 3.0.5, and 2.7.7 by @koic in #2096
- Update to version 20221123
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221123
  * JRuby 9.4.0.0 by @headius in #2095

OBS-URL: https://build.opensuse.org/request/show/1040794
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=81
2022-12-06 20:57:20 +00:00
Lukas Müller
bcfa247671 Accepting request 1037159 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20221121.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221121
  * truffleruby+graalvm-dev builds are now based on Java 17 by @eregon in #2093

OBS-URL: https://build.opensuse.org/request/show/1037159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=79
2022-11-21 17:35:29 +00:00
Lukas Müller
f6c840b260 Accepting request 1036526 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20221116.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221116
  * Add definition for Ruby 3.2.0-preview3 by @koic in #2087
  * Update to OpenSSL 1.1.1s by @mislav in #2088
  * Do not automatically enable YJIT nor attempt to detect rustc, as Ruby 3.2 now does that automatically by @mislav in #2091
  * Mark Ruby 2.6 as EOL and 2.7 as "unsupported" by @mislav in #2077

OBS-URL: https://build.opensuse.org/request/show/1036526
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=77
2022-11-18 03:54:17 +00:00
Lukas Müller
1677ca3463 Accepting request 1033029 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20221101.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221101
  * Use OpenSSL 3.0.7 for ruby 3.1 by @richardTowers in #2075

OBS-URL: https://build.opensuse.org/request/show/1033029
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=75
2022-11-03 11:08:17 +00:00
Lukas Müller
dc086eb3d9 Accepting request 1031380 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20221026.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221026
  * Add TruffleRuby and TruffleRuby GraalVM 22.3.0 by @eregon in #2070

OBS-URL: https://build.opensuse.org/request/show/1031380
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=73
2022-10-26 16:21:04 +00:00
Lukas Müller
aa8fcdcac6 Accepting request 1030969 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20221025.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221025
  * Add JRuby 9.3.9.0 by @headius in #2068

OBS-URL: https://build.opensuse.org/request/show/1030969
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=71
2022-10-24 23:01:20 +00:00
Lukas Müller
5544926ea8 Accepting request 1007936 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20221004.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221004
  * Fix rbenv install --list exit status by @mislav in #2059

OBS-URL: https://build.opensuse.org/request/show/1007936
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=69
2022-10-04 14:59:52 +00:00
Lukas Müller
5534cee6af Accepting request 1007353 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20220930.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220930
  * Add JRuby 9.3.8.0 by @headius in #2045
  * Use GMP from Homebrew if available by @casperisfine in #2044
  * Fix linking to system OpenSSL on OpenSUSE by @hsbt in #2049
  * rbenv-install: suggest rbenv global if there is no explicit global setting by @mislav in #2052
  * rbenv-install: only print stderr notice if printing list output to a terminal by @mislav in #2055
  * Touch up README for comprehension and clarity by @mislav in #2051
  * Add minimum GitHub token permissions for workflows by @varunsh-coder in #2041
  * Add Differential ShellCheck as shell linter by @jamacku in #2042
  * Release with gh instead of with hub by @mislav in #2056

OBS-URL: https://build.opensuse.org/request/show/1007353
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=67
2022-09-30 23:14:48 +00:00
Lukas Müller
99e72e3787 Accepting request 1002548 from home:expeehaa:branches:devel:languages:ruby:extensions
- Add dependency packages for more Ruby interpreters.

OBS-URL: https://build.opensuse.org/request/show/1002548
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=65
2022-09-12 02:40:25 +00:00
Lukas Müller
f34ab294e2 Accepting request 1002541 from home:expeehaa:branches:devel:languages:ruby:extensions
- Split dependencies for building different Ruby versions in dedicated packages.

OBS-URL: https://build.opensuse.org/request/show/1002541
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=64
2022-09-11 22:03:03 +00:00
Lukas Müller
b320fdc76c Accepting request 1002417 from home:expeehaa:branches:devel:languages:ruby:extensions
- 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.

OBS-URL: https://build.opensuse.org/request/show/1002417
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=62
2022-09-10 13:40:58 +00:00
Lukas Müller
de40d90dde Accepting request 999299 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20220825.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220825
  * Show the log file to make it easy to follow progress
    * Fixes #1721
  * Add JRuby 9.3.7.0 (#2026)

OBS-URL: https://build.opensuse.org/request/show/999299
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=60
2022-08-25 21:56:24 +00:00
Lukas Müller
74b46cfdb9 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
2022-07-26 22:05:07 +00:00
Lukas Müller
9aedef7527 Accepting request 990594 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20220721.
  Changelog: //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.
  * Apply patch for implicitly declaration error of OpenSSL 1.1.1q
  * Use inline patch instead of curl download

OBS-URL: https://build.opensuse.org/request/show/990594
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=56
2022-07-21 21:09:43 +00:00
Lukas Müller
ff1515813f Accepting request 989151 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20220713.
  Changelog: //github.com/rbenv/ruby-build/releases/tag/v20220713
  * Use OpenSSL 3.x with Ruby 3.1.x

OBS-URL: https://build.opensuse.org/request/show/989151
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=54
2022-07-14 12:33:26 +00:00
Lukas Müller
9e0eeef9f3 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
2022-07-10 20:26:01 +00:00