Update to version 0.15.0; Fixes RHBZ#2315941

epel10
Fabio Valentini 3 months ago
parent b1b0aeaf8e
commit e5d3c39c1e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -21,3 +21,4 @@
/hashbrown-0.14.2.crate /hashbrown-0.14.2.crate
/hashbrown-0.14.3.crate /hashbrown-0.14.3.crate
/hashbrown-0.14.5.crate /hashbrown-0.14.5.crate
/hashbrown-0.15.0.crate

@ -5,7 +5,7 @@
%global crate hashbrown %global crate hashbrown
Name: rust-hashbrown Name: rust-hashbrown
Version: 0.14.5 Version: 0.15.0
Release: %autorelease Release: %autorelease
Summary: Rust port of Google's SwissTable hash map Summary: Rust port of Google's SwissTable hash map
@ -48,28 +48,28 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+ahash-devel %package -n %{name}+allocator-api2-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+ahash-devel %{_description} %description -n %{name}+allocator-api2-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "ahash" feature of the "%{crate}" crate. use the "allocator-api2" feature of the "%{crate}" crate.
%files -n %{name}+ahash-devel %files -n %{name}+allocator-api2-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+allocator-api2-devel %package -n %{name}+default-hasher-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+allocator-api2-devel %{_description} %description -n %{name}+default-hasher-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "allocator-api2" feature of the "%{crate}" crate. use the "default-hasher" feature of the "%{crate}" crate.
%files -n %{name}+allocator-api2-devel %files -n %{name}+default-hasher-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+equivalent-devel %package -n %{name}+equivalent-devel
@ -96,16 +96,16 @@ use the "inline-more" feature of the "%{crate}" crate.
%files -n %{name}+inline-more-devel %files -n %{name}+inline-more-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+raw-devel %package -n %{name}+raw-entry-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+raw-devel %{_description} %description -n %{name}+raw-entry-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "raw" feature of the "%{crate}" crate. use the "raw-entry" feature of the "%{crate}" crate.
%files -n %{name}+raw-devel %files -n %{name}+raw-entry-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rayon-devel %package -n %{name}+rayon-devel
@ -120,18 +120,6 @@ use the "rayon" feature of the "%{crate}" crate.
%files -n %{name}+rayon-devel %files -n %{name}+rayon-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rkyv-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rkyv-devel %{_description}
This package contains library source intended for building other packages which
use the "rkyv" feature of the "%{crate}" crate.
%files -n %{name}+rkyv-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1,6 +1,7 @@
[features] [features]
hide = [ hide = [
"alloc", "alloc",
"borsh",
"compiler_builtins", "compiler_builtins",
"core", "core",
"nightly", "nightly",

@ -1 +1 @@
SHA512 (hashbrown-0.14.5.crate) = 215ea860bd3de80e2dd2d4647c9dd31c0ac895ea7c08b87256dc11d36407e412ffefaebc6cdbec024057dd4f24b3762b4fe427be307e15d1e68ccfde89a99742 SHA512 (hashbrown-0.15.0.crate) = 497310e0f8e256e931ae0e752f66eb3811d5d3b9254dacfe2a1227e8532dc23eac8cce7a3f0758fbe0e0fd8f08b7bb18b5f118dbbf4fdf575a31666283583111

Loading…
Cancel
Save