Bump to autocfg 1

epel9
Josh Stone 5 years ago
parent 95c186b486
commit f9df843a70

@ -1,5 +1,14 @@
--- rand-0.6.5/Cargo.toml 1970-01-01T00:00:00+00:00 --- 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 @@ @@ -80,9 +80,6 @@
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2" version = "0.2"

@ -6,7 +6,7 @@
Name: rust-%{crate}0.6 Name: rust-%{crate}0.6
Version: 0.6.5 Version: 0.6.5
Release: 1%{?dist} Release: 2%{?dist}
Summary: Random number generators and other randomness functionality Summary: Random number generators and other randomness functionality
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -15,6 +15,7 @@ URL: https://crates.io/crates/rand
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No Windows # * No Windows
# * Bump to autocfg 1
Patch0: rand-fix-metadata.diff Patch0: rand-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -206,5 +207,8 @@ which use "wasm-bindgen" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 0.6.5-2
- Bump to autocfg 1
* Sun Aug 04 13:28:37 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.5-1 * Sun Aug 04 13:28:37 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.5-1
- Initial package - Initial package

Loading…
Cancel
Save