diff --git a/rand-fix-metadata.diff b/rand-fix-metadata.diff index 806dc0a..d587a7e 100644 --- a/rand-fix-metadata.diff +++ b/rand-fix-metadata.diff @@ -1,5 +1,14 @@ --- rand-0.6.5/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ rand-0.6.5/Cargo.toml 2019-08-04T11:28:37.678317+00:00 ++++ rand-0.6.5/Cargo.toml 2020-01-15T19:09:00.441612+00:00 +@@ -65,7 +65,7 @@ + [dev-dependencies.rand_xoshiro] + version = "0.1" + [build-dependencies.autocfg] +-version = "0.1" ++version = "1" + + [features] + alloc = ["rand_core/alloc"] @@ -80,9 +80,6 @@ [target."cfg(unix)".dependencies.libc] version = "0.2" diff --git a/rust-rand0.6.spec b/rust-rand0.6.spec index c921203..f6e7a58 100644 --- a/rust-rand0.6.spec +++ b/rust-rand0.6.spec @@ -6,7 +6,7 @@ Name: rust-%{crate}0.6 Version: 0.6.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Random number generators and other randomness functionality # Upstream license specification: MIT/Apache-2.0 @@ -15,6 +15,7 @@ URL: https://crates.io/crates/rand Source: %{crates_source} # Initial patched metadata # * No Windows +# * Bump to autocfg 1 Patch0: rand-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -206,5 +207,8 @@ which use "wasm-bindgen" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 15 2020 Josh Stone - 0.6.5-2 +- Bump to autocfg 1 + * Sun Aug 04 13:28:37 CEST 2019 Igor Gnatenko - 0.6.5-1 - Initial package