Hello community, here is the log from the commit of package fd for openSUSE:Factory checked in at 2020-03-23 12:51:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fd (Old) and /work/SRC/openSUSE:Factory/.fd.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fd" Mon Mar 23 12:51:08 2020 rev:4 rq:787316 version:7.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/fd/fd.changes 2018-09-17 14:27:36.159722525 +0200 +++ /work/SRC/openSUSE:Factory/.fd.new.3160/fd.changes 2020-03-23 12:52:39.428035411 +0100 @@ -1,0 +2,23 @@ +Sun Mar 15 08:47:52 UTC 2020 - Paolo Stivanin <[email protected]> + +- Update to 7.4.0 + * Added a new --path-separator <sep> option + * When fd is run with the --exec-batch/-X option, it now exposes + the exit status of the command that was run + * Added a new -g/--glob option to switch to glob-based searches + * Use jemalloc by default, improving the performance for almost all searches + * Reduce number of stat syscalls, improving the performance for searches + where file metadata is required + * Added support for filtering by file modification time by adding + two new options --changed-before <date|duration> and --changed-within <..>. + For more details, see the --help text, the man page, + the relevant issue #165 and the PR #339 (@kimsnj) + * Added --show-errors option to enable the display of filesystem error messages + such as "permission denied", see #311 (@psinghal20 and @majecty) + * Added --maxdepth as a (hidden) alias for --max-depth, see #323 (@mqudsi) + * Added --search-path option which can be supplied to replace + the positional path argument at any position. + * New --exec-batch <cmd>/-X <cmd> option for batch execution of commands + * Support for 24-bit color codes + +------------------------------------------------------------------- Old: ---- fd-7.1.0.tar.gz New: ---- fd-7.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fd.spec ++++++ --- /var/tmp/diff_new_pack.Sxj3No/_old 2020-03-23 12:52:50.844042580 +0100 +++ /var/tmp/diff_new_pack.Sxj3No/_new 2020-03-23 12:52:50.844042580 +0100 @@ -1,7 +1,7 @@ # # spec file for package fd # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: fd -Version: 7.1.0 +Version: 7.4.0 Release: 0 Summary: An alternative to the "find" utility License: MIT AND Apache-2.0 @@ -44,7 +44,7 @@ Summary: Bash Completion for %{name} Group: System/Shells Requires: bash-completion -Supplements: packageand(%{name}:bash) +Supplements: (%{name} and bash) BuildArch: noarch %description bash-completion @@ -53,7 +53,7 @@ %package zsh-completion Summary: ZSH Completion for %{name} Group: System/Shells -Supplements: packageand(%{name}:zsh) +Supplements: (%{name} and zsh) BuildArch: noarch %description zsh-completion @@ -62,7 +62,7 @@ %package fish-completion Summary: Fish Completion for %{name} Group: System/Shells -Supplements: packageand(%{name}:fish) +Supplements: (%{name} and fish) BuildArch: noarch %description fish-completion @@ -86,10 +86,9 @@ %install export CARGO_HOME=$PWD/cargo-home -cargo install --root=%{buildroot}%{_prefix} - -# remove residue crate file -rm %{buildroot}%{_prefix}/.crates.toml +cargo install --path . --root=build +mkdir -p %{buildroot}%{_bindir} +install -Dm0755 build/bin/fd %{buildroot}%{_bindir}/fd # install man page and completions install -Dm644 target/release/build/fd-find-*/out/fd.bash %{buildroot}%{_datadir}/bash-completion/completions/fd ++++++ fd-7.1.0.tar.gz -> fd-7.4.0.tar.gz ++++++ ++++ 5000 lines of diff (skipped) ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/fd/vendor.tar.xz /work/SRC/openSUSE:Factory/.fd.new.3160/vendor.tar.xz differ: char 1, line 1
