From b5b983008bd8375fbc02d0ac371360c05ab5bf10 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 19 Apr 2023 16:29:58 +0200 Subject: [PATCH] Remove stabilized but previously unstable "clap/unstable-grouped" feature --- fd-find-fix-metadata.diff | 12 ++++++++++-- rust-fd-find.spec | 1 + 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/fd-find-fix-metadata.diff b/fd-find-fix-metadata.diff index 0efb05c..6448718 100644 --- a/fd-find-fix-metadata.diff +++ b/fd-find-fix-metadata.diff @@ -1,6 +1,14 @@ --- 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 @@ ++++ fd-find-8.7.0/Cargo.toml 2023-04-19T14:25:00.184230+00:00 +@@ -63,7 +63,6 @@ + "color", + "wrap_help", + "cargo", +- "unstable-grouped", + "derive", + ] + +@@ -131,17 +130,9 @@ version = "0.9" [features] diff --git a/rust-fd-find.spec b/rust-fd-find.spec index cc36374..01f0e5b 100644 --- a/rust-fd-find.spec +++ b/rust-fd-find.spec @@ -14,6 +14,7 @@ URL: https://crates.io/crates/fd-find Source: %{crates_source} # Manually created patch for downstream crate metadata changes # * drop jemallocator dependency +# * remove stabilized but previously unstable "clap/unstable-grouped" feature Patch: fd-find-fix-metadata.diff # * drop jemallocator from code Patch: 0001-Remove-usage-of-jemallocator.patch