Bump to autocfg 1

epel9
Josh Stone 5 years ago
parent 560ef19331
commit 92272f9c9e

@ -0,0 +1,11 @@
--- hashbrown-0.6.3/Cargo.toml 1970-01-01T00:00:00+00:00
+++ hashbrown-0.6.3/Cargo.toml 2020-01-15T20:08:04.799761+00:00
@@ -70,7 +70,7 @@
[dev-dependencies.serde_test]
version = "1.0"
[build-dependencies.autocfg]
-version = "0.1.4"
+version = "1"
[features]
ahash-compile-time-rng = ["ahash/compile-time-rng"]

@ -6,13 +6,16 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.3 Version: 0.6.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: Rust port of Google's SwissTable hash map Summary: Rust port of Google's SwissTable hash map
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT License: ASL 2.0 or MIT
URL: https://crates.io/crates/hashbrown URL: https://crates.io/crates/hashbrown
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Bump to autocfg 1, https://github.com/rust-lang/hashbrown/pull/138
Patch0: hashbrown-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -215,6 +218,9 @@ which use "serde" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 0.6.3-2
- Bump to autocfg 1
* Fri Dec 20 19:23:00 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.3-1 * Fri Dec 20 19:23:00 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.3-1
- Update to 0.6.3 - Update to 0.6.3

Loading…
Cancel
Save