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-02-15 21:01:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/atuin (Old) and /work/SRC/openSUSE:Factory/.atuin.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "atuin" Thu Feb 15 21:01:45 2024 rev:13 rq:1146896 version:18.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/atuin/atuin.changes 2024-01-16 21:39:02.378781502 +0100 +++ /work/SRC/openSUSE:Factory/.atuin.new.1815/atuin.changes 2024-02-15 21:02:55.121321456 +0100 @@ -1,0 +2,77 @@ +Thu Feb 15 03:02:28 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildserv...@uncomfyhalomacro.pl> + +- omit feature 'check-update' instead of using the removed patch 0000-disable_update_check.patch +- remove 0000-disable_update_check.patch + +------------------------------------------------------------------- +Thu Feb 15 02:55:12 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildserv...@uncomfyhalomacro.pl> + +- Update to 18.0.1: + * Reorder the exit of enhanced keyboard mode + * Prevent input to be interpreted as options for zsh autosuggestions + * Avoid unexpected `atuin history start` for keybindings + * Prevent input to be interpreted as options for blesh auto-complete + * Work around custom IFS + * Fix and improve the keybinding to `up` + * Fix incorrect timing of child shells + * Disable musl deb building + * Work around bash < 4 and introduce initialization guards + * Set umask 077 + * Disables unix specific stuff for windows + * Fix invisible tab title + * Shorten text, use ctrl-o for inspector + * Integration on older fishes + * Save sync time when it starts, not ends + * Print literal control characters to non terminals + * Escape control characters in command preview + * Use existing db querying for history list + * Add acquire timeout to sqlite database connection + * Update repo url in CONTRIBUTING.md + * Dedupe was removing history + * Only escape control characters when writing to terminal + * Strip control chars generated by `\[\]` in PS1 with bash-preexec + * Check for format errors when printing history + * Skip padding time if it will overflow the allowed prefix length + * Never overwrite the key + * Erase the prompt last line before Bash renders it + * Erase the previous prompt before overwriting + * Support termcap names for tput + * Set durability for sqlite to recommended settings + * Correct download list for incremental builds + * Add Settings::ut + * Enable enhanced keyboard mode + * Rework record sync for improved reliability + * Include atuin login in secret patterns + * Add redraw + * Make it clear what you are registering for + * Support high-resolution timing even without ble.sh + * Add extended help + * Add interactive command inspector + * Vim mode + * Add better error handling for sync + * Add history rebuild + * Introduce keymap-dependent vim-mode + * Make deleting from the UI work with record store sync + * Add metrics counter for records downloaded + * Make cursor style configurable + * Make store init idempotent + * Don't stop with invalid key + * Add registered and deleted metrics + * When in vim-normal mode apply an alternative highlighting to the selected line + * [**breaking**] Bind the Atuin search to "/" in vi-normal mode + * Update widget names + * Make history list format configurable + * Add change-password command & support on server + * Automatically init history store when record sync is enabled + * Add store push + * Reencrypt/rekey local store + * Add prefers_reduced_motion flag + * Add verify command to local store + * Add store purge command + * Failure to decrypt history = failure to sync + * Add `store push --force` + * Add `store pull` + * Disable auto record store init + * Add progress bars to sync and store init + +------------------------------------------------------------------- Old: ---- 0000-disable_update_check.patch atuin-17.2.1.tar.gz New: ---- atuin-18.0.1.tar.gz BETA DEBUG BEGIN: Old: - omit feature 'check-update' instead of using the removed patch 0000-disable_update_check.patch - remove 0000-disable_update_check.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atuin.spec ++++++ --- /var/tmp/diff_new_pack.59wuCp/_old 2024-02-15 21:02:56.109357161 +0100 +++ /var/tmp/diff_new_pack.59wuCp/_new 2024-02-15 21:02:56.109357161 +0100 @@ -17,7 +17,7 @@ Name: atuin -Version: 17.2.1 +Version: 18.0.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 -Patch1: 0000-disable_update_check.patch BuildRequires: c++_compiler BuildRequires: c_compiler BuildRequires: cargo-packaging @@ -67,7 +66,8 @@ %autosetup -a1 -p1 %build -%{cargo_build} --all-features +# Omit feature "check-update" and disable defaults +%{cargo_build} --no-default-features -F "client,sync,server,clipboard" for shell in "zsh" "bash" "fish" do @@ -82,7 +82,7 @@ %files %license LICENSE -%doc README.md docs/docs/* atuin/src/shell +%doc README.md docs/* atuin/src/shell %{_bindir}/atuin %files bash-completion ++++++ _service ++++++ --- /var/tmp/diff_new_pack.59wuCp/_old 2024-02-15 21:02:56.149358606 +0100 +++ /var/tmp/diff_new_pack.59wuCp/_new 2024-02-15 21:02:56.149358606 +0100 @@ -2,10 +2,10 @@ <service mode="manual" name="download_files" /> <service name="cargo_vendor" mode="manual"> <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> + <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.2.1.tar.gz -> atuin-18.0.1.tar.gz ++++++ ++++ 34169 lines of diff (skipped) ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.59wuCp/_old and /var/tmp/diff_new_pack.59wuCp/_new differ