Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package atuin for openSUSE:Factory checked in at 2026-03-18 16:49:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/atuin (Old) and /work/SRC/openSUSE:Factory/.atuin.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "atuin" Wed Mar 18 16:49:53 2026 rev:27 rq:1340730 version:18.13.3 Changes: -------- --- /work/SRC/openSUSE:Factory/atuin/atuin.changes 2026-03-14 22:24:37.146658185 +0100 +++ /work/SRC/openSUSE:Factory/.atuin.new.8177/atuin.changes 2026-03-18 16:51:09.942688813 +0100 @@ -1,0 +2,21 @@ +Tue Mar 17 11:23:20 UTC 2026 - Andrei Dziahel <[email protected]> + +- Update to version 18.13.3: + * Bug Fixes + + Nushell 0.111; future Nushell 0.112 support (#3266) + * Features + + Call atuin setup from install script (#3265) + + Allow headless account ops against Hub server (#3280) + + Add custom filtering and scoring mechanisms + * Miscellaneous Tasks + + (ci) Migrate to depot runners (#3279) + + (ci) Use depot to build docker images too (#3281) + + Update changelog + + Update permissions in Docker workflow (#3283) + + Change CHANGELOG format to be easier to parse + + Symlink changelog so dist can pick it up + + Vendor nucleo-ext + fork, so we can depend on our changes + properly (#3284) +- introduced nushell-completion package + +------------------------------------------------------------------- Old: ---- atuin-18.13.2.tar.zst New: ---- atuin-18.13.3.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atuin.spec ++++++ --- /var/tmp/diff_new_pack.yMxqQB/_old 2026-03-18 16:51:11.478753156 +0100 +++ /var/tmp/diff_new_pack.yMxqQB/_new 2026-03-18 16:51:11.478753156 +0100 @@ -17,7 +17,7 @@ Name: atuin -Version: 18.13.2 +Version: 18.13.3 Release: 0 Summary: Magical shell history License: MIT @@ -64,6 +64,15 @@ %description zsh-completion Zsh command line completion support for %{name}. +%package nushell-completion +Summary: Nushell completion for %{name} +Requires: %{name} = %{version} +Supplements: (%{name} and nushell) +BuildArch: noarch + +%description nushell-completion +Nushell command line completion support for %{name}. + %prep %autosetup -a1 -p1 # Git does not resolve symlinks @@ -72,7 +81,7 @@ %build %{cargo_build} --no-default-features -F "atuin/client,atuin/sync,atuin/daemon,atuin/clipboard" -for shell in "zsh" "bash" "fish" +for shell in "zsh" "bash" "fish" "nushell" do ./target/release/%{name} gen-completions --shell "$shell" > target/%{name}."$shell" done @@ -82,6 +91,7 @@ install -D -m 0644 "target/%{name}.bash" "%{buildroot}/%{_datadir}/bash-completion/completions/%{name}" install -D -m 0644 "target/%{name}.fish" "%{buildroot}/%{_datadir}/fish/vendor_completions.d/%{name}.fish" install -D -m 0644 "target/%{name}.zsh" "%{buildroot}/%{_datadir}/zsh/site-functions/_%{name}" +install -D -m 0644 "target/%{name}.nushell" "%{buildroot}/%{_datadir}/nushell/vendor/autoload/atuin.nu" %files %license LICENSE @@ -101,3 +111,9 @@ %dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name} +%files nushell-completion +%dir %{_datadir}/nushell +%dir %{_datadir}/nushell/vendor +%dir %{_datadir}/nushell/vendor/autoload +%{_datadir}/nushell/vendor/autoload/atuin.nu + ++++++ _service ++++++ --- /var/tmp/diff_new_pack.yMxqQB/_old 2026-03-18 16:51:11.574757178 +0100 +++ /var/tmp/diff_new_pack.yMxqQB/_new 2026-03-18 16:51:11.582757513 +0100 @@ -2,7 +2,7 @@ <service name="cargo_vendor" mode="manual"> <param name="src">https://github.com/atuinsh/atuin</param> <param name="update">true</param> - <param name="revision">v18.13.2</param> + <param name="revision">v18.13.3</param> <param name="versionrewriteregex">^v?(.*)</param> <param name="versionrewritepattern">${1}</param> <param name="changesgenerate">false</param> ++++++ atuin-18.13.2.tar.zst -> atuin-18.13.3.tar.zst ++++++ ++++ 12463 lines of diff (skipped) ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/atuin/vendor.tar.zst /work/SRC/openSUSE:Factory/.atuin.new.8177/vendor.tar.zst differ: char 7, line 1
