Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gitui for openSUSE:Factory checked in at 2023-06-23 21:53:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gitui (Old) and /work/SRC/openSUSE:Factory/.gitui.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gitui" Fri Jun 23 21:53:50 2023 rev:3 rq:1094940 version:0.23.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gitui/gitui.changes 2023-03-11 18:24:48.343120039 +0100 +++ /work/SRC/openSUSE:Factory/.gitui.new.15902/gitui.changes 2023-06-23 21:54:00.467097380 +0200 @@ -1,0 +2,38 @@ +Fri Jun 23 13:11:54 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Update to version 0.23.0 + - Breaking Change + * focus_XYZ key bindings are merged into the move_XYZ set, so only one way to bind arrow-like keys from now on + - Added + * allow reset (soft,mixed,hard) from commit log + * support reword of commit from log + * fuzzy find branch + * list changes in commit message inside external editor + * allow detaching HEAD and checking out specific commit from log view + * add no-verify option on commits to not run hooks + * allow fetch on status tab + * allow copy file path on revision files and status tree + * print message of where log will be written if -l is set + * show remote branches in log + - Fixes + * fixed side effect of crossterm 0.26 on windows that caused double input of all keys + * commit msg history ordered the wrong way + * improve help documentation for amend cmd + * lag issue when showing files tab + * fix key binding shown in bottom bar for stash_open + * --bugreport does not require param + * edit-file command shown on commits msg + * crash on branches popup in small terminal + * edit command duplication + * syntax errors in key_bindings.ron will be logged + * Fix UI freeze when copying with xclip installed on Linux + * Fix UI freeze when copying with wl-copy installed on Linux + * commit hooks report "command not found" on Windows with wsl2 installed + * crashes on entering submodules + * fix race issue: revlog messages sometimes appear empty + * default to tick-based updates + * add support for options handling in log and stashes views + - Changed + * minimum supported rust version bumped to 1.65 (thank you time crate) + +------------------------------------------------------------------- Old: ---- _servicedata gitui-0.22.1.tar.zst gitui.obsinfo New: ---- gitui-0.23.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gitui.spec ++++++ --- /var/tmp/diff_new_pack.DIQUyV/_old 2023-06-23 21:54:02.451108749 +0200 +++ /var/tmp/diff_new_pack.DIQUyV/_new 2023-06-23 21:54:02.455108772 +0200 @@ -17,12 +17,12 @@ Name: gitui -Version: 0.22.1 +Version: 0.23.0 Release: 0 Summary: Terminal UI for git License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Artistic-2.0 OR CC0-1.0) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CDDL-1.0 AND ISC AND MIT AND MIT URL: https://github.com/extrawurst/gitui -Source0: %{name}-%{version}.tar.zst +Source0: https://github.com/extrawurst/gitui/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: vendor.tar.zst Source2: cargo_config BuildRequires: cargo-packaging ++++++ _service ++++++ --- /var/tmp/diff_new_pack.DIQUyV/_old 2023-06-23 21:54:02.491108979 +0200 +++ /var/tmp/diff_new_pack.DIQUyV/_new 2023-06-23 21:54:02.495109002 +0200 @@ -1,28 +1,10 @@ <services> - <service mode="disabled" name="obs_scm"> - <param name="url">https://github.com/extrawurst/gitui</param> - <param name="versionformat">@PARENT_TAG@</param> - <param name="scm">git</param> - <param name="revision">234e7cb</param> - <param name="versionrewrite-pattern">v(.*)</param> - <param name="versionrewrite-replacement">\1</param> - <param name="changesgenerate">enable</param> - <param name="changesauthor">socvirnyl.est...@gmail.com</param> - </service> - <service mode="disabled" name="tar" /> - <service mode="disabled" name="recompress"> - <param name="file">*.tar</param> - <param name="compression">zstd</param> - </service> - <service mode="disabled" name="set_version"/> + <service mode="disabled" name="download_files" /> <service name="cargo_vendor" mode="disabled"> - <param name="srcdir">gitui</param> - <param name="compression">zst</param> + <param name="srctar">gitui-0.23.0.tar.gz</param> <param name="update">true</param> </service> - <service name="cargo_audit" mode="disabled"> - <param name="srcdir">gitui</param> - </service> + <service name="cargo_audit" mode="disabled" /> </services> ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.DIQUyV/_old and /var/tmp/diff_new_pack.DIQUyV/_new differ