From 66c5cd96d7c8fadd865660650823919562180e7f Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 23 Jul 2022 17:49:57 +0200 Subject: [PATCH] Bump lscolors from 0.7 to 0.10 --- fd-find-fix-metadata.diff | 11 ++++++++++- rust-fd-find.spec | 6 +++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/fd-find-fix-metadata.diff b/fd-find-fix-metadata.diff index 8389de5..5ad4f9c 100644 --- a/fd-find-fix-metadata.diff +++ b/fd-find-fix-metadata.diff @@ -1,5 +1,14 @@ --- fd-find-8.2.1/Cargo.toml 2020-12-07T18:29:12+00:00 -+++ fd-find-8.2.1/Cargo.toml 2021-01-12T21:49:10.417251+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.10" + + [dependencies.num_cpus] + version = "1.8" @@ -86,8 +86,6 @@ [build-dependencies.version_check] diff --git a/rust-fd-find.spec b/rust-fd-find.spec index 339bbcf..a0930ff 100644 --- a/rust-fd-find.spec +++ b/rust-fd-find.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 8.2.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Simple, fast and user-friendly alternative to find # Upstream license specification: MIT/Apache-2.0 @@ -14,6 +14,7 @@ License: MIT or ASL 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 @@ -80,6 +81,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \ %endif %changelog +* Sat Jul 23 2022 Fabio Valentini - 8.2.1-8 +- Bump lscolors from 0.7 to 0.10. + * Sat Jul 23 2022 Fedora Release Engineering - 8.2.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild