diff --git a/rand_os-fix-metadata.diff b/rand_os-fix-metadata.diff index 6d24dd1..6db4221 100644 --- a/rand_os-fix-metadata.diff +++ b/rand_os-fix-metadata.diff @@ -1,6 +1,6 @@ --- rand_os-0.1.3/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ rand_os-0.1.3/Cargo.toml 2019-03-05T20:25:07.714764+01:00 -@@ -28,24 +28,9 @@ ++++ rand_os-0.1.3/Cargo.toml 2019-03-10T11:11:16.792152+01:00 +@@ -28,24 +28,8 @@ [dependencies.rand_core] version = "0.4" features = ["std"] @@ -18,7 +18,7 @@ -[target.wasm32-unknown-unknown.dependencies.stdweb] -version = "0.4" -optional = true - +- -[target.wasm32-unknown-unknown.dependencies.wasm-bindgen] -version = "0.2.12" -optional = true diff --git a/rust-rand_os.spec b/rust-rand_os.spec index 7ffd0fa..32867ca 100644 --- a/rust-rand_os.spec +++ b/rust-rand_os.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OS backed Random Number Generator # Upstream license specification: MIT/Apache-2.0 @@ -21,7 +21,6 @@ ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0) -BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0) BuildRequires: (crate(rand_core/default) >= 0.4.0 with crate(rand_core/default) < 0.5.0) BuildRequires: (crate(rand_core/std) >= 0.4.0 with crate(rand_core/std) < 0.5.0) @@ -84,6 +83,9 @@ which use "log" feature of "%{crate}" crate. %endif %changelog +* Sun Mar 10 2019 Igor Gnatenko - 0.1.3-2 +- Do not pull optional dependencies + * Tue Mar 05 2019 Igor Gnatenko - 0.1.3-1 - Update to 0.1.3