Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xplr for openSUSE:Factory checked in at 2023-06-03 00:08:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xplr (Old) and /work/SRC/openSUSE:Factory/.xplr.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xplr" Sat Jun 3 00:08:03 2023 rev:7 rq:1090465 version:0.21.2 Changes: -------- --- /work/SRC/openSUSE:Factory/xplr/xplr.changes 2023-05-16 14:27:48.547873284 +0200 +++ /work/SRC/openSUSE:Factory/.xplr.new.15902/xplr.changes 2023-06-03 00:08:10.798327723 +0200 @@ -1,0 +2,19 @@ +Fri Jun 2 09:30:47 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Disable update of vendored deps + +------------------------------------------------------------------- +Thu Jun 1 02:43:52 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Update to version 0.21.2: + * Added CustomLayout, a new custom panel type to allow nesting other layouts inside a static or dynamic + layout. This will allow switching between different layouts dynamically, without having to switch modes. + * $LS_COLORS will have lesser priority than xplr.config.node_types.*.style. + * Now, there's no default color set in xplr.config.node_types.*.style, so xplr will default to $LS_COLORS. + * xplr -m now uses jf to render and pass messages. This allows for a more flexible template syntax. + * xplr will now ask before delete. + * For copy, move or symlink operations, xplr will ask what to do if a file with the same name exists. + * CLI help menu improvements + * Several fixes and improvements in documentation + +------------------------------------------------------------------- Old: ---- xplr-0.21.1.tar.gz xplr-0.21.1.tar.gz.asc New: ---- xplr-0.21.2.tar.gz xplr-0.21.2.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xplr.spec ++++++ --- /var/tmp/diff_new_pack.Bv3936/_old 2023-06-03 00:08:14.498349571 +0200 +++ /var/tmp/diff_new_pack.Bv3936/_new 2023-06-03 00:08:14.502349594 +0200 @@ -17,7 +17,7 @@ Name: xplr -Version: 0.21.1 +Version: 0.21.2 Release: 0 Summary: TUI file explorer License: MIT @@ -47,10 +47,10 @@ sed -i 's/-- version = "0.0.0"/version = "%{version}"/' src/init.lua %build -%{cargo_build} +%{cargo_build} --all-features %install -%{cargo_install} +%{cargo_install} --all-features install -Dm644 -T \ %{_builddir}/%{name}-%{version}/assets/desktop/%{name}.desktop \ ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Bv3936/_old 2023-06-03 00:08:14.542349830 +0200 +++ /var/tmp/diff_new_pack.Bv3936/_new 2023-06-03 00:08:14.546349854 +0200 @@ -1,12 +1,12 @@ <services> <service name="download_files" mode="disabled" /> <service name="cargo_vendor" mode="disabled"> - <param name="srctar">xplr-0.21.1.tar.gz</param> + <param name="srctar">xplr-0.21.2.tar.gz</param> <param name="compression">zst</param> - <param name="update">true</param> + <param name="update">false</param> </service> <service name="cargo_audit" mode="disabled"> - <param name="srcdir">xplr-0.20.2</param> + <param name="srcdir">xplr-0.21.2</param> </service> <service name="source_validator" mode="disabled" /> </services> ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.Bv3936/_old and /var/tmp/diff_new_pack.Bv3936/_new differ ++++++ xplr-0.21.1.tar.gz -> xplr-0.21.2.tar.gz ++++++ ++++ 2763 lines of diff (skipped)