Update to 0.13.2

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 2 years ago
parent 87d4185e11
commit 1028e2cc92
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -15,3 +15,4 @@
/hashbrown-0.11.2.crate
/hashbrown-0.12.2.crate
/hashbrown-0.12.3.crate
/hashbrown-0.13.2.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate hashbrown
Name: rust-%{crate}
Version: 0.12.3
Name: rust-hashbrown
Version: 0.13.2
Release: %autorelease
Summary: Rust port of Google's SwissTable hash map
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/hashbrown
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
@ -63,18 +60,6 @@ use the "ahash" feature of the "%{crate}" crate.
%files -n %{name}+ahash-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+ahash-compile-time-rng-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+ahash-compile-time-rng-devel %{_description}
This package contains library source intended for building other packages which
use the "ahash-compile-time-rng" feature of the "%{crate}" crate.
%files -n %{name}+ahash-compile-time-rng-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+bumpalo-devel
Summary: %{summary}
BuildArch: noarch
@ -150,14 +135,8 @@ use the "serde" feature of the "%{crate}" crate.
%if %{with check}
%check
%ifarch %{arm}
# * some doctests inconsistently fail on armv7hl:
# https://github.com/rust-lang/hashbrown/issues/349
%cargo_test -- --lib
%else
%cargo_test
%endif
%endif
%changelog
%autochangelog

@ -1 +1 @@
SHA512 (hashbrown-0.12.3.crate) = b3700fcd659a21a6b9b3777c18b37a83bf25542b4e8f2b963779a122f5d22e1742c064cfc03e649583e7dd5c6e90ca8407f8c51a0e8755f6a108682853022f76
SHA512 (hashbrown-0.13.2.crate) = 21dae7a283326d21e16bb32ae0dd1481c4936939a32a06478a3351c2dec97941be532437b808e99ac40e7900a75433fe0efbd852158659a682461245e19d0e70

Loading…
Cancel
Save