From 257e682a70b3ff4c096268ee82c5f766dcb7e60d Mon Sep 17 00:00:00 2001 From: blinxen Date: Sun, 15 Sep 2024 14:59:40 +0200 Subject: [PATCH] Bump prodash dependency to 0.29.0 to match it with the version used in the latest gix update --- gix-features-fix-metadata.diff | 11 +++++++++++ rust-gix-features.spec | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 gix-features-fix-metadata.diff diff --git a/gix-features-fix-metadata.diff b/gix-features-fix-metadata.diff new file mode 100644 index 0000000..1390f2c --- /dev/null +++ b/gix-features-fix-metadata.diff @@ -0,0 +1,11 @@ +--- gix-features-0.38.2/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ gix-features-0.38.2/Cargo.toml 2024-09-15T12:55:50.061759+00:00 +@@ -88,7 +88,7 @@ + default-features = false + + [dependencies.prodash] +-version = "28.0.0" ++version = "29.0.0" + optional = true + default-features = false + diff --git a/rust-gix-features.spec b/rust-gix-features.spec index 818d661..f49beb4 100644 --- a/rust-gix-features.spec +++ b/rust-gix-features.spec @@ -12,6 +12,9 @@ Summary: Integrate various capabilities using compile-time feature flags License: MIT OR Apache-2.0 URL: https://crates.io/crates/gix-features Source: %{crates_source} +# Manually created patch for downstream crate metadata changes +# * Bump prodash to 0.29.0 to match it with the version used in the gix crate +Patch: gix-features-fix-metadata.diff BuildRequires: cargo-rpm-macros >= 24