Compare commits

...

9 Commits

Author SHA1 Message Date
Fabio Valentini 0a94adf37a
Update to version 0.14.3; Fixes RHBZ#2251546
1 year ago
Fabio Valentini e717d1c23e
Update to version 0.14.2; Fixes RHBZ#2245179
1 year ago
Fabio Valentini 4bd2bdb71c
Update to version 0.14.1; Fixes RHBZ#2241296
1 year ago
Fabio Valentini 9de4d945e5
Update to version 0.14.0; Fixes RHBZ#2212580
2 years ago
Michel Alexandre Salim 9044d31f3e Merge branch 'rawhide' into epel9
2 years ago
Fabio Valentini d6b286eb4b
Merge branch 'rawhide' into epel9
2 years ago
Fabio Valentini 33deac4453
Revert "Bootstrap (disable tests)"
2 years ago
Igor Raits 43f4007879
Rebuild
3 years ago
Igor Raits 39de05a797
Bootstrap (disable tests)
3 years ago

4
.gitignore vendored

@ -16,3 +16,7 @@
/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

@ -1,3 +0,0 @@
# rust-hashbrown
The rust-hashbrown package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate hashbrown
Name: rust-hashbrown
Version: 0.13.2
Version: 0.14.3
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}
@ -60,16 +60,28 @@ use the "ahash" feature of the "%{crate}" crate.
%files -n %{name}+ahash-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+bumpalo-devel
%package -n %{name}+allocator-api2-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+bumpalo-devel %{_description}
%description -n %{name}+allocator-api2-devel %{_description}
This package contains library source intended for building other packages which
use the "bumpalo" feature of the "%{crate}" crate.
use the "allocator-api2" feature of the "%{crate}" crate.
%files -n %{name}+bumpalo-devel
%files -n %{name}+allocator-api2-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
@ -108,6 +120,18 @@ use the "rayon" feature of the "%{crate}" crate.
%files -n %{name}+rayon-devel
%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
Summary: %{summary}
BuildArch: noarch
@ -121,7 +145,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,9 @@
[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.14.3.crate) = 4d344e5c89ce58e04668b80ef10e4e110a3a5daf4d610c52d980577795d0e2050c7d0b151d8ba97128117665e27b92ab0300f85b88bd6e1de943c62d49249356

Loading…
Cancel
Save