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-10-31 20:25:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/atuin (Old)
 and      /work/SRC/openSUSE:Factory/.atuin.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "atuin"

Tue Oct 31 20:25:51 2023 rev:11 rq:1121358 version:17.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/atuin/atuin.changes      2023-09-13 
20:48:20.958174514 +0200
+++ /work/SRC/openSUSE:Factory/.atuin.new.17445/atuin.changes   2023-10-31 
20:26:09.282942676 +0100
@@ -1,0 +2,82 @@
+Tue Oct 31 00:27:34 UTC 2023 - Soc Virnyl Estela 
<uncomfy+openbuildserv...@uncomfyhalomacro.pl>
+
+- Update patch 0000-disable_update_check.patch
+
+-------------------------------------------------------------------
+Mon Oct 30 03:00:58 UTC 2023 - Soc Virnyl Estela 
<uncomfy+openbuildserv...@uncomfyhalomacro.pl>
+
+- Apply patch properly. It got overlooked.
+- Update to version 17.0.1:
+  * fix(enter_accept): clear old cmd snippet
+  * Fix for breaking change in ratatui 0.24.0
+  * fix(bash): improve output of `enter_accept`
+  * fix(fish): improve output for `enter_accept`
+  * update support template
+  * Remove duplicate "invert" in default config
+  * Silence fish string match
+  * Fix cargo deb usage
+  * Add release blog post and update docs
+  * Correct some secrets filter regex
+  * Revert "Revert "Revert "Use github runners for unit tests (for now)"""
+  * fix(nushell): Ignore stderr messages
+  * Document that the self-hosted port is TCP
+  * Add bash support to `enter_accept`
+  * allow binding server to hostname
+  * Add fish support for `enter_accept`
+  * Add enter_accept to immediately execute an accepted command
+  * Checkout repo so the manifest publish step can read git
+  * use the short sha to tag images
+  * Use ubuntu for x86, oops
+  * Update key binding docs
+  * Add commands to print the default configuration
+  * Update key-binding.md
+  * Revert "Revert "Use github runners for unit tests (for now)""
+  * Revert "Use github runners for unit tests (for now)"
+  * clear history id
+  * fix(1220): Workspace Filtermode not handled in skim engine
+  * Fix/1207 deleted entries shown in interactive search
+  * A man is not dead while his name is still spoken
+  * Add --print0 to `history list`
+  * Use github runners for unit tests (for now)
+  * Revert "Re-enable `linux/arm64` platform in CI docker build"
+  * Re-enable `linux/arm64` platform in CI docker build
+  * feat: copy to clipboard
+  * support timezones in calendar
+  * handle empty keybindings list for nushell
+  * add --reverse to history list
+  * Fix support template
+  * fix sync timestamps
+  * better sync error messages
+  * refactor: Duplications reduced in order to align implementations of 
reading history files
+  * Add connect timeout and overall timeout
+  * feat(keyup): Configure SearchMode for KeyUp invocation #1216
+  * Fix selecting complex fish commands
+  * docs: document the available format options of History list command
+  * config.md: invert mode detailed options
+  * Update config.toml: List inverted mode
+  * Move contributors to be a top-level file
+  * replace chrono with time
+  * Use `case` for Linux distro choice in `install.sh`
+  * Update issue templates
+  * feat: mouse selection support
+  * Update docker.md
+  * Explicitly use buster image for cargo-chef, mitigates #1204
+  * Update shell-completions.md
+  * Update config.md
+  * Remove fig from README
+  * Automatically filter out secrets
+  * Update dependencies
+  * Add kv map builder and list function
+  * fix(ubuntu/arm*): detect non amd64 ubuntu and handle
+  * Fix keybinding link in README
+  * docs: update `workspace` config key to `workspaces`
+  * Only setup shell plugin if it's not already there
+  * Remove terminal mode switching
+  * Update to ratatui 0.22
+  * Include revision in status
+  * Fix index tail leak
+  * Update(docs) Add `workspace` to config.toml and config.md
+  * Fix client-only builds
+
+
+-------------------------------------------------------------------

Old:
----
  atuin-16.0.0.tar.gz

New:
----
  atuin-17.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ atuin.spec ++++++
--- /var/tmp/diff_new_pack.71dZGM/_old  2023-10-31 20:26:10.786997920 +0100
+++ /var/tmp/diff_new_pack.71dZGM/_new  2023-10-31 20:26:10.786997920 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           atuin
-Version:        16.0.0
+Version:        17.0.1
 Release:        0
 Summary:        Magical shell history
 License:        MIT
@@ -26,7 +26,7 @@
 Source0:        
https://github.com/ellie/atuin/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        vendor.tar.zst
 Source2:        cargo_config
-Source3:        0000-disable_update_check.patch
+Patch1:         0000-disable_update_check.patch
 BuildRequires:  c++_compiler
 BuildRequires:  c_compiler
 BuildRequires:  cargo-packaging
@@ -85,7 +85,7 @@
 
 %files
 %license LICENSE
-%doc README.md CHANGELOG.md atuin/src/shell
+%doc README.md docs/docs/* atuin/src/shell
 %{_bindir}/atuin
 
 %files bash-completion

++++++ 0000-disable_update_check.patch ++++++
--- /var/tmp/diff_new_pack.71dZGM/_old  2023-10-31 20:26:10.806998654 +0100
+++ /var/tmp/diff_new_pack.71dZGM/_new  2023-10-31 20:26:10.806998654 +0100
@@ -1,14 +1,15 @@
-Index: atuin-13.0.0/atuin-client/src/settings.rs
-===================================================================
---- atuin-13.0.0.orig/atuin-client/src/settings.rs
-+++ atuin-13.0.0/atuin-client/src/settings.rs
-@@ -289,7 +289,7 @@ impl Settings {
+diff --git a/atuin-client/src/settings.rs b/atuin-client/src/settings.rs
+index fca7600..6d3b950 100644
+--- a/atuin-client/src/settings.rs
++++ b/atuin-client/src/settings.rs
+@@ -354,7 +354,7 @@ impl Settings {
              .set_default("session_path", session_path.to_str())?
              .set_default("dialect", "us")?
              .set_default("auto_sync", true)?
 -            .set_default("update_check", true)?
 +            .set_default("update_check", false)?
-             .set_default("sync_frequency", "1h")?
              .set_default("sync_address", "https://api.atuin.sh";)?
+             .set_default("sync_frequency", "10m")?
              .set_default("search_mode", "fuzzy")?
 
+

++++++ _service ++++++
--- /var/tmp/diff_new_pack.71dZGM/_old  2023-10-31 20:26:10.834999683 +0100
+++ /var/tmp/diff_new_pack.71dZGM/_new  2023-10-31 20:26:10.838999830 +0100
@@ -1,9 +1,9 @@
 <services>
   <service mode="manual" name="download_files" />
   <service name="cargo_vendor" mode="manual">
-     <param name="srctar">atuin-16.0.0.tar.gz</param>
-     <param name="compression">zst</param>
-     <param name="update">true</param>
+     <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>
   </service>
   <service name="cargo_audit" mode="manual" />
 </services>

++++++ atuin-16.0.0.tar.gz -> atuin-17.0.1.tar.gz ++++++
++++ 11116 lines of diff (skipped)

++++++ vendor.tar.zst ++++++
Binary files /var/tmp/diff_new_pack.71dZGM/_old and 
/var/tmp/diff_new_pack.71dZGM/_new differ

Reply via email to