From a1297b149201467e78e46936d16af813a47700bc Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 3 Mar 2023 12:48:43 +0100 Subject: [PATCH] Update to version 8.7.0; Fixes RHBZ#2027038 --- .gitignore | 1 + 0001-Remove-usage-of-jemallocator.patch | 28 +++++---- README.md | 3 - fd-find-fix-metadata.diff | 36 +++++------ rust-fd-find.spec | 80 +++++++++++++------------ sources | 2 +- 6 files changed, 77 insertions(+), 73 deletions(-) delete mode 100644 README.md diff --git a/.gitignore b/.gitignore index 555d4d2..d94bc2f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /fd-find-8.1.0.crate /fd-find-8.1.1.crate /fd-find-8.2.1.crate +/fd-find-8.7.0.crate diff --git a/0001-Remove-usage-of-jemallocator.patch b/0001-Remove-usage-of-jemallocator.patch index 90256d4..ac09981 100644 --- a/0001-Remove-usage-of-jemallocator.patch +++ b/0001-Remove-usage-of-jemallocator.patch @@ -1,22 +1,18 @@ -From 5f72a51d7eb23cd18eb07639757d4dcea2e6a2ab Mon Sep 17 00:00:00 2001 -From: Igor Raits -Date: Fri, 22 May 2020 12:28:05 +0200 +From 583c52363f28fadb26e28cab12b9595308b87104 Mon Sep 17 00:00:00 2001 +From: Fabio Valentini +Date: Fri, 3 Mar 2023 11:55:20 +0100 Subject: [PATCH] Remove usage of jemallocator -It is PITA to package it in Fedora, so we will have to have fd a bit -slower for now. - -Signed-off-by: Igor Raits --- - src/main.rs | 6 ------ - 1 file changed, 6 deletions(-) + src/main.rs | 14 -------------- + 1 file changed, 14 deletions(-) diff --git a/src/main.rs b/src/main.rs -index 5208765..ced87f0 100644 +index 567058c..7de2bce 100644 --- a/src/main.rs +++ b/src/main.rs -@@ -32,17 +32,6 @@ use crate::filter::{SizeFilter, TimeFilter}; - use crate::options::Options; +@@ -33,20 +33,6 @@ use crate::filter::OwnerFilter; + use crate::filter::TimeFilter; use crate::regex_helper::{pattern_has_uppercase_char, pattern_matches_strings_with_leading_dot}; -// We use jemalloc for performance reasons, see https://github.com/sharkdp/fd/pull/481 @@ -25,7 +21,10 @@ index 5208765..ced87f0 100644 - not(windows), - not(target_os = "android"), - not(target_os = "macos"), -- not(target_env = "musl") +- not(target_os = "freebsd"), +- not(all(target_env = "musl", target_pointer_width = "32")), +- not(target_arch = "riscv64"), +- feature = "use-jemalloc" -))] -#[global_allocator] -static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc; @@ -33,3 +32,6 @@ index 5208765..ced87f0 100644 // vivid --color-mode 8-bit generate molokai const DEFAULT_LS_COLORS: &str = " ow=0:or=0;38;5;16;48;5;203:no=0:ex=1;38;5;203:cd=0;38;5;203;48;5;236:mi=0;38;5;16;48;5;203:*~=0;38;5;243:st=0:pi=0;38;5;16;48;5;81:fi=0:di=0;38;5;81:so=0;38;5;16;48;5;203:bd=0;38;5;81;48;5;236:tw=0:ln=0;38;5;203:*.m=0;38;5;48:*.o=0;38;5;243:*.z=4;38;5;203:*.a=1;38;5;203:*.r=0;38;5;48:*.c=0;38;5;48:*.d=0;38;5;48:*.t=0;38;5;48:*.h=0;38;5;48:*.p=0;38;5;48:*.cc=0;38;5;48:*.ll=0;38;5;48:*.jl=0;38;5;48:*css=0;38;5;48:*.md=0;38;5;185:*.gz=4;38;5;203:*.nb=0;38;5;48:*.mn=0;38;5;48:*.go=0;38;5;48:*.xz=4;38;5;203:*.so=1;38;5;203:*.rb=0;38;5;48:*.pm=0;38;5;48:*.bc=0;38;5;243:*.py=0;38;5;48:*.as=0;38;5;48:*.pl=0;38;5;48:*.rs=0;38;5;48:*.sh=0;38;5;48:*.7z=4;38;5;203:*.ps=0;38;5;186:*.cs=0;38;5;48:*.el=0;38;5;48:*.rm=0;38;5;208:*.hs=0;38;5;48:*.td=0;38;5;48:*.ui=0;38;5;149:*.ex=0;38;5;48:*.js=0;38;5;48:*.cp=0;38;5;48:*.cr=0;38;5;48:*.la=0;38;5;243:*.kt=0;38;5;48:*.ml=0;38;5;48:*.vb=0;38;5;48:*.gv=0;38;5;48:*.lo=0;38;5;243:*.hi=0;38;5;243:*.ts=0;38;5;48:*.ko=1;38;5;203:*.hh=0;38;5;48:*.pp=0;38;5;48:*.di=0;38;5;48:*.bz=4;38;5;203:*.fs=0;38;5;48:*.png=0;38;5;208:*.zsh=0;38;5;48:*.mpg=0;38;5;208:*.pid=0;38;5;243:*.xmp=0;38;5;149:*.iso=4;38;5;203:*.m4v=0;38;5;208:*.dot=0;38;5;48:*.ods=0;38;5;186:*.inc=0;38;5;48:*.sxw=0;38;5;186:*.aif=0;38;5;208:*.git=0;38;5;243:*.gvy=0;38;5;48:*.tbz=4;38;5;203:*.log=0;38;5;243:*.txt=0;38;5;185:*.ico=0;38;5;208:*.csx=0;38;5;48:*.vob=0;38;5;208:*.pgm=0;38;5;208:*.pps=0;38;5;186:*.ics=0;38;5;186:*.img=4;38;5;203:*.fon=0;38;5;208:*.hpp=0;38;5;48:*.bsh=0;38;5;48:*.sql=0;38;5;48:*TODO=1:*.php=0;38;5;48:*.pkg=4;38;5;203:*.ps1=0;38;5;48:*.csv=0;38;5;185:*.ilg=0;38;5;243:*.ini=0;38;5;149:*.pyc=0;38;5;243:*.psd=0;38;5;208:*.htc=0;38;5;48:*.swp=0;38;5;243:*.mli=0;38;5;48:*hgrc=0;38;5;149:*.bst=0;38;5;149:*.ipp=0;38;5;48:*.fsi=0;38;5;48:*.tcl=0;38;5;48:*.exs=0;38;5;48:*.out=0;38;5;243:*.jar=4;38;5;203:*.xls=0;38;5;186:*.ppm=0;38;5;208:*.apk=4;38;5;203:*.aux=0;38;5;243:*.rpm=4;38;5;203:*.dll=1;38;5;203:*.eps=0;38;5;208:*.exe=1;38;5;203:*.doc=0;38;5;186:*.wma=0;38;5;208:*.deb=4;38;5;203:*.pod=0;38;5;48:*.ind=0;38;5;243:*.nix=0;38;5;149:*.lua=0;38;5;48:*.epp=0;38;5;48:*.dpr=0;38;5;48:*.htm=0;38;5;185:*.ogg=0;38;5;208:*.bin=4;38;5;203:*.otf=0;38;5;208:*.yml=0;38;5;149:*.pro=0;38;5;149:*.cxx=0;38;5;48:*.tex=0;38;5;48:*.fnt=0;38;5;208:*.erl=0;38;5;48:*.sty=0;38;5;243:*.bag=4;38;5;203:*.rst=0;38;5;185:*.pdf=0;38;5;186:*.pbm=0;38;5;208:*.xcf=0;38;5;208:*.clj=0;38;5;48:*.gif=0;38;5;208:*.rar=4;38;5;203:*.elm=0;38;5;48:*.bib=0;38;5;149:*.tsx=0;38;5;48:*.dmg=4;38;5;203:*.tmp=0;38;5;243:*.bcf=0;38;5;243:*.mkv=0;38;5;208:*.svg=0;38;5;208:*.cpp=0;38;5;48:*.vim=0;38;5;48:*.bmp=0;38;5;208:*.ltx=0;38;5;48:*.fls=0;38;5;243:*.flv=0;38;5;208:*.wav=0;38;5;208:*.m4a=0;38;5;208:*.mid=0;38;5;208:*.hxx=0;38;5;48:*.pas=0;38;5;48:*.wmv=0;38;5;208:*.tif=0;38;5;208:*.kex=0;38;5;186:*.mp4=0;38;5;208:*.bak=0;38;5;243:*.xlr=0;38;5;186:*.dox=0;38;5;149:*.swf=0;38;5;208:*.tar=4;38;5;203:*.tgz=4;38;5;203:*.cfg=0;38;5;149:*.xml=0; +-- +2.39.2 + diff --git a/README.md b/README.md deleted file mode 100644 index a4171ab..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-fd-find - -The rust-fd-find package \ No newline at end of file diff --git a/fd-find-fix-metadata.diff b/fd-find-fix-metadata.diff index fbd548f..0efb05c 100644 --- a/fd-find-fix-metadata.diff +++ b/fd-find-fix-metadata.diff @@ -1,20 +1,22 @@ ---- fd-find-8.2.1/Cargo.toml 2020-12-07T18:29:12+00:00 -+++ fd-find-8.2.1/Cargo.toml 2022-07-23T15:43:04.007053+00:00 -@@ -63,7 +63,7 @@ - version = "1.1.0" - - [dependencies.lscolors] --version = "0.7" -+version = "0.13" - - [dependencies.num_cpus] - version = "1.8" -@@ -86,8 +86,6 @@ - - [build-dependencies.version_check] +--- fd-find-8.7.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ fd-find-8.7.0/Cargo.toml 2023-02-27T16:47:58.996825+00:00 +@@ -131,17 +131,9 @@ version = "0.9" --[target."cfg(all(not(windows), not(target_os = \"android\"), not(target_os = \"macos\"), not(target_env = \"musl\")))".dependencies.jemallocator] --version = "0.3.0" + + [features] +-base = ["use-jemalloc"] ++base = [] + completions = ["clap_complete"] +-default = [ +- "use-jemalloc", +- "completions", +-] +-use-jemalloc = ["jemallocator"] +- +-[target."cfg(all(not(windows), not(target_os = \"android\"), not(target_os = \"macos\"), not(target_os = \"freebsd\"), not(all(target_env = \"musl\", target_pointer_width = \"32\")), not(target_arch = \"riscv64\")))".dependencies.jemallocator] +-version = "0.5.0" +-optional = true ++default = ["completions"] + [target."cfg(all(unix, not(target_os = \"redox\")))".dependencies.libc] version = "0.2" - [target."cfg(unix)".dependencies.users] diff --git a/rust-fd-find.spec b/rust-fd-find.spec index 4cc8425..cc36374 100644 --- a/rust-fd-find.spec +++ b/rust-fd-find.spec @@ -1,28 +1,24 @@ -# Generated by rust2rpm 16 +# Generated by rust2rpm 24 %bcond_without check -%global __cargo_skip_build 0 %global crate fd-find -Name: rust-%{crate} -Version: 8.2.1 +Name: rust-fd-find +Version: 8.7.0 Release: %autorelease -Summary: Simple, fast and user-friendly alternative to find +Summary: Fd is a simple, fast and user-friendly alternative to find # Upstream license specification: MIT/Apache-2.0 -License: MIT or ASL 2.0 +License: MIT OR Apache-2.0 URL: https://crates.io/crates/fd-find Source: %{crates_source} -# Initial patched metadata -# * Bump lscolors from 0.7 to 0.10 -# * Remove jemallocator from deps -Patch0: fd-find-fix-metadata.diff -# * Disable jemallocator for real -Patch0001: 0001-Remove-usage-of-jemallocator.patch +# Manually created patch for downstream crate metadata changes +# * drop jemallocator dependency +Patch: fd-find-fix-metadata.diff +# * drop jemallocator from code +Patch: 0001-Remove-usage-of-jemallocator.patch -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 23 %global _description %{expand: Fd is a simple, fast and user-friendly alternative to find.} @@ -31,28 +27,29 @@ Fd is a simple, fast and user-friendly alternative to find.} %package -n %{crate} Summary: %{summary} -# * ASL 2.0 or MIT -# * MIT -# * MIT or ASL 2.0 -# * Unlicense or MIT -License: MIT +# (MIT OR Apache-2.0) AND Unicode-DFS-2016 +# Apache-2.0 OR MIT +# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT +# MIT +# MIT OR Apache-2.0 +# Unlicense OR MIT +License: MIT AND Unicode-DFS-2016 +# LICENSE.dependencies contains a full license breakdown %description -n %{crate} %{_description} %files -n %{crate} -%license LICENSE-MIT LICENSE-APACHE -%doc README.md CHANGELOG.md +%license LICENSE-APACHE +%license LICENSE-MIT +%license LICENSE.dependencies +%doc CHANGELOG.md +%doc CONTRIBUTING.md +%doc README.md %{_bindir}/fd %{_mandir}/man1/fd.1* -%dir %{_datadir}/bash-completion -%dir %{_datadir}/bash-completion/completions -%{_datadir}/bash-completion/completions/fd.bash -%dir %{_datadir}/fish -%dir %{_datadir}/fish/vendor_completions.d -%{_datadir}/fish/vendor_completions.d/fd.fish -%dir %{_datadir}/zsh -%dir %{_datadir}/zsh/site-functions -%{_datadir}/zsh/site-functions/_fd +%{bash_completions_dir}/fd +%{fish_completions_dir}/fd.fish +%{zsh_completions_dir}/_fd %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 @@ -63,17 +60,22 @@ License: MIT %build %cargo_build +# write license summary and breakdown +%cargo_license_summary +%{cargo_license} > LICENSE.dependencies +# generate shell completions +./target/release/fd --gen-completions bash > fd.bash +./target/release/fd --gen-completions fish > fd.fish +./target/release/fd --gen-completions zsh > fd.zsh %install %cargo_install -install -Dpm0644 -t %{buildroot}%{_mandir}/man1 \ - doc/fd.1 -install -Dpm0644 -t %{buildroot}%{_datadir}/bash-completion/completions \ - target/release/build/%{crate}-*/out/fd.bash -install -Dpm0644 -t %{buildroot}%{_datadir}/fish/vendor_completions.d \ - target/release/build/%{crate}-*/out/fd.fish -install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \ - contrib/completion/_fd +# install manpage +install -Dpm 644 doc/fd.1 -t %{buildroot}/%{_mandir}/man1/ +# install shell completions +install -Dpm 0644 fd.bash %{buildroot}/%{bash_completions_dir}/fd +install -Dpm 0644 fd.fish %{buildroot}/%{fish_completions_dir}/fd.fish +install -Dpm 0644 fd.zsh %{buildroot}/%{zsh_completions_dir}/_fd %if %{with check} %check diff --git a/sources b/sources index 50ba941..aa9e268 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (fd-find-8.2.1.crate) = 3c0930b95769fab4e77794617bab833e4f58021c0e0c4ad78eb589b1b69e71af4db59e33641118ccd860c4fc29af0fcef114ecdd9dbbd43c86cb88001e63a4bc +SHA512 (fd-find-8.7.0.crate) = 0e33cfeff0b85d6c93efae0668d095c736ee1fc9a2502e3c62eb30e2ae1ad87476484163cd8881f5e0a9dd7b6ad3087e9b53756cd7a9b937383bbf7ec54ecd55