Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package atuin for openSUSE:Factory checked in at 2024-01-16 21:39:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/atuin (Old) and /work/SRC/openSUSE:Factory/.atuin.new.9992 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "atuin" Tue Jan 16 21:39:00 2024 rev:12 rq:1139145 version:17.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/atuin/atuin.changes 2023-10-31 20:26:09.282942676 +0100 +++ /work/SRC/openSUSE:Factory/.atuin.new.9992/atuin.changes 2024-01-16 21:39:02.378781502 +0100 @@ -1,0 +2,55 @@ +Tue Jan 16 04:54:52 UTC 2024 - Joshua Smith <jsmith...@gmail.com> + +- Update to 17.2.1: + Fixes: + * Fix typo with default config + * Don't require all fields under [stats] + * Disallow deletion if the '--limit' flag is present + * Fix loss of the last output line with enter_accept + * Ignore struct_field_names + * Improve the support for enter_accept with ble.sh + * Fix small issues of enter_accept for the plain Bash + * Time now_local not working + * Fix quirks on search cancel + * Zsh_autosuggest_strategy for no-unset environment + * Fix error by the use of ${PS1@P} in bash < 4.4 + * Zsh use a special format to escape some characters + * Initial list of history in workspace mode + * Add Appkit to the package build + * Bind in the most popular modes + * Only trigger up-arrow on first line + * Clean up the fish script options + * Use fish builtins for enter_accept + * Make atuin account delete void session + key + * New clippy lints + * Accept multiline commands + * Reenable enter_accept for bash + * Respect ZSH's $ZDOTDIR environment variable + Documentation: + * Add actuated linkback + * Add link to forum + * Align setup links in docs and readme + * Add Void Linux install instruction + * Add fish install script + * Correct link + * Fix light/dark mode logo + * Use picture element for logo + * Add docs for zsh-autosuggestion integration + * Remove stray character from README + * Update logo + * Update sync.md + * Update Arch Linux package URL in advanced-install.md + * New stats config + Features: + * Add semver checking to client requests + * Add TLS to atuin-server + * Integrate with zsh-autosuggestions + * Support high-resolution duration if available + * Provide auto-complete source for ble.sh + * Add a nixpkgs overlay + * Add metrics server and http metrics + * Add some metrics related to Atuin as an app + * Allow configuring stats prefix + * Allow spaces in stats prefixes + +------------------------------------------------------------------- Old: ---- atuin-17.0.1.tar.gz cargo_config New: ---- atuin-17.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atuin.spec ++++++ --- /var/tmp/diff_new_pack.NL8Z8T/_old 2024-01-16 21:39:05.578898170 +0100 +++ /var/tmp/diff_new_pack.NL8Z8T/_new 2024-01-16 21:39:05.594898754 +0100 @@ -1,7 +1,7 @@ # # spec file for package atuin # -# Copyright (c) 2023 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: atuin -Version: 17.0.1 +Version: 17.2.1 Release: 0 Summary: Magical shell history License: MIT @@ -25,7 +25,6 @@ URL: https://github.com/ellie/atuin Source0: https://github.com/ellie/atuin/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: vendor.tar.zst -Source2: cargo_config Patch1: 0000-disable_update_check.patch BuildRequires: c++_compiler BuildRequires: c_compiler @@ -66,8 +65,6 @@ %prep %autosetup -a1 -p1 -mkdir .cargo -cp %{SOURCE2} .cargo/config %build %{cargo_build} --all-features ++++++ _service ++++++ --- /var/tmp/diff_new_pack.NL8Z8T/_old 2024-01-16 21:39:05.998913483 +0100 +++ /var/tmp/diff_new_pack.NL8Z8T/_new 2024-01-16 21:39:06.030914650 +0100 @@ -1,9 +1,11 @@ <services> <service mode="manual" name="download_files" /> <service name="cargo_vendor" mode="manual"> - <param name="srctar">atuin-*.tar.gz</param> - <param name="i-accept-the-risk">RUSTSEC-2022-0093</param> - <param name="i-accept-the-risk">RUSTSEC-2021-0041</param> + <param name="srctar">atuin-*.tar.gz</param> + <param name="update">true</param> + <param name="i-accept-the-risk">RUSTSEC-2023-0071</param> + <param name="i-accept-the-risk">RUSTSEC-2022-0093</param> + <param name="i-accept-the-risk">RUSTSEC-2021-0041</param> </service> <service name="cargo_audit" mode="manual" /> </services> ++++++ atuin-17.0.1.tar.gz -> atuin-17.2.1.tar.gz ++++++ ++++ 5528 lines of diff (skipped) ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.NL8Z8T/_old and /var/tmp/diff_new_pack.NL8Z8T/_new differ