Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package atuin for openSUSE:Factory checked 
in at 2026-08-05 17:48:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/atuin (Old)
 and      /work/SRC/openSUSE:Factory/.atuin.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "atuin"

Wed Aug  5 17:48:08 2026 rev:36 rq:1369482 version:18.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/atuin/atuin.changes      2026-07-28 
18:21:32.234132002 +0200
+++ /work/SRC/openSUSE:Factory/.atuin.new.16738/atuin.changes   2026-08-05 
17:48:53.194858458 +0200
@@ -1,0 +2,75 @@
+Tue Aug  4 08:28:03 UTC 2026 - Andrei Dziahel <[email protected]>
+
+- add BuildRequires: openssl-devel
+- add a vendor tag to work around pre-existing vendor dir in upstream tarball
+- Update to version 18.19.0:
+  * Bug Fixes
+    + (client) Avoid panic decoding an empty encryption key
+      (#3803)
+    + (client) Keep sqlx-postgres out of the client crate
+      (#2884) (#3823)
+    + (config) Preserve comments in `atuin config set`
+      (#3766)
+    + (search) Correct fuzzy result ranking (#3603) (#3624)
+    + Fix atuin-search-bench/benches/search.rs (#3788)
+    + Close OSC133 C when launching Atuin AI to prevent
+      content erasure (#3794)
+    + Authenticate beta release push as atuin-bot (#3809)
+    + Copy vendored axoasset into docker builder stage (#3816)
+  * Documentation
+    + Clarify update check network, provide build command
+      (#3767)
+    + Remove old i18n docs (#3787)
+    + Use shell-agnostic install command in quickstart pages
+      (#3820)
+    + Document named stats periods (today/week/month/year)
+      (#3821)
+    + State minimum supported Rust version in install guide
+      (#3822)
+    + Document iTerm2 tmux popup incompatibility (#3826)
+    + Clarify key binding snippets belong in shell startup
+      file (#3837)
+    + Mention RustRover in IDE integration guidance (#3834)
+  * Features
+    + (client) Show intent in inspector (#3804)
+    + (client) Enable pty-proxy via config (#3828)
+    + (config) Validate new settings in `atuin config set`
+      before writing them to disk (#3769)
+    + (lab) Experimental `atuin lab share`
+    + (search) Remove the "skim" engine (#3825)
+    + Remove word with ALT-Backspace ALT-D (#2457)
+    + Add scheduled beta release workflow (#3805)
+    + Migrate TLS backend from rustls to native-tls (#3807)
+    + Make `update` a real subcommand (#3813)
+    + Capability negotiation protocol (client + server)
+      (#3797)
+  * Miscellaneous Tasks
+    + (ci) Fix `package` step (#3770)
+    + Remove Store trait (#3779)
+    + Daemon search benchmark (divan + CodSpeed) (#3763)
+    + Run CodSpeed benchmarks on macro runners in
+      walltime mode (#3786)
+    + Add `OrFilter` as a replacement for `Vec`s as filter
+      lists (#3768)
+    + Add `atuin-domain` crate for shared domain types
+      (#3790)
+    + Run CodSpeed walltime benchmarks on depot-macos-26
+      (#3791)
+    + Fix deny.toml and get it to run in CI (#3808)
+    + Remove codspeed workflow (#3812)
+    + Richer logging for atuin-server (#2564)
+    + Hide --active sharing (#3846)
+  * Refactor
+    + (deps) Bump thiserror from 2.0.18 to 2.0.19 (#3839)
+    + (deps) Bump strum_macros from 0.27.2 to 0.28.0 (#3841)
+    + (deps) Bump tonic-types from 0.14.5 to 0.14.6 (#3842)
+    + (deps) Bump pulldown-cmark from 0.13.3 to 0.13.4 (#3840)
+    + (deps) Bump itertools from 0.14.0 to 0.15.0 (#3838)
+    + Adopt enum_dispatch for enum trait delegation (#3806)
+  * Testing
+    + Adopt rstest across the workspace test suite (#3785)
+  * Daemon
+    + Replace nucleo with frizbee, rank by match quality with
+      frecency tiebreak (#3782)
+
+-------------------------------------------------------------------

Old:
----
  atuin-18.18.1.tar.zst
  vendor.tar.zst

New:
----
  atuin-18.19.0.tar.zst
  vendor-deps.tar.zst

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

Other differences:
------------------
++++++ atuin.spec ++++++
--- /var/tmp/diff_new_pack.M0s4ZB/_old  2026-08-05 17:48:54.818915352 +0200
+++ /var/tmp/diff_new_pack.M0s4ZB/_new  2026-08-05 17:48:54.822915493 +0200
@@ -17,19 +17,20 @@
 
 
 Name:           atuin
-Version:        18.18.1
+Version:        18.19.0
 Release:        0
 Summary:        Magical shell history
 License:        MIT
 Group:          System/Console
 URL:            https://github.com/ellie/atuin
 Source0:        %{name}-%{version}.tar.zst
-Source1:        vendor.tar.zst
+Source1:        vendor-deps.tar.zst
 BuildRequires:  c++_compiler
 BuildRequires:  c_compiler
 BuildRequires:  cargo >= 1.97
 BuildRequires:  cargo-packaging
 BuildRequires:  cmake
+BuildRequires:  openssl-devel
 BuildRequires:  protobuf-devel
 BuildRequires:  zstd
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.M0s4ZB/_old  2026-08-05 17:48:54.874917315 +0200
+++ /var/tmp/diff_new_pack.M0s4ZB/_new  2026-08-05 17:48:54.878917455 +0200
@@ -3,7 +3,8 @@
   <service name="cargo_vendor" mode="manual">
     <param name="src">https://github.com/atuinsh/atuin</param>
     <param name="update">true</param>
-    <param name="revision">v18.18.1</param>
+    <param name="revision">v18.19.0</param>
+    <param name="tag">deps</param>
     <param name="versionrewriteregex">^v?(.*)</param>
     <param name="versionrewritepattern">${1}</param>
     <param name="changesgenerate">false</param>

++++++ atuin-18.18.1.tar.zst -> atuin-18.19.0.tar.zst ++++++
++++ 46817 lines of diff (skipped)

Reply via email to