Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zellij for openSUSE:Factory checked in at 2023-03-11 18:24:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zellij (Old) and /work/SRC/openSUSE:Factory/.zellij.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zellij" Sat Mar 11 18:24:07 2023 rev:10 rq:1070835 version:0.35.1 Changes: -------- --- /work/SRC/openSUSE:Factory/zellij/zellij.changes 2022-12-24 14:55:15.752671687 +0100 +++ /work/SRC/openSUSE:Factory/.zellij.new.31432/zellij.changes 2023-03-11 18:24:47.215114160 +0100 @@ -1,0 +2,65 @@ +Sat Mar 11 08:13:55 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Fix vendored dependencies. + +------------------------------------------------------------------- +Sat Mar 11 07:56:44 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Fix specfile. Duplicated BuildRequires section for rust+cargo + +------------------------------------------------------------------- +Fri Mar 10 13:52:38 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Update to version 0.35.1: + * fix(panes): show visual error when unable to split panes vertically/horizontally + * WIP: Use xtask as build system + * fix(panes): show visual error when failing to resize panes + * chore(repo): remove nix support + * Floating panes in layouts + * add tmux close pane key + * fix: properly end selection with copy_on_select = false + * fix 3 bugs + * Errors: less unwrap in server + * Support UTF-8 character in tab name and pane name + * errors: handle missing plugin caches + * Improve client disconnect handling + * feat: add ScrollToTop action by + * Fix status bar not displaying w/ size=1 and show shortcuts + * Add GoToTabName action to switch tab by name + * Use singlepass in debug mode by + * cleanups around "buffer full" error + * Make the singlepass compiler opt-in through flags by + * Add pencil theme + * Apply correct color on 'more tabs' message + * feat: add args to new-tab action + * update termwiz to v0.20.0 + * feat(ui): swap layouts and stacked panes + * fix(ux): cache stdin queries on startup (remove startup delay) + * Project Governance Change + * Add Helix editor (hx) to editors that support prefix positions + * Extend display char in tab + * Fix fullscreen navigation by + * fix(grid): glitchy resizes + * Update bug_report.md template with OSX log directory + * fix(layout): various parser and ui fixes + * fix(messaging): cache hold pane messages by their tab_id if the tab is not ready + * fix(layout): tab focus + * fix(cli): new-tab now also looks in layout_dir for layouts + * fix(kdl): new-tab keybind looks in layout_dir for layouts + * fix(cli): edit cwd + * fix(layouts): do not relayout twice on auto_layout + * fix(new-tab): get config parameters from config file + * fix(grid): only use background pending styling when deleting characters + * feat(layouts): exact panes constraint + * fix(pty): report no-cwd for empty path returned from sysinfo + * fix(sixel): report pixel size in winsize change ioctl + * Fix plugin location path decoding from Url + * Add action QueryTabNames to list all tab names + * fix(pty): do not crash when unable to set cwd + * fix(layouts): naming and gototabname + * fix(cli): make auto_layout work through the cli + * feat: add self-provided themes + * Feature: simulate publishing + * Revert theme pr + +------------------------------------------------------------------- Old: ---- v0.34.4.tar.gz vendor.tar.gz New: ---- vendor.tar.zst zellij-0.35.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zellij.spec ++++++ --- /var/tmp/diff_new_pack.6TVyNs/_old 2023-03-11 18:24:47.827117349 +0100 +++ /var/tmp/diff_new_pack.6TVyNs/_new 2023-03-11 18:24:47.831117370 +0100 @@ -1,7 +1,7 @@ # # spec file for package zellij # -# 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 @@ -18,22 +18,22 @@ %bcond_with test Name: zellij -Version: 0.34.4 +Version: 0.35.1 Release: 0 Summary: Terminal workspace with batteries included License: MIT URL: https://github.com/zellij-org/zellij -Source0: https://github.com/zellij-org/zellij/archive/refs/tags/v%{version}.tar.gz -Source1: vendor.tar.gz +Source0: https://github.com/zellij-org/zellij/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source1: vendor.tar.zst Source2: cargo_config Source3: README.suse-maint.md BuildRequires: cargo-packaging - +BuildRequires: rust+cargo +BuildRequires: zstd %if 0%{?suse_version} > 1500 BuildRequires: mandown %endif -BuildRequires: rust+cargo >= 1.59 ExclusiveArch: %{rust_tier1_arches} %if %{with test} BuildRequires: pkgconfig(openssl) ++++++ _service ++++++ --- /var/tmp/diff_new_pack.6TVyNs/_old 2023-03-11 18:24:47.879117620 +0100 +++ /var/tmp/diff_new_pack.6TVyNs/_new 2023-03-11 18:24:47.883117641 +0100 @@ -1,8 +1,8 @@ <services> <service name="download_files" mode="disabled" /> <service name="cargo_vendor" mode="disabled"> - <param name="srctar">v0.34.4.tar.gz</param> - <param name="compression">gz</param> + <param name="srctar">zellij-0.35.1.tar.gz</param> + <param name="compression">zst</param> <param name="update">true</param> </service> <service name="cargo_audit" mode="disabled" />