Blob Blame History Raw
-------------------------------------------------------------------
Wed Feb  1 22:53:16 UTC 2023 - Lukas Müller <expeehaa@outlook.com>

- Update to version 20230202.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230202
  * Add JRuby 9.3.10.0 by @headius in #2137

-------------------------------------------------------------------
Tue Jan 24 20:12:46 UTC 2023 - Lukas Müller <expeehaa@outlook.com>

- 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

-------------------------------------------------------------------
Sun Dec 25 20:14:37 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- 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

-------------------------------------------------------------------
Tue Dec  6 20:04:15 UTC 2022 - Sam Hart <criswellious@gmail.com>

- 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

-------------------------------------------------------------------
Mon Nov 21 17:33:10 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- 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

-------------------------------------------------------------------
Fri Nov 18 03:51:28 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- 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

-------------------------------------------------------------------
Thu Nov  3 11:02:48 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- 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

-------------------------------------------------------------------
Wed Oct 26 16:11:19 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- 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

-------------------------------------------------------------------
Mon Oct 24 22:37:44 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- Update to version 20221025.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221025
  * Add JRuby 9.3.9.0 by @headius in #2068

-------------------------------------------------------------------
Tue Oct  4 14:54:38 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- Update to version 20221004.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221004
  * Fix rbenv install --list exit status by @mislav in #2059

-------------------------------------------------------------------
Fri Sep 30 23:00:27 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- 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

-------------------------------------------------------------------
Mon Sep 12 00:17:02 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- Add dependency packages for more Ruby interpreters.

-------------------------------------------------------------------
Sun Sep 11 21:27:04 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- Split dependencies for building different Ruby versions in dedicated packages.

-------------------------------------------------------------------
Sat Sep 10 12:15:54 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- 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.

-------------------------------------------------------------------
Thu Aug 25 21:47:59 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- 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)

-------------------------------------------------------------------
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: 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.
  * Apply patch for implicitly declaration error of OpenSSL 1.1.1q
  * Use inline patch instead of curl download

-------------------------------------------------------------------
Thu Jul 14 11:26:59 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- Update to version 20220713.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220713
  * Use OpenSSL 3.x with Ruby 3.1.x

-------------------------------------------------------------------
Sun Jul 10 20:10:53 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- 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 <expeehaa@outlook.com>

- Update to version 20220630.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220630
  * Add JRuby 9.2.21.0 and 9.3.6.0
  * Add mruby-3.1.0
  * Add picoruby-3.0.0

-------------------------------------------------------------------
Sat Jun 11 13:50:37 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- Update to version 20220610.
  Changelog: https://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>

- Run "osc service runall format_spec_file".

-------------------------------------------------------------------
Tue Apr 26 13:34:00 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- Update to version 20220426.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220426
  * Add TruffleRuby and TruffleRuby GraalVM 22.1.0

-------------------------------------------------------------------
Fri Apr 15 16:10:44 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- Update to version 20220415.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220415
  * Allow truffleruby to install in an existing empty directory

-------------------------------------------------------------------
Tue Apr 12 14:52:11 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- Update to version 20220412.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220412
  * Add definition for Ruby 3.2.0-preview1
  * Add Ruby 3.1.2, 3.0.4, 2.7.6, 2.6.10

-------------------------------------------------------------------
Thu Mar 24 23:18:13 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- Update to version 20220324.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220324
  * Bump up OpenSSL 1.1.1n and 3.0.2
  * Update openssl version at 2.4.0-preview versions
  * Add JRuby 9.3.4.0

-------------------------------------------------------------------
Fri Feb 18 15:25:32 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- Update to version 20220218.
- Changelog:
  https://github.com/rbenv/ruby-build/releases/tag/v20220218
  * Added Ruby 3.1.1

-------------------------------------------------------------------
Wed Jan 26 12:38:41 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

- Update to version 20220125.
- Changelog:
  https://github.com/rbenv/ruby-build/releases/tag/v20220125
  * Add JRuby 9.3.3.0
  * Add TruffleRuby and TruffleRuby GraalVM 22.0.0.2

-------------------------------------------------------------------
Sat Dec 25 19:35:55 UTC 2021 - Lukas Müller <expeehaa@outlook.com>

- Update to version 20211225.
- Changelog:
  https://github.com/rbenv/ruby-build/releases/tag/v20211225
  * Add Ruby 3.1.0.

-------------------------------------------------------------------
Fri Dec  3 10:53:52 UTC 2021 - Lukas Müller <expeehaa@outlook.com>

- Update to version 20211203.
- Changelog v20211203: 
  https://github.com/rbenv/ruby-build/releases/tag/v20211203
  * Add JRuby 9.3.2.0
- Changelog v20211201: 
  https://github.com/rbenv/ruby-build/releases/tag/v20211201
  * Add JRuby 9.2.20.1

-------------------------------------------------------------------
Wed Nov 24 19:18:31 UTC 2021 - Lukas Müller <expeehaa@outlook.com>

- Update to version 20211124.
- Changelog: 
  https://github.com/rbenv/ruby-build/releases/tag/v20211124
  * Add ruby 2.6.9, 2.7.5 and 3.0.3

-------------------------------------------------------------------
Wed Nov 10 22:44:17 UTC 2021 - Lukas Müller <expeehaa@outlook.com>

- Update to version 20211109.
- Replace the source download service with a static source archive
  and a disabled service to update the sources manually.

-------------------------------------------------------------------
Sat Nov  6 14:34:40 UTC 2021 - Lukas Müller <expeehaa@outlook.com>

