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-02-27 13:18:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/atuin (Old)
 and      /work/SRC/openSUSE:Factory/.atuin.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "atuin"

Mon Feb 27 13:18:26 2023 rev:4 rq:1067961 version:13.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/atuin/atuin.changes      2022-11-24 
12:25:28.110151334 +0100
+++ /work/SRC/openSUSE:Factory/.atuin.new.31432/atuin.changes   2023-02-27 
13:18:27.595912347 +0100
@@ -1,0 +2,27 @@
+Mon Feb 27 11:14:23 UTC 2023 - Filippo Bonazzi <filippo.bona...@suse.com>
+
+- Disable update check by default since updates are handled in OBS
+
+-------------------------------------------------------------------
+Sun Feb 26 22:58:32 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Update to version 13.0.0:
+  * Improvements
+    - Better error messages
+    - Nix install files + instructions
+    - Exit when pushing the down arrow from the most recent entry
+    - Refactor to support generic server-side databases
+    - Make it easier to disable the ctrl-r and/or up arrow bindings
+    - Update to axum6
+  * Fixes
+    - Fish now handles multi-line commands properly
+    - Listing history for the current session now works
+    - Fix atuin init for Fish
+  * New features
+    - Pretty stats
+    - Custom history list format
+    - History filter
+    - Mnemonic key
+  * Crossterm as the new TUI backend
+
+-------------------------------------------------------------------

Old:
----
  v12.0.0.tar.gz
  vendor.tar.gz

New:
----
  0000-disable_update_check.patch
  atuin-13.0.0.tar.gz
  vendor.tar.zst

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

Other differences:
------------------
++++++ atuin.spec ++++++
--- /var/tmp/diff_new_pack.5oRJ3V/_old  2023-02-27 13:18:29.247922230 +0100
+++ /var/tmp/diff_new_pack.5oRJ3V/_new  2023-02-27 13:18:29.251922255 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package atuin
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,16 @@
 
 
 Name:           atuin
-Version:        12.0.0
+Version:        13.0.0
 Release:        0
 Summary:        Magical shell history
 License:        MIT
 Group:          System/Console
 URL:            https://github.com/ellie/atuin
-Source0:        %{url}/archive/refs/tags/v%{version}.tar.gz
-Source1:        vendor.tar.gz
+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
 BuildRequires:  c++_compiler
 BuildRequires:  c_compiler
 BuildRequires:  cargo-packaging
@@ -63,7 +64,7 @@
 Zsh command line completion support for %{name}.
 
 %prep
-%autosetup -a1
+%autosetup -a1 -p1
 mkdir .cargo
 cp %{SOURCE2} .cargo/config
 

++++++ 0000-disable_update_check.patch ++++++
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 {
             .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("search_mode", "fuzzy")?

++++++ _service ++++++
--- /var/tmp/diff_new_pack.5oRJ3V/_old  2023-02-27 13:18:29.315922638 +0100
+++ /var/tmp/diff_new_pack.5oRJ3V/_new  2023-02-27 13:18:29.319922661 +0100
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="download_files" />
   <service name="cargo_vendor" mode="disabled">
-     <param name="srctar">v12.0.0.tar.gz</param>
-     <param name="compression">gz</param>
+     <param name="srctar">atuin-13.0.0.tar.gz</param>
+     <param name="compression">zst</param>
      <param name="update">true</param>
   </service>
   <service name="cargo_audit" mode="disabled" />

Reply via email to