Allow proptest-derive 0.5.0

epel10 imports/epel10/rust-zopfli-0.8.1-4.el10
Benjamin A. Beasley 5 months ago
parent e5b5add0ba
commit c07a388243

@ -15,6 +15,9 @@ Summary: Rust implementation of the Zopfli compression algorithm
License: Apache-2.0
URL: https://crates.io/crates/zopfli
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * Allow proptest-derive 0.5.0
Patch: zopfli-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 26

@ -2,6 +2,9 @@
# Dont build the “zopfli” executable, which would conflict with the more
# widely used one provided by https://src.fedoraproject.org/rpms/zopfli.
cargo-install-bin = false
cargo-toml-patch-comments = [
"Allow proptest-derive 0.5.0",
]
[features]
hide = [

@ -0,0 +1,11 @@
--- zopfli-0.8.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zopfli-0.8.1/Cargo.toml 2024-09-15T00:47:34.832733+00:00
@@ -89,7 +89,7 @@
version = "1.4.0"
[dev-dependencies.proptest-derive]
-version = "0.4.0"
+version = ">=0.4.0, <0.6.0"
[features]
default = [
Loading…
Cancel
Save