Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rbenv for openSUSE:Factory checked in at 2024-07-08 19:07:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rbenv (Old) and /work/SRC/openSUSE:Factory/.rbenv.new.2080 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rbenv" Mon Jul 8 19:07:55 2024 rev:2 rq:1185938 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rbenv/rbenv.changes 2022-05-24 20:31:59.262952648 +0200 +++ /work/SRC/openSUSE:Factory/.rbenv.new.2080/rbenv.changes 2024-07-08 19:08:11.718597568 +0200 @@ -1,0 +2,21 @@ +Sat Jul 6 19:10:02 UTC 2024 - Lukas Müller <expee...@outlook.com> + +- Update to version 1.3.0. + Full changelog: https://github.com/rbenv/rbenv/releases/tag/v1.3.0 + * The `rbenv init` command now modifies shell initialization files instead of printing instructions by @mislav in #1568 + This solves one of the most common pitfalls rbenv users were experiencing: many did not understand that `rbenv init` only printed instructions intended for humans but did not change anything in their shell environment. Now, `rbenv init` actually modifies the environment, which seems to be what most users expected in the first place. + * rbenv init in setup mode defaults to no auto-rehashing by @mislav in #1579 + * Init script automatically adds rbenv to PATH if necessary by @mislav in #1432 + * Simplify resolving symlinks, remove native bash extension by @mislav in #1428 + This solves a GPL license compliance issue where a GPL-licensed script was distributed with this project, which was not compatible with this project's license (MIT). https://github.com/rbenv/rbenv/issues/1395 + * Support GEM_HOME by @mislav in #1436 + * Add man page for rbenv by @mislav in #1438 + Preview the man page in HTML form here: https://rbenv.org/man/rbenv.1 + * Simplify `.ruby-version` file read by @scop in #1393 + * Ignore shell builtins and functions when looking up commands in PATH by @mislav in #1448 + * Use the newer âcompsysâ completion system for zsh completions by @Farid-NL in #1569 + * Ensure zsh user's prior shell options don't interfere with indexing into an array of arguments by @richiethomas in #1422 + * rbenv shell: properly declare global variables for zsh by @mislav in #1566 + * Support ksh versions by @kpschoedel in #1504 + +------------------------------------------------------------------- Old: ---- rbenv-1.2.0.tar.gz New: ---- rbenv-1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rbenv.spec ++++++ --- /var/tmp/diff_new_pack.eR45E8/_old 2024-07-08 19:08:12.226616146 +0200 +++ /var/tmp/diff_new_pack.eR45E8/_new 2024-07-08 19:08:12.226616146 +0200 @@ -1,7 +1,7 @@ # # spec file for package rbenv # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 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.2.0 +Version: 1.3.0 Release: 0 BuildArch: noarch License: MIT @@ -76,7 +76,8 @@ install -Dm0755 libexec/* -t %{buildroot}%{_bindir} install -Dm0644 completions/rbenv.bash %{buildroot}%{_datadir}/bash-completion/completions/%{name} -install -Dm0644 completions/rbenv.zsh %{buildroot}%{_datadir}/zsh/site-functions/_%{name} +install -Dm0644 completions/_rbenv %{buildroot}%{_datadir}/zsh/site-functions/_%{name} +install -Dm0644 share/man/man1/rbenv.1 %{buildroot}%{_mandir}/man1/%{name}.1 mkdir -p %{buildroot}/usr/lib/rbenv cp -r rbenv.d/* %{buildroot}/usr/lib/rbenv @@ -93,6 +94,7 @@ %doc README.md %{_bindir}/rbenv* /usr/lib/rbenv +%{_mandir}/man1/%{name}* %files bash-completion %{_datadir}/bash-completion ++++++ rbenv-1.2.0.tar.gz -> rbenv-1.3.0.tar.gz ++++++ ++++ 3046 lines of diff (skipped)