Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fd for openSUSE:Factory checked in at 2022-11-09 12:58:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fd (Old) and /work/SRC/openSUSE:Factory/.fd.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fd" Wed Nov 9 12:58:19 2022 rev:16 rq:1034798 version:8.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/fd/fd.changes 2022-06-16 18:21:32.768193787 +0200 +++ /work/SRC/openSUSE:Factory/.fd.new.1597/fd.changes 2022-11-09 12:58:30.296709683 +0100 @@ -1,0 +2,30 @@ +Wed Nov 02 07:05:31 UTC 2022 - sebix+novell....@sebix.at + +- Update to version 8.5.0: + - Features + - --type executable/-t now works on Windows, see #1051 and #1061 + - Bugfixes + - Fixed differences between piped / non-piped output. This changes fds behavior back to what we + - had before 8.3.0, i.e. there will be no leading ./ prefixes, unless --exec/-x, + - --exec-batch/-X, or --print0/-0 are used. --strip-cwd-prefix can be used to strip that + - prefix in those cases. See #1046, #1115, and #1121 + - fd could previously crash with a panic due to a race condition in Rusts standard library + - (see rust-lang/rust#39364). This has been fixed by switching to a different + - message passing implementation, see #1060 and #1146 + - fds memory usage will not grow unboundedly on huge directory trees, see #1146 + - fd returns an error when current working directory does not exist while a search path is + - specified, see #1072 + - Improved "command not found" error message, see #1083 and #1109 + - Preserve command exit codes when using --exec-batch, see #1136 and #1137 + - Changes + - No leading ./ prefix for non-interactive results, see above. + - fd now colorizes paths in parallel, significantly improving performance, see #1148 + - fd can now avoid stat syscalls even when colorizing paths, as long as the color scheme doesn't + - require metadata, see #1148 + - The statically linked musl versions of fd now use jmalloc, leading to a significant performance + - improvement, see #1062 + - Other + - Added link back to GitHub in man page and --help text, see #1086 + - Major update in how fd handles command line options internally, see #1067 + +------------------------------------------------------------------- Old: ---- fd-8.4.0.tar.xz New: ---- fd-8.5.0.obscpio fd-8.5.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fd.spec ++++++ --- /var/tmp/diff_new_pack.eKUwvf/_old 2022-11-09 12:58:31.408715952 +0100 +++ /var/tmp/diff_new_pack.eKUwvf/_new 2022-11-09 12:58:31.412715974 +0100 @@ -17,7 +17,7 @@ Name: fd -Version: 8.4.0 +Version: 8.5.0 Release: 0 Summary: An alternative to the "find" utility License: Apache-2.0 AND MIT @@ -145,14 +145,15 @@ %build %{cargo_build} +make completions %install %{cargo_install} # install shell completions and man page -install -Dm644 target/release/build/fd-find-*/out/fd.bash %{buildroot}%{_datadir}/bash-completion/completions/fd -install -Dm644 target/release/build/fd-find-*/out/fd.fish %{buildroot}%{_datadir}/fish/vendor_completions.d/fd.fish -install -Dm644 contrib/completion/_fd %{buildroot}%{_datadir}/zsh/site-functions/_fd +install -Dm644 autocomplete/fd.bash %{buildroot}%{_datadir}/bash-completion/completions/fd +install -Dm644 autocomplete/fd.fish %{buildroot}%{_datadir}/fish/vendor_completions.d/fd.fish +install -Dm644 autocomplete/_fd %{buildroot}%{_datadir}/zsh/site-functions/_fd install -Dm644 doc/fd.1 %{buildroot}%{_mandir}/man1/fd.1 %files ++++++ _service ++++++ --- /var/tmp/diff_new_pack.eKUwvf/_old 2022-11-09 12:58:31.444716154 +0100 +++ /var/tmp/diff_new_pack.eKUwvf/_new 2022-11-09 12:58:31.448716177 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/sharkdp/fd.git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="scm">git</param> - <param name="revision">v8.4.0</param> + <param name="revision">v8.5.0</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.eKUwvf/_old 2022-11-09 12:58:31.464716267 +0100 +++ /var/tmp/diff_new_pack.eKUwvf/_new 2022-11-09 12:58:31.468716290 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/sharkdp/fd.git</param> - <param name="changesrevision">c47501ef7ccb3a2f3a0e99b089d16bb3b3d94f60</param></service></servicedata> + <param name="changesrevision">bab77275ece71df6ece197e5c96df451d49f9e33</param></service></servicedata> (No newline at EOF) ++++++ fd-8.4.0.tar.xz -> fd-8.5.0.tar.xz ++++++ ++++ 5781 lines of diff (skipped) ++++++ fd.obsinfo ++++++ --- /var/tmp/diff_new_pack.eKUwvf/_old 2022-11-09 12:58:31.584716943 +0100 +++ /var/tmp/diff_new_pack.eKUwvf/_new 2022-11-09 12:58:31.588716966 +0100 @@ -1,5 +1,5 @@ name: fd -version: 8.4.0 -mtime: 1653816105 -commit: c47501ef7ccb3a2f3a0e99b089d16bb3b3d94f60 +version: 8.5.0 +mtime: 1667333891 +commit: bab77275ece71df6ece197e5c96df451d49f9e33 ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/fd/vendor.tar.xz /work/SRC/openSUSE:Factory/.fd.new.1597/vendor.tar.xz differ: char 27, line 1