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