|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Summary: Random number generators and other randomness functionality
|
|
|
|
|
Version: 0.6.4
|
|
|
|
|
Version: 0.6.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
@ -15,7 +15,7 @@ License: MIT or ASL 2.0
|
|
|
|
|
URL: https://crates.io/crates/rand
|
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
# * Remove non-unix dependencies
|
|
|
|
|
# * Remove non-unix dependencies and nightly features
|
|
|
|
|
Patch0: rand-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
@ -25,13 +25,15 @@ BuildRequires: (crate(autocfg/default) >= 0.1.0 with crate(autocfg/default) < 0
|
|
|
|
|
BuildRequires: (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0)
|
|
|
|
|
BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0)
|
|
|
|
|
BuildRequires: (crate(rand_chacha/default) >= 0.1.0 with crate(rand_chacha/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(rand_core) >= 0.3.0 with crate(rand_core) < 0.4.0)
|
|
|
|
|
BuildRequires: (crate(rand_core/alloc) >= 0.3.0 with crate(rand_core/alloc) < 0.4.0)
|
|
|
|
|
BuildRequires: (crate(rand_core/serde1) >= 0.3.0 with crate(rand_core/serde1) < 0.4.0)
|
|
|
|
|
BuildRequires: (crate(rand_core/std) >= 0.3.0 with crate(rand_core/std) < 0.4.0)
|
|
|
|
|
BuildRequires: (crate(rand_core/alloc) >= 0.4.0 with crate(rand_core/alloc) < 0.5.0)
|
|
|
|
|
BuildRequires: (crate(rand_core/default) >= 0.4.0 with crate(rand_core/default) < 0.5.0)
|
|
|
|
|
BuildRequires: (crate(rand_core/serde1) >= 0.4.0 with crate(rand_core/serde1) < 0.5.0)
|
|
|
|
|
BuildRequires: (crate(rand_core/std) >= 0.4.0 with crate(rand_core/std) < 0.5.0)
|
|
|
|
|
BuildRequires: (crate(rand_hc/default) >= 0.1.0 with crate(rand_hc/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(rand_isaac/default) >= 0.1.0 with crate(rand_isaac/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(rand_isaac/serde1) >= 0.1.0 with crate(rand_isaac/serde1) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(rand_jitter/default) >= 0.1.0 with crate(rand_jitter/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(rand_jitter/std) >= 0.1.0 with crate(rand_jitter/std) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(rand_os/default) >= 0.1.0 with crate(rand_os/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(rand_pcg/default) >= 0.1.0 with crate(rand_pcg/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(rand_xorshift/default) >= 0.1.0 with crate(rand_xorshift/default) < 0.2.0)
|
|
|
|
@ -160,6 +162,9 @@ which use "std" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 28 2019 Josh Stone <jistone@redhat.com> - 0.6.5-1
|
|
|
|
|
- Update to 0.6.5
|
|
|
|
|
|
|
|
|
|
* Thu Jan 10 2019 Josh Stone <jistone@redhat.com> - 0.6.4-1
|
|
|
|
|
- Update to 0.6.4
|
|
|
|
|
|
|
|
|
|