Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| eaefad58cd | |||
| 069e3b212e | |||
| cc290c0000 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e49e529ce0c876748fa75a61efdd62efa2634906075431a1818b565825eb758
|
||||
size 31328
|
||||
3
rbenv-1.3.2.tar.gz
Normal file
3
rbenv-1.3.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2104f6472d7a8477409c46d4de39562b4d01899148a3dbed73c1d99a0b4bb2a
|
||||
size 31736
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 21:46:41 UTC 2025 - Lukas Müller <expeehaa@outlook.com>
|
||||
|
||||
- Update to version 1.3.2.
|
||||
Changelog: https://github.com/rbenv/rbenv/releases/tag/v1.3.2
|
||||
* Fix traversing PATH for bash < 4.4 by @mislav in #1606
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 01:57:15 UTC 2025 - Lukas Müller <expeehaa@outlook.com>
|
||||
|
||||
- Update to version 1.3.1.
|
||||
Changelog: https://github.com/rbenv/rbenv/releases/tag/v1.3.1
|
||||
* Add `/usr/etc/rbenv.d` to hooks path by @tomschr in #1587
|
||||
* Use `readarray` in bash v4+ to avoid rbenv init hanging by @mislav in #1604
|
||||
* Add instructions for Fedora Linux installation by @nethad in #1583
|
||||
* Skip BW01 and BW02 error messages during tests by @mikelolasagasti in #1600
|
||||
* Bump mislav/bump-homebrew-formula-action from 3.1 to 3.2 by @dependabot in #1598
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 6 19:10:02 UTC 2024 - Lukas Müller <expeehaa@outlook.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rbenv
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rbenv
|
||||
Version: 1.3.0
|
||||
Version: 1.3.2
|
||||
Release: 0
|
||||
BuildArch: noarch
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user