Compare commits

..

12 Commits

4
.gitignore vendored

@ -20,3 +20,7 @@
/hashbrown-0.14.1.crate /hashbrown-0.14.1.crate
/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.15.0.crate
/hashbrown-0.15.1.crate
/hashbrown-0.15.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate hashbrown %global crate hashbrown
Name: rust-hashbrown Name: rust-hashbrown
Version: 0.14.3 Version: 0.15.2
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

@ -7,3 +7,4 @@ hide = [
"rustc-dep-of-std", "rustc-dep-of-std",
"rustc-internal-api", "rustc-internal-api",
] ]

@ -1 +1 @@
SHA512 (hashbrown-0.14.3.crate) = 4d344e5c89ce58e04668b80ef10e4e110a3a5daf4d610c52d980577795d0e2050c7d0b151d8ba97128117665e27b92ab0300f85b88bd6e1de943c62d49249356 SHA512 (hashbrown-0.15.2.crate) = d6fc0613623f9313533dfcab1240e97f652f78f05baa21419f7edb2eff030c4a2c5f426d3eaae747923cffdd8aa9cc2648340e5fc229395b5eacc6fae087c8cd

Loading…
Cancel
Save