Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package eza for openSUSE:Factory checked in at 2024-03-21 17:01:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eza (Old) and /work/SRC/openSUSE:Factory/.eza.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eza" Thu Mar 21 17:01:18 2024 rev:29 rq:1160078 version:0.18.8+0 Changes: -------- --- /work/SRC/openSUSE:Factory/eza/eza.changes 2024-03-20 21:22:20.551673759 +0100 +++ /work/SRC/openSUSE:Factory/.eza.new.1905/eza.changes 2024-03-21 17:02:10.748267663 +0100 @@ -1,0 +2,20 @@ +Thu Mar 21 10:56:38 UTC 2024 - Michael Vetter <mvet...@suse.com> + +- Filter dependencies for vendor tarball +- Cleanup changes and comments from last submission + +------------------------------------------------------------------- +Thu Mar 21 09:36:00 UTC 2024 - Joshua Smith <smolsh...@opensuse.org> + +- Add eza-fix-test.patch: + Fix test in container build environment. + See gh/eza-community/eza#902 +- Remove unneeded cargo_config +- Update to 0.18.8: + Bug Fixes: + * Avoid deprecation warnings + * Rustfmt issues + Features: + * Add fennel lang icon and associations + +------------------------------------------------------------------- Old: ---- cargo_config eza-0.18.7+0.tar.zst New: ---- eza-0.18.8+0.obscpio eza-fix-test.patch BETA DEBUG BEGIN: New: - Add eza-fix-test.patch: Fix test in container build environment. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eza.spec ++++++ --- /var/tmp/diff_new_pack.KPfwo6/_old 2024-03-21 17:02:11.468294162 +0100 +++ /var/tmp/diff_new_pack.KPfwo6/_new 2024-03-21 17:02:11.472294309 +0100 @@ -17,7 +17,7 @@ Name: eza -Version: 0.18.7+0 +Version: 0.18.8+0 Release: 0 Summary: Replacement for ls written in Rust License: MIT @@ -25,7 +25,8 @@ URL: https://github.com/eza-community/eza Source0: %{name}-%{version}.tar.zst Source1: vendor.tar.zst -Source2: cargo_config +# PATCH-FIX-OPENSUSE smolsh...@opensuse.org -- Fix test in container env gh/eza-community/eza#902 +Patch0: eza-fix-test.patch BuildRequires: bash-completion BuildRequires: cargo-packaging BuildRequires: fish @@ -71,7 +72,6 @@ %prep %autosetup -a1 -p1 -install -D -m 644 %{SOURCE2} .cargo/config %build %{cargo_build} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.KPfwo6/_old 2024-03-21 17:02:11.500295339 +0100 +++ /var/tmp/diff_new_pack.KPfwo6/_new 2024-03-21 17:02:11.504295487 +0100 @@ -1,26 +1,26 @@ <services> - <service mode="disabled" name="obs_scm"> + <service mode="manual" name="obs_scm"> <param name="url">https://github.com/eza-community/eza.git</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="scm">git</param> - <param name="revision">v0.18.7</param> + <param name="revision">v0.18.8</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> </service> - <service mode="disabled" name="tar" /> - <service mode="disabled" name="recompress"> + <service mode="buildtime" name="tar" /> + <service mode="buildtime" name="recompress"> <param name="file">*.tar</param> <param name="compression">zst</param> </service> - <service mode="disabled" name="set_version"/> - <service name="cargo_vendor" mode="disabled"> + <service mode="manual" name="set_version"/> + <service name="cargo_vendor" mode="manual"> <param name="srcdir">eza</param> <param name="compression">zst</param> <param name="update">true</param> - <param name="filter">true</param> + <param name="filter">true</param> </service> - <service name="cargo_audit" mode="disabled"> + <service name="cargo_audit" mode="manual"> <param name="srcdir">eza</param> </service> </services> ++++++ eza-fix-test.patch ++++++ diff --git a/tests/cmd/absolute_recurse_unix.stdout b/tests/cmd/absolute_recurse_unix.stdout index 44233b9..9c56e28 100644 --- a/tests/cmd/absolute_recurse_unix.stdout +++ b/tests/cmd/absolute_recurse_unix.stdout @@ -36,7 +36,7 @@ tests/itest/vagrant: tests/itest/vagrant/debug: [CWD]/tests/itest/vagrant/debug/a [CWD]/tests/itest/vagrant/debug/symlink -> a -[CWD]/tests/itest/vagrant/debug/symlink-broken -> ./b +[CWD]/tests/itest/vagrant/debug/symlink-broken -> b tests/itest/vagrant/dev: [CWD]/tests/itest/vagrant/dev/main.bf ++++++ eza.obsinfo ++++++ --- /var/tmp/diff_new_pack.KPfwo6/_old 2024-03-21 17:02:11.540296812 +0100 +++ /var/tmp/diff_new_pack.KPfwo6/_new 2024-03-21 17:02:11.544296959 +0100 @@ -1,5 +1,5 @@ name: eza -version: 0.18.7+0 -mtime: 1710431728 -commit: 4702e081aa297154e178a7c191484a181ea28bf1 +version: 0.18.8+0 +mtime: 1711010420 +commit: d0c6fefe0a64a60fa10e3c02f67b1447ff80d3d9 ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.KPfwo6/_old and /var/tmp/diff_new_pack.KPfwo6/_new differ