diff --git a/jql-fix-metadata.diff b/jql-fix-metadata.diff new file mode 100644 index 0000000..3e4a542 --- /dev/null +++ b/jql-fix-metadata.diff @@ -0,0 +1,10 @@ +--- jql-2.4.9/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ jql-2.4.9/Cargo.toml 2020-02-12T10:03:47.379679+00:00 +@@ -61,6 +61,6 @@ + features = ["preserve_order"] + default-features = false + [dev-dependencies.criterion] +-version = "0.3.1" ++version = "0.3" + [badges.travis-ci] + repository = "yamafaktory/jql" diff --git a/rust-jql.spec b/rust-jql.spec index 5907706..582e064 100644 --- a/rust-jql.spec +++ b/rust-jql.spec @@ -12,6 +12,9 @@ Summary: JSON query language CLI tool License: MIT URL: https://crates.io/crates/jql Source: %{crates_source} +# Initial patched metadata +# * Downgrade criterion to 0.3 until 0.3.1 is packaged +Patch0: jql-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build}