Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yazi for openSUSE:Factory checked in at 2024-04-26 23:27:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yazi (Old) and /work/SRC/openSUSE:Factory/.yazi.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yazi" Fri Apr 26 23:27:39 2024 rev:4 rq:1170288 version:0.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/yazi/yazi.changes 2024-04-02 16:42:58.950375152 +0200 +++ /work/SRC/openSUSE:Factory/.yazi.new.1880/yazi.changes 2024-04-26 23:27:46.550055460 +0200 @@ -1,0 +2,61 @@ +Fri Apr 26 11:22:00 UTC 2024 - xtexchoo...@duck.com + +- Update to version 0.2.5: + * chore: bump version to 0.2.5 + * feat: new builtin `session.lua` plugin (#940) + * feat: split `ya send` into `ya pub` and `ya pub-static` to make it more ergonomic (#933) + * perf: cache each file's icon to avoid redundant calculations at rendering (#931) + * feat: preserve files' modified at timestamp while copying (#926) + * fix: prevent pasting a directory into itself (#925) + * feat: change status bar percent at 100 to Bot (#930) + * fix: always persist static messages even when there are no remote clients (#928) + * feat: expand the types supported by the event system (#923) + * fix: rollback ratatui to v0.26.1 to avoid panicking (#922) + * feat: allow opening interactively with the `--chosen-file` flag (#920) + * feat: generate autocomplete script for `ya` command (#919) + * feat: allow creating a tab with the startup directory when the `tab_create` command is called without specifying a `path` parameter (#917) + * feat: add a new `ya send` command to allow standalone client processes to communicate with DDS from the command line (#913) + * feat: smart case completion in `cd` paths (#910) + * feat: trigger path completion with both `/` and `\` on Windows (#909) + * perf: switch to `globset` to reduce CPU time spent on matching icons (#908) + * feat: default "Reveal" opener for Linux (#907) + * feat: add loading state to directories (#904) + * feat: when there are no files in the list, add a placeholder message (#900) + * feat: add `YAZI_ID` environment variable (#895) + * feat: add new `move`, `trash`, and `delete` event kinds to DDS (#880) + * fix: file list expansion arguments (`$@`, `$*`) of shell command under opener rules are out of order (#890) + * feat: add new `--orphan` option to the `shell` command (#887) + * feat: re-implement `fzf` as a built-in plugin (#884) + * feat: re-implement `zoxide` as a built-in plugin (#881) + * fix: CJK text rendering issue where the input popup component overlaps with images (#879) + * perf: re-implement file watcher in an async way (#877) + * feat: add `is_exec` and `is_sticky` to `Cha` bindings (#875) + * feat: merge the `sender` and `severity` in the DDS payload into the same field to simplify the protocol (#871) + * fix: a race condition in DDS static messages sent as internal events (#868) + * feat: detect CSI u through `Stderr` to allow using `Stdout` as the carrier of DDS payload without an ANSI sequence response timeout (#867) + * feat: the `cd` event in DDS will now also be triggered when the tab is first created (#861) + * fix: wrong `state` pointed to and ignore plugin/flavor directory creation errors + * feat: add a new `sender` property to the DDS payload (#855) + * feat: readable toml parsing error (#854) + * fix: do not default to passing `self` to `setup` to respect user invocation behavior + * perf: port `require()` and `ya.sync()` to Rust to avoid plugin information initialization process (#853) + * feat: DDS (Data Distribution Service) (#826) + * perf: add `BufWriter` to `Stderr` to avoid frequent system calls and increase rendering frame rate (#849) + * fix: Windows `cmd.exe` not responding to correct CSI sequences due to ConPTY (#845) + * feat: add support for `YAZI_FILE_ONE` to the built-in `file` previewer (#846) + * feat: time-based selection order preservation (#843) + * fix: mime-type for xz archives (#841) + * perf: accelerate kitty graphics protocol encoding by avoiding string reallocation (#837) + * feat: enhance the `ya.dbg()` and `ya.err()` debugging functions (#835) + * fix: disable ANSI colours for the `tracing_subscriber` so that the logs are not polluted with escape codes (#832) + * fix: adjust calculation for number of lines in a notification message (#828) + * feat: add a bunch of new debugging information to `yazi --debug` (#824) + * fix: kill all spawned processes when exiting Yazi (#812) + * feat: fix all dependencies to specific version numbers to allow non-`--locked` builds (#821) + * refactor: switch to `stderr` (#819) + * fix: respond to the `SIGTERM` signal even when Yazi is in the background and has passed control of the terminal to the spawned process (#797) + * fix: wrong type in iterator binding + * refactor: wrap `Opener` with `Cow` to avoid unnecessary memory reallocations when opening files (#805) + * fix: use `BTreeSet` for selected files to maintain order (#799) + +------------------------------------------------------------------- Old: ---- yazi-0.2.4.obscpio New: ---- yazi-0.2.5.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yazi.spec ++++++ --- /var/tmp/diff_new_pack.0cKVhQ/_old 2024-04-26 23:27:47.774100204 +0200 +++ /var/tmp/diff_new_pack.0cKVhQ/_new 2024-04-26 23:27:47.778100350 +0200 @@ -17,7 +17,7 @@ Name: yazi -Version: 0.2.4 +Version: 0.2.5 Release: 0 Summary: Blazing fast terminal file manager written in Rust, based on async I/O License: MIT ++++++ 0001-use-system-jit.patch ++++++ --- /var/tmp/diff_new_pack.0cKVhQ/_old 2024-04-26 23:27:47.798101082 +0200 +++ /var/tmp/diff_new_pack.0cKVhQ/_new 2024-04-26 23:27:47.802101227 +0200 @@ -1,12 +1,12 @@ ---- yazi-plugin/Cargo.toml.orig 2024-02-02 07:53:14.641950555 +0800 -+++ yazi-plugin/Cargo.toml 2024-02-02 07:53:59.589599854 +0800 -@@ -19,7 +19,7 @@ - crossterm = "^0" - futures = "^0" - md-5 = "^0" --mlua = { version = "^0", features = [ "lua54", "vendored", "serialize", "macros", "async" ] } -+mlua = { version = "^0", features = [ "lua54", "serialize", "macros", "async" ] } - parking_lot = "^0" - ratatui = "^0" - serde = "^1" +--- yazi-plugin/Cargo.toml ++++ yazi-plugin/Cargo.toml +@@ -21,7 +21,7 @@ ansi-to-tui = "3.1.0" + anyhow = "1.0.82" + futures = "0.3.30" + md-5 = "0.10.6" +-mlua = { version = "0.9.7", features = [ "lua54", "vendored", "serialize", "macros", "async" ] } ++mlua = { version = "0.9.7", features = [ "lua54", "serialize", "macros", "async" ] } + parking_lot = "0.12.1" + ratatui = "=0.26.1" + serde = "1.0.198" ++++++ _service ++++++ --- /var/tmp/diff_new_pack.0cKVhQ/_old 2024-04-26 23:27:47.826102105 +0200 +++ /var/tmp/diff_new_pack.0cKVhQ/_new 2024-04-26 23:27:47.830102251 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/sxyazi/yazi.git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="scm">git</param> - <param name="revision">v0.2.4</param> + <param name="revision">v0.2.5</param> <param name="match-tag">v*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.0cKVhQ/_old 2024-04-26 23:27:47.854103129 +0200 +++ /var/tmp/diff_new_pack.0cKVhQ/_new 2024-04-26 23:27:47.854103129 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/sxyazi/yazi.git</param> - <param name="changesrevision">b10f2de16d46df3ed7f6efe99ac966fd49d6e919</param></service></servicedata> + <param name="changesrevision">c65a14c0e650c92cce52fe507b9f84a873cae44d</param></service></servicedata> (No newline at EOF) ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.0cKVhQ/_old and /var/tmp/diff_new_pack.0cKVhQ/_new differ ++++++ yazi-0.2.4.obscpio -> yazi-0.2.5.obscpio ++++++ ++++ 14549 lines of diff (skipped) ++++++ yazi.obsinfo ++++++ --- /var/tmp/diff_new_pack.0cKVhQ/_old 2024-04-26 23:27:48.586129887 +0200 +++ /var/tmp/diff_new_pack.0cKVhQ/_new 2024-04-26 23:27:48.602130472 +0200 @@ -1,5 +1,5 @@ name: yazi -version: 0.2.4 -mtime: 1709982286 -commit: b10f2de16d46df3ed7f6efe99ac966fd49d6e919 +version: 0.2.5 +mtime: 1713861317 +commit: c65a14c0e650c92cce52fe507b9f84a873cae44d