Compare commits

...

12 Commits

8
.gitignore vendored

@ -16,3 +16,11 @@
/hashbrown-0.12.2.crate
/hashbrown-0.12.3.crate
/hashbrown-0.13.2.crate
/hashbrown-0.14.0.crate
/hashbrown-0.14.1.crate
/hashbrown-0.14.2.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,3 +0,0 @@
# rust-hashbrown
The rust-hashbrown package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate hashbrown
Name: rust-hashbrown
Version: 0.13.2
Version: 0.15.2
Release: %autorelease
Summary: Rust port of Google's SwissTable hash map
@ -13,10 +13,10 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/hashbrown
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Rust port of Google's SwissTable hash map.}
A Rust port of Google's SwissTable hash map.}
%description %{_description}
@ -48,28 +48,40 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+ahash-devel
%package -n %{name}+allocator-api2-devel
Summary: %{summary}
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
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
%package -n %{name}+bumpalo-devel
%package -n %{name}+default-hasher-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+bumpalo-devel %{_description}
%description -n %{name}+default-hasher-devel %{_description}
This package contains library source intended for building other packages which
use the "bumpalo" feature of the "%{crate}" crate.
use the "default-hasher" feature of the "%{crate}" crate.
%files -n %{name}+bumpalo-devel
%files -n %{name}+default-hasher-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+equivalent-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+equivalent-devel %{_description}
This package contains library source intended for building other packages which
use the "equivalent" feature of the "%{crate}" crate.
%files -n %{name}+equivalent-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+inline-more-devel
@ -84,16 +96,16 @@ use the "inline-more" feature of the "%{crate}" crate.
%files -n %{name}+inline-more-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+raw-devel
%package -n %{name}+raw-entry-devel
Summary: %{summary}
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
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
%package -n %{name}+rayon-devel
@ -121,7 +133,7 @@ use the "serde" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1,8 +0,0 @@
[DEFAULT]
unwanted-features =
alloc
compiler_builtins
core
nightly
rustc-dep-of-std
rustc-internal-api

@ -0,0 +1,10 @@
[features]
hide = [
"alloc",
"compiler_builtins",
"core",
"nightly",
"rustc-dep-of-std",
"rustc-internal-api",
]

@ -1 +1 @@
SHA512 (hashbrown-0.13.2.crate) = 21dae7a283326d21e16bb32ae0dd1481c4936939a32a06478a3351c2dec97941be532437b808e99ac40e7900a75433fe0efbd852158659a682461245e19d0e70
SHA512 (hashbrown-0.15.2.crate) = d6fc0613623f9313533dfcab1240e97f652f78f05baa21419f7edb2eff030c4a2c5f426d3eaae747923cffdd8aa9cc2648340e5fc229395b5eacc6fae087c8cd

Loading…
Cancel
Save