diff --git a/specs/atuin.spec b/specs/atuin.spec index 0bad46a..9dc99b1 100644 --- a/specs/atuin.spec +++ b/specs/atuin.spec @@ -2,7 +2,7 @@ Name: atuin Version: 18.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Magical shell history License: MIT @@ -25,7 +25,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release for SHELL in "bash" "fish" "zsh"; do target/release/%{name} gen-completions --shell $SHELL -o . @@ -53,6 +53,9 @@ install -Dpm 644 _%{name} %{buildroot}%{_datadir}/zsh/site-functions/_%{name} %{_datadir}/zsh/site-functions/_%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 18.2.0-2 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Mon Apr 15 2024 cyqsimon - 18.2.0-1 - Release 18.2.0 diff --git a/specs/bandwhich.spec b/specs/bandwhich.spec index 851dada..95049d9 100644 --- a/specs/bandwhich.spec +++ b/specs/bandwhich.spec @@ -2,7 +2,7 @@ Name: bandwhich Version: 0.22.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Terminal bandwidth utilization tool License: MIT @@ -25,8 +25,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y source ~/.cargo/env mkdir gen -RUSTFLAGS="-C strip=symbols" BANDWHICH_GEN_DIR="$(pwd)/gen" \ - cargo build --release +BANDWHICH_GEN_DIR="$(pwd)/gen" cargo build --release %check source ~/.cargo/env @@ -54,6 +53,9 @@ install -Dpm 644 gen/_%{name} %{buildroot}%{_datadir}/zsh/site-functions/_%{name %{_datadir}/zsh/site-functions/_%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 0.22.2-2 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Mon Jan 29 2024 cyqsimon - 0.22.2-1 - Release 0.22.2 - Install manpage & shell completions diff --git a/specs/bat.spec b/specs/bat.spec index a5033ee..f8f0047 100644 --- a/specs/bat.spec +++ b/specs/bat.spec @@ -2,7 +2,7 @@ Name: bat Version: 0.24.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A cat(1) clone with syntax highlighting and Git integration License: ASL 2.0 or MIT URL: https://github.com/sharkdp/bat @@ -22,7 +22,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release %check source ~/.cargo/env @@ -50,6 +50,9 @@ install -Dpm 644 target/release/build/%{name}-*/out/assets/completions/%{name}.z %{_datadir}/zsh/site-functions/_%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 0.24.0-2 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Thu Oct 12 2023 cyqsimon - 0.24.0-1 - Release 0.24.0 diff --git a/specs/ccase.spec b/specs/ccase.spec index 1c43110..5c16c0e 100644 --- a/specs/ccase.spec +++ b/specs/ccase.spec @@ -2,7 +2,7 @@ Name: ccase Version: 0.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A command line utility for converting between string cases License: MIT @@ -23,7 +23,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release %check source ~/.cargo/env @@ -41,5 +41,8 @@ install -Dpm 755 target/release/%{name} %{buildroot}%{_bindir}/%{name} %{_bindir}/%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 0.4.1-2 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Fri Jan 05 2024 cyqsimon - 0.4.1-1 - Release 0.4.1 diff --git a/specs/didyoumean.spec b/specs/didyoumean.spec index a517373..6583123 100644 --- a/specs/didyoumean.spec +++ b/specs/didyoumean.spec @@ -3,7 +3,7 @@ Name: didyoumean Version: 1.1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A CLI spelling corrector for when you're unsure License: GPLv3 @@ -26,7 +26,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release %check source ~/.cargo/env @@ -55,5 +55,8 @@ install -Dpm 644 completions/_%{bin_name} %{buildroot}%{_datadir}/zsh/site-funct %{_datadir}/zsh/site-functions/_%{bin_name} %changelog +* Tue Apr 16 2024 cyqsimon - 1.1.4-2 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Wed Mar 29 2023 cyqsimon - 1.1.4-1 - Release 1.1.4 diff --git a/specs/diskus.spec b/specs/diskus.spec index 0a924dc..d376f10 100644 --- a/specs/diskus.spec +++ b/specs/diskus.spec @@ -2,7 +2,7 @@ Name: diskus Version: 0.7.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A minimal, fast alternative to 'du -sh' License: ASL 2.0 or MIT @@ -26,7 +26,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release %check source ~/.cargo/env @@ -46,6 +46,9 @@ install -Dpm 644 doc/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 %{_mandir}/man1/%{name}.1* %changelog +* Tue Apr 16 2024 cyqsimon - 0.7.0-4 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Sat Mar 18 2023 cyqsimon - 0.7.0-3 - Run tests in debug mode diff --git a/specs/dog.spec b/specs/dog.spec index a0e12c2..709dbf7 100644 --- a/specs/dog.spec +++ b/specs/dog.spec @@ -2,7 +2,7 @@ Name: dog Version: 0.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A command-line DNS client License: EUPL 1.2 @@ -35,7 +35,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release ronn --roff man/%{name}.1.md @@ -65,6 +65,9 @@ install -Dpm 644 completions/%{name}.zsh %{buildroot}%{_datadir}/zsh/site-functi %{_datadir}/zsh/site-functions/_%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 0.1.0-3 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Sat Mar 18 2023 cyqsimon - 0.1.0-2 - Run tests in debug mode - Enable tests for workspace members diff --git a/specs/dysk.spec b/specs/dysk.spec index 30c0be8..e52e942 100644 --- a/specs/dysk.spec +++ b/specs/dysk.spec @@ -2,7 +2,7 @@ Name: dysk Version: 2.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A linux utility listing your filesystems (previously lfs) Provides: lfs = %{version}-%{release} Obsoletes: lfs <= 2.6.0 @@ -24,7 +24,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release # create compatibility script cat >lfs <<"EOF" @@ -64,6 +64,9 @@ install -Dpm 644 target/release/build/%{name}-*/out/_%{name} %{buildroot}%{_data %{_datadir}/zsh/site-functions/_%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 2.8.2-2 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Tue Oct 17 2023 cyqsimon - 2.8.2-1 - Release 2.8.2 diff --git a/specs/eza.spec b/specs/eza.spec index 04408e9..035aeb3 100644 --- a/specs/eza.spec +++ b/specs/eza.spec @@ -2,7 +2,7 @@ Name: eza Version: 0.18.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A modern, maintained replacement for ‘ls’ Provides: exa = %{version}-%{release} Obsoletes: exa <= 0.10.1 @@ -33,7 +33,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo +stable build --release +cargo +stable build --release pandoc --standalone -f markdown -t man man/%{name}.1.md > %{name}.1 pandoc --standalone -f markdown -t man man/eza_colors-explanation.5.md > eza_colors-explanation.5 @@ -74,6 +74,9 @@ install -Dpm 644 completions/zsh/_%{name} %{buildroot}%{_datadir}/zsh/site-funct %{_datadir}/zsh/site-functions/_%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 0.18.10-2 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Thu Apr 11 2024 cyqsimon - 0.18.10-1 - Release 0.18.10 diff --git a/specs/fd.spec b/specs/fd.spec index d9e6091..a4ba821 100644 --- a/specs/fd.spec +++ b/specs/fd.spec @@ -2,7 +2,7 @@ Name: fd Version: 9.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A simple, fast and user-friendly alternative to find License: ASL 2.0 or MIT @@ -26,7 +26,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release # generate completions target/release/%{name} --gen-completions bash > %{name}.bash @@ -58,6 +58,9 @@ install -Dpm 644 contrib/completion/_%{name} %{buildroot}%{_datadir}/zsh/site-fu %{_datadir}/zsh/site-functions/_%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 9.0.0-2 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Wed Dec 20 2023 cyqsimon - 9.0.0-1 - Release 9.0.0 diff --git a/specs/fend.spec b/specs/fend.spec index 57cb616..cd975ba 100644 --- a/specs/fend.spec +++ b/specs/fend.spec @@ -2,7 +2,7 @@ Name: fend Version: 1.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Arbitrary-precision unit-aware calculator License: GPLv3+ @@ -39,7 +39,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release --package %{name} +cargo build --release --package %{name} %if 0%{?rhel} >= 9 ./documentation/build.sh @@ -67,6 +67,9 @@ install -Dpm 644 documentation/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 %endif %changelog +* Tue Apr 16 2024 cyqsimon - 1.4.1-2 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Sun Jan 07 2024 cyqsimon - 1.4.1-1 - Release 1.4.1 diff --git a/specs/garbage.spec b/specs/garbage.spec index e2e1a75..feb655f 100644 --- a/specs/garbage.spec +++ b/specs/garbage.spec @@ -2,7 +2,7 @@ Name: garbage Version: 0.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Soft-deletion CLI tool with FreeDesktop Trash compatibility License: GPLv3 @@ -24,7 +24,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release # generate completions target/release/%{name} generate-completions bash > %{name}.bash @@ -53,6 +53,9 @@ install -Dpm 644 %{name}.zsh %{buildroot}%{_datadir}/zsh/site-functions/_%{name} %{_datadir}/zsh/site-functions/_%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 0.4.1-3 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Sat Mar 18 2023 cyqsimon - 0.4.1-2 - Run tests in debug mode - Enable tests for workspace members diff --git a/specs/git-delta.spec b/specs/git-delta.spec index 61fc27c..b56d742 100644 --- a/specs/git-delta.spec +++ b/specs/git-delta.spec @@ -3,7 +3,7 @@ Name: git-delta Version: 0.17.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A syntax-highlighting pager for git, diff, and grep output License: MIT @@ -27,7 +27,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release %check source ~/.cargo/env @@ -49,6 +49,9 @@ install -Dpm 644 etc/completion/completion.zsh %{buildroot}%{_datadir}/zsh/site- %{_datadir}/zsh/site-functions/_%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 0.17.0-2 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Sun Mar 17 2024 cyqsimon - 0.17.0-1 - Release 0.17.0 diff --git a/specs/hck.spec b/specs/hck.spec index ad1391e..fd3c53c 100644 --- a/specs/hck.spec +++ b/specs/hck.spec @@ -2,7 +2,7 @@ Name: hck Version: 0.10.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A sharp cut(1) clone License: MIT OR Unlicense @@ -35,7 +35,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y source ~/.cargo/env # On EL7 `cmake` links to cmake2 -CMAKE=cmake3 RUSTFLAGS="-C strip=symbols" cargo build --release +CMAKE=cmake3 cargo build --release %check source ~/.cargo/env @@ -51,6 +51,9 @@ install -Dpm 755 target/release/%{name} %{buildroot}%{_bindir}/%{name} %{_bindir}/%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 0.10.0-3 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Tue Apr 16 2024 cyqsimon - 0.10.0-2 - Fix cmake config for EL7 diff --git a/specs/httplz.spec b/specs/httplz.spec index c5657fa..53a7244 100644 --- a/specs/httplz.spec +++ b/specs/httplz.spec @@ -3,7 +3,7 @@ Name: httplz Version: 1.13.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A basic HTTP server for hosting a folder fast and simply License: MIT @@ -32,7 +32,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env # only build and install the `httplz` binary -RUSTFLAGS="-C strip=symbols" cargo build --release --bin %{name} +cargo build --release --bin %{name} # rename man page markdown mv %{_prj_name}.md %{name}.md @@ -67,6 +67,9 @@ install -Dpm 644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 %{_mandir}/man1/%{name}.1* %changelog +* Tue Apr 16 2024 cyqsimon - 1.13.2-2 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Thu Aug 31 2023 cyqsimon - 1.13.2-2 - Release 1.13.2 diff --git a/specs/miniserve.spec b/specs/miniserve.spec index cf6180a..d89415e 100644 --- a/specs/miniserve.spec +++ b/specs/miniserve.spec @@ -2,7 +2,7 @@ Name: miniserve Version: 0.27.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CLI tool to serve files and dirs over HTTP License: MIT @@ -32,7 +32,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release # generate manpage target/release/%{name} --print-manpage > %{name}.1 @@ -83,6 +83,9 @@ install -Dpm 644 %{name}.zsh %{buildroot}%{_datadir}/zsh/site-functions/_%{name} %{_datadir}/zsh/site-functions/_%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 0.27.1-2 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Sat Mar 16 2024 cyqsimon - 0.27.1-1 - Release 0.27.1 diff --git a/specs/mprocs.spec b/specs/mprocs.spec index 4f7a064..81ee555 100644 --- a/specs/mprocs.spec +++ b/specs/mprocs.spec @@ -2,7 +2,7 @@ Name: mprocs Version: 0.6.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Run multiple commands in parallel License: MIT @@ -33,7 +33,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release %check source ~/.cargo/env @@ -51,6 +51,9 @@ install -Dpm 755 target/release/%{name} %{buildroot}%{_bindir}/%{name} %{_bindir}/%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 0.6.3-3 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Sat Mar 18 2023 cyqsimon - 0.6.3-2 - Run tests in debug mode diff --git a/specs/ouch.spec b/specs/ouch.spec index 92ebdf7..ef25aab 100644 --- a/specs/ouch.spec +++ b/specs/ouch.spec @@ -3,7 +3,7 @@ Name: ouch Version: 0.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Painless compression and decompression for your terminal License: MIT @@ -44,7 +44,7 @@ rm -f rust-toolchain %endif source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" OUCH_ARTIFACTS_FOLDER=%{artifact_dir} cargo build --release +cargo build --release %check %if 0%{?el8} @@ -80,6 +80,9 @@ install -Dpm 644 _%{name} %{buildroot}%{_datadir}/zsh/site-functions/_%{name} %{_datadir}/zsh/site-functions/_%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 0.4.1-3 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Sat Mar 18 2023 cyqsimon - 0.4.1-2 - Run tests in debug mode diff --git a/specs/podlet.spec b/specs/podlet.spec index 8059b21..ecf61e7 100644 --- a/specs/podlet.spec +++ b/specs/podlet.spec @@ -2,7 +2,7 @@ Name: podlet Version: 0.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Generate podman quadlet (systemd-like) files from a podman command License: MPLv2.0 @@ -22,7 +22,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release %check source ~/.cargo/env @@ -38,6 +38,9 @@ install -Dpm 755 target/release/%{name} %{buildroot}%{_bindir}/%{name} %{_bindir}/%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 0.2.4-2 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Tue Jan 30 2024 cyqsimon - 0.2.4-1 - Release 0.2.4 diff --git a/specs/procs.spec b/specs/procs.spec index abf115e..714a339 100644 --- a/specs/procs.spec +++ b/specs/procs.spec @@ -2,7 +2,7 @@ Name: procs Version: 0.14.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A modern replacement for ps written in Rust License: MIT @@ -35,7 +35,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release target/release/%{name} --gen-completion bash target/release/%{name} --gen-completion fish @@ -63,6 +63,9 @@ install -Dpm 644 _%{name} %{buildroot}%{_datadir}/zsh/site-functions/_%{name} %{_datadir}/zsh/site-functions/_%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 0.14.5-2 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Thu Mar 07 2024 cyqsimon - 0.14.5-1 - Release 0.14.5 diff --git a/specs/pueue.spec b/specs/pueue.spec index 5ad1673..a73f717 100644 --- a/specs/pueue.spec +++ b/specs/pueue.spec @@ -2,7 +2,7 @@ Name: pueue Version: 3.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CLI task manager for long-running tasks License: MIT @@ -30,7 +30,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release # generate completions for SHELL_NAME in bash fish zsh; do @@ -65,6 +65,9 @@ install -Dpm 644 utils/_%{name} %{buildroot}%{_datadir}/zsh/site-functions/_%{na %{_datadir}/zsh/site-functions/_%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 3.4.0-2 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Fri Mar 22 2024 cyqsimon - 3.4.0-1 - Release 3.4.0 diff --git a/specs/ripgrep.spec b/specs/ripgrep.spec index 8cb97b6..1d30533 100644 --- a/specs/ripgrep.spec +++ b/specs/ripgrep.spec @@ -3,7 +3,7 @@ Name: ripgrep Version: 14.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A search tool that combines the usability of ag with the raw speed of grep License: MIT or Unlicense @@ -36,7 +36,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %endif source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release --features pcre2 +cargo build --release --features pcre2 mkdir generated target/release/rg --generate man > generated/man @@ -74,6 +74,9 @@ install -Dpm 644 generated/zsh %{buildroot}%{_datadir}/zsh/site-functions/_%{_bi %{_datadir}/zsh/site-functions/_%{_bin_name} %changelog +* Tue Apr 16 2024 cyqsimon - 14.1.0-2 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Sun Jan 07 2024 cyqsimon - 14.1.0-1 - Release 14.1.0 diff --git a/specs/rustscan.spec b/specs/rustscan.spec index 79b6b61..8ee9115 100644 --- a/specs/rustscan.spec +++ b/specs/rustscan.spec @@ -3,7 +3,7 @@ Name: rustscan Version: 2.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Modern Port Scanner License: GPLv3+ @@ -33,7 +33,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release %check source ~/.cargo/env @@ -49,6 +49,9 @@ install -Dpm 755 target/release/%{name} %{buildroot}%{_bindir}/%{name} %{_bindir}/%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 2.1.1-3 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Sat Mar 18 2023 cyqsimon - 2.1.1-2 - Run tests in debug mode diff --git a/specs/sd.spec b/specs/sd.spec index 32043ad..61d571c 100644 --- a/specs/sd.spec +++ b/specs/sd.spec @@ -2,7 +2,7 @@ Name: sd Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Intuitive find & replace CLI (sed alternative) License: MIT @@ -23,7 +23,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release %check source ~/.cargo/env @@ -51,6 +51,9 @@ install -Dpm 644 gen/completions/_%{name} %{buildroot}%{_datadir}/zsh/site-funct %{_datadir}/zsh/site-functions/_%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 1.0.0-2 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Wed Nov 08 2023 cyqsimon - 1.0.0-1 - Release 1.0.0 🎉 diff --git a/specs/tealdeer.spec b/specs/tealdeer.spec index bb2386e..c23edbf 100644 --- a/specs/tealdeer.spec +++ b/specs/tealdeer.spec @@ -3,7 +3,7 @@ Name: tealdeer Version: 1.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A very fast implementation of tldr in Rust License: ASL 2.0 or MIT @@ -28,7 +28,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release %check source ~/.cargo/env @@ -52,6 +52,9 @@ install -Dpm 644 completion/zsh_%{name} %{buildroot}%{_datadir}/zsh/site-functio %{_datadir}/zsh/site-functions/_%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 1.6.1-3 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Sat Mar 18 2023 cyqsimon - 1.6.1-2 - Run tests in debug mode diff --git a/specs/tokei.spec b/specs/tokei.spec index 1d44c89..96d48a8 100644 --- a/specs/tokei.spec +++ b/specs/tokei.spec @@ -2,7 +2,7 @@ Name: tokei Version: 12.1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Count your code, quickly License: ASL 2.0 and MIT @@ -24,7 +24,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release %check source ~/.cargo/env @@ -40,6 +40,9 @@ install -Dpm 755 target/release/%{name} %{buildroot}%{_bindir}/%{name} %{_bindir}/%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 12.1.2-3 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Sat Mar 18 2023 cyqsimon - 12.1.2-2 - Run tests in debug mode diff --git a/specs/xh.spec b/specs/xh.spec index a5f8dc3..418c193 100644 --- a/specs/xh.spec +++ b/specs/xh.spec @@ -2,7 +2,7 @@ Name: xh Version: 0.22.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Friendly and fast tool for sending HTTP requests License: MIT @@ -24,7 +24,7 @@ curl -Lf "https://sh.rustup.rs" | sh -s -- --profile minimal -y %build source ~/.cargo/env -RUSTFLAGS="-C strip=symbols" cargo build --release +cargo build --release %check source ~/.cargo/env @@ -56,6 +56,9 @@ install -Dpm 644 completions/_%{name} %{buildroot}%{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name} %changelog +* Tue Apr 16 2024 cyqsimon - 0.22.0-2 +- Remove explicit stripping (strip enabled by default since 1.77.0) + * Sun Apr 14 2024 cyqsimon - 0.22.0-1 - Release 0.22.0