Update to 0.4.5

epel9
Josh Stone 6 years ago
parent 932f92d83a
commit c4c368d549

1
.gitignore vendored

@ -4,3 +4,4 @@
/rand-0.4.2.crate
/rand-0.4.3.crate
/rand-0.4.4.crate
/rand-0.4.5.crate

@ -1,5 +1,5 @@
--- rand-0.4.4/Cargo.toml 1969-12-31T16:00:00-08:00
+++ rand-0.4.4/Cargo.toml 2019-01-08T10:08:39.873095-08:00
--- rand-0.4.5/Cargo.toml 1969-12-31T16:00:00-08:00
+++ rand-0.4.5/Cargo.toml 2019-01-09T11:17:09.067769-08:00
@@ -22,6 +22,7 @@
categories = ["algorithms"]
license = "MIT/Apache-2.0"
@ -8,12 +8,13 @@
[features]
alloc = []
@@ -29,16 +30,7 @@
@@ -29,17 +30,7 @@
i128_support = []
nightly = ["i128_support"]
std = ["libc"]
-[target."cfg(target_env = \"sgx\")".dependencies.rand_core]
-version = "0.3.0"
-version = "0.3"
-default-features = false
-[target."cfg(target_env = \"sgx\")".dependencies.rdrand]
-version = "0.4.0"

@ -5,7 +5,7 @@
%global crate rand
Name: rust-%{crate}0.4
Version: 0.4.4
Version: 0.4.5
Release: 1%{?dist}
Summary: Random number generators and other randomness functionality
@ -118,6 +118,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Wed Jan 09 2019 Josh Stone <jistone@redhat.com> - 0.4.5-1
- Update to 0.4.5
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.4.4-1
- Update to 0.4.4

@ -1 +1 @@
SHA512 (rand-0.4.4.crate) = f0981051964e62c26c1506ad928857b3ed9ff87907a5e15602f68e38f3fce3aa079e8545b124d9d5aef3e316d39771b8bead3b8b4c2ff31591a58a86350a67f0
SHA512 (rand-0.4.5.crate) = 68bc5c64da5a94a1d208faef6ef8979375f6a366d61f3934f00fc0a4af1f8c800c6ac63e7d2969ecfcae893f56b12e12797f416282d393157e0483237eddd1de

Loading…
Cancel
Save