Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zoxide for openSUSE:Factory checked in at 2024-09-16 17:42:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zoxide (Old) and /work/SRC/openSUSE:Factory/.zoxide.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zoxide" Mon Sep 16 17:42:21 2024 rev:9 rq:1201228 version:0.9.5 Changes: -------- --- /work/SRC/openSUSE:Factory/zoxide/zoxide.changes 2024-02-21 17:58:09.835094808 +0100 +++ /work/SRC/openSUSE:Factory/.zoxide.new.29891/zoxide.changes 2024-09-16 17:43:19.593678919 +0200 @@ -1,0 +2,30 @@ +Fri Sep 13 02:44:11 UTC 2024 - pallas wept <[email protected]> + +- Update to 0.9.5: + Added: + * zsh: improved cd completions. + * Lazily delete excluded directories from the database. + * fish: detect infinite loop when using alias cd=z. + * Installer: added flags for --bin-dir, --man-dir, --arch, and --sudo. + * Nushell: support for v0.94.0+. + * bash/fish/zsh: support for z -- dir style queries. + * fish: improved Space-Tab completions. + * ksh: added support for the Korn shell. + Changed: + * fzf: removed --select-1 from default options. The interactive selector will + now open up even if there is only one match. + * Enforce that $_ZO_DATA_DIR is an absolute path. + Fixed: + * zsh: Space-Tab completion repeating output multiple times when matching single + directory + * fish / Nushell / PowerShell: handle queries that look like args (e.g. z -x). + * elvish: z - now works as expected. + * fish: generated shell code avoids using aliased builtins. + * fish: cd command is now copied directly from + $__fish_data_dir/functions/cd.fish. This should minimize the chances of an + infinite loop when aliasing cd=z. + * Symlinks not getting added to the database when $_ZO_RESOLVE_SYMLINKS=0. + * Symlinked database files getting replaced instead of the actual files. +- Use new cargo service features for package + +------------------------------------------------------------------- Old: ---- cargo_config zoxide-0.9.4.tar.gz New: ---- zoxide-0.9.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zoxide.spec ++++++ --- /var/tmp/diff_new_pack.M3tAXh/_old 2024-09-16 17:43:20.637722077 +0200 +++ /var/tmp/diff_new_pack.M3tAXh/_new 2024-09-16 17:43:20.641722241 +0200 @@ -19,7 +19,7 @@ %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' Name: zoxide -Version: 0.9.4 +Version: 0.9.5 Release: 0 Summary: A smarter cd command License: MIT @@ -27,7 +27,6 @@ URL: https://github.com/ajeetdsouza/zoxide Source0: %{name}-%{version}.tar.gz Source1: vendor.tar.xz -Source2: cargo_config BuildRequires: cargo BuildRequires: rust >= 1.31 @@ -39,9 +38,6 @@ %prep %autosetup -p1 -a1 -install -d -m 0755 .cargo -cp %{SOURCE2} .cargo/config - %build export RUSTFLAGS=%{rustflags} cargo build --release %{?_smp_mflags} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.M3tAXh/_old 2024-09-16 17:43:20.677723730 +0200 +++ /var/tmp/diff_new_pack.M3tAXh/_new 2024-09-16 17:43:20.681723895 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/ajeetdsouza/zoxide</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.9.4</param> + <param name="revision">v0.9.5</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> </service> @@ -18,8 +18,5 @@ <param name="srcdir">zoxide</param> <param name="compression">xz</param> </service> - <service name="cargo_audit" mode="disabled"> - <param name="srcdir">zoxide</param> - </service> </services> ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/zoxide/vendor.tar.xz /work/SRC/openSUSE:Factory/.zoxide.new.29891/vendor.tar.xz differ: char 15, line 1 ++++++ zoxide-0.9.4.tar.gz -> zoxide-0.9.5.tar.gz ++++++ ++++ 1928 lines of diff (skipped)
