Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package atuin for openSUSE:Factory checked in at 2023-05-08 17:24:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/atuin (Old) and /work/SRC/openSUSE:Factory/.atuin.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "atuin" Mon May 8 17:24:20 2023 rev:8 rq:1085355 version:14.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/atuin/atuin.changes 2023-04-22 22:04:05.226517400 +0200 +++ /work/SRC/openSUSE:Factory/.atuin.new.1533/atuin.changes 2023-05-08 17:24:22.420727055 +0200 @@ -1,0 +2,27 @@ +Sun May 7 16:35:19 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Fix installation step in specfile. + +------------------------------------------------------------------- +Sat Apr 22 23:50:49 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Update to version 14.0.1 patch release: + * Fix deleting history that doesn't exist yet + * Updated client config docs + * Handle empty lines when importing from Bash + * update str substring usage to use range parameter + * Fix --delete description + * Use XDG data directory for fish import + * Add some emacs movement keys + * Atuin stats with day, month, week and year filter + * Add --reverse to atuin search + * Add additional detail to search documentation + * Switch to uuidv7 + * Workspace reorder + * Improve error message for issue #850. + * Avoid accidentally deleting all history, but allow it if intended + * Add footer + * Make the homepage prettier + * Release v14.0.1 + +------------------------------------------------------------------- Old: ---- atuin-14.0.0.tar.gz New: ---- atuin-14.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atuin.spec ++++++ --- /var/tmp/diff_new_pack.P9Zdp9/_old 2023-05-08 17:24:24.052736703 +0200 +++ /var/tmp/diff_new_pack.P9Zdp9/_new 2023-05-08 17:24:24.056736726 +0200 @@ -17,7 +17,7 @@ Name: atuin -Version: 14.0.0 +Version: 14.0.1 Release: 0 Summary: Magical shell history License: MIT @@ -31,6 +31,7 @@ BuildRequires: c_compiler BuildRequires: cargo-packaging BuildRequires: rust+cargo >= 1.59 +BuildRequires: zstd %description Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. @@ -77,14 +78,14 @@ done %install -%{cargo_install} +install -D -m 0755 "%{_builddir}/%{name}-%{version}/target/release/atuin" "%{buildroot}%{_bindir}/atuin" 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}" %files %license LICENSE -%doc README.md CHANGELOG.md src/shell +%doc README.md CHANGELOG.md atuin/src/shell %{_bindir}/atuin %files bash-completion ++++++ _service ++++++ --- /var/tmp/diff_new_pack.P9Zdp9/_old 2023-05-08 17:24:24.100736987 +0200 +++ /var/tmp/diff_new_pack.P9Zdp9/_new 2023-05-08 17:24:24.100736987 +0200 @@ -1,7 +1,7 @@ <services> <service mode="disabled" name="download_files" /> <service name="cargo_vendor" mode="disabled"> - <param name="srctar">atuin-14.0.0.tar.gz</param> + <param name="srctar">atuin-14.0.1.tar.gz</param> <param name="compression">zst</param> <param name="update">true</param> </service> ++++++ atuin-14.0.0.tar.gz -> atuin-14.0.1.tar.gz ++++++ ++++ 38128 lines of diff (skipped) ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.P9Zdp9/_old and /var/tmp/diff_new_pack.P9Zdp9/_new differ