- Update to v20211019.
- Changelog: 
  https://github.com/rbenv/ruby-build/releases/tag/v20211019
- Enable testing.

-------------------------------------------------------------------
Tue Apr 27 07:45:14 UTC 2021 - Andrey Gankov <gav@qsolution.ru>

- Update to v20210423: changelog at:
  https://github.com/rbenv/ruby-build/releases/tag/v20210423 

-------------------------------------------------------------------
Sun Oct  4 13:23:23 UTC 2020 - Michele Bologna <Michele.Bologna@suse.com>

- Update to v2020926 from v20200727. Changelog at:
  https://github.com/rbenv/ruby-build/releases/tag/v20200926 

-------------------------------------------------------------------
Wed Jul 29 08:38:50 UTC 2020 - Michele Bologna <Michele.Bologna@suse.com>

- Update to v20200727 from v20200401. Changelog at:
  https://github.com/rbenv/ruby-build/releases/tag/v20200727

-------------------------------------------------------------------
Thu May  7 09:06:39 UTC 2020 - Ana María Martínez Gómez <anamaria@martinezgomez.name>

- Update to v20200401 from v20190401. Changelog at:
  https://github.com/rbenv/ruby-build/releases?after=v20200402

-------------------------------------------------------------------
Tue Jan 29 08:26:37 UTC 2019 - dmacvicar@suse.de

- Update to v20181225: changelog at:
  https://github.com/rbenv/ruby-build/releases/tag/v20181225

-------------------------------------------------------------------
Sun Aug 26 14:34:58 UTC 2018 - timo.goellner@googlemail.com

- Update to v20180822: changelog at:
  https://github.com/rbenv/ruby-build/releases/tag/v20180822

-------------------------------------------------------------------
Tue Mar 27 12:07:59 UTC 2018 - michele.bologna@suse.com

- Update to v20180224: changelog at:
  https://github.com/rbenv/ruby-build/releases/tag/v20180224

-------------------------------------------------------------------
Wed Feb 14 22:07:31 UTC 2018 - michele.bologna@suse.com

- Update to v20171215: changelog at:
  https://github.com/rbenv/ruby-build/releases/tag/v20171226

-------------------------------------------------------------------
Mon Jul 24 15:00:46 CEST 2017 - kpimenov@suse.com

- update to v20170523
- https://github.com/rbenv/ruby-build/releases/tag/v20170523

-------------------------------------------------------------------
Wed Mar 15 13:17:05 UTC 2017 - mamorales@suse.com

- update to v20170201
- https://github.com/rbenv/ruby-build/releases/tag/v20170201

-------------------------------------------------------------------
Wed Jan 25 12:19:33 CET 2017 - kpimenov@novell.com

- update to v20170112
- https://github.com/rbenv/ruby-build/releases/tag/v20170112

-------------------------------------------------------------------
Mon Dec 19 16:04:49 UTC 2016 - kpimenov@novell.com

- update to v20161121
- https://github.com/rbenv/ruby-build/releases/tag/v20161121

-------------------------------------------------------------------
Mon Jun 20 06:55:52 UTC 2016 - dmacvicar@suse.de

- update to v20160602
- https://github.com/rbenv/ruby-build/releases/tag/v20160602

-------------------------------------------------------------------
Wed Dec 30 02:29:25 UTC 2015 - dmacvicar@suse.de

- update to v20151226
- https://github.com/rbenv/ruby-build/releases/tag/v20151226

-------------------------------------------------------------------
Wed Mar 18 13:15:31 UTC 2015 - dmacvicar@suse.de

- add libffi-devel as MRI 2.2.1 does not build with the
  bundled one

-------------------------------------------------------------------
Wed Mar 18 10:11:06 UTC 2015 - dmacvicar@suse.de

- update to v20150303

-------------------------------------------------------------------
Wed Jan 21 16:42:29 UTC 2015 - dmacvicar@suse.de

- update to v20150116

-------------------------------------------------------------------
Wed Nov 12 09:24:38 UTC 2014 - dmacvicar@suse.de

- update to v20141028

-------------------------------------------------------------------
Fri Jan 31 10:42:47 UTC 2014 - dmacvicar@suse.de

- update to v20140110.1

-------------------------------------------------------------------
Wed Jan  8 08:46:47 UTC 2014 - dmacvicar@suse.de

- update to v20131220

-------------------------------------------------------------------
Fri Oct 18 08:56:57 UTC 2013 - dmacvicar@suse.de

- update to v20131008

-------------------------------------------------------------------
Sun Feb 24 21:08:08 UTC 2013 - dmacvicar@suse.de

- update to v20130224

-------------------------------------------------------------------
Wed Dec 12 12:37:19 UTC 2012 - dmacvicar@suse.de

- update to v20121204

-------------------------------------------------------------------
Fri May 25 09:47:49 UTC 2012 - dmacvicar@suse.de

- update to v20120524

-------------------------------------------------------------------
Sun Mar 18 19:40:47 UTC 2012 - dmacvicar@suse.de

- update to v20120216

-------------------------------------------------------------------
Thu Jan 19 23:16:42 UTC 2012 - dmacvicar@suse.de

- update to v20111230
- add Url tag

-------------------------------------------------------------------
Wed Jan  4 11:36:23 UTC 2012 - dmacvicar@suse.de

- add curl to Requires
- add ruby MRI BuildRequires to Requires

-------------------------------------------------------------------
Wed Jan  4 11:03:09 UTC 2012 - dmacvicar@suse.de

- add BuildRoot tag

-------------------------------------------------------------------
Wed Nov 16 10:27:36 UTC 2011 - dmacvicar@suse.de

- initial package for v20111030