Update to 0.5.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent c353031e82
commit f9bf758d04
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -3,3 +3,4 @@
/hashbrown-0.2.1.crate /hashbrown-0.2.1.crate
/hashbrown-0.2.2.crate /hashbrown-0.2.2.crate
/hashbrown-0.3.0.crate /hashbrown-0.3.0.crate
/hashbrown-0.5.0.crate

@ -1,11 +1,12 @@
# Generated by rust2rpm-9-1.fc31 # Generated by rust2rpm 10
# * rustc-hash is not packaged
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate hashbrown %global crate hashbrown
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.0 Version: 0.5.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Rust port of Google's SwissTable hash map Summary: Rust port of Google's SwissTable hash map
@ -15,18 +16,14 @@ URL: https://crates.io/crates/hashbrown
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%if %{with check}
BuildRequires: (crate(lazy_static/default) >= 1.2.0 with crate(lazy_static/default) < 1.3.0)
BuildRequires: (crate(rand/default) >= 0.5.1 with crate(rand/default) < 0.6.0)
BuildRequires: (crate(rayon/default) >= 1.0.0 with crate(rayon/default) < 2.0.0)
BuildRequires: (crate(rustc-hash/default) >= 1.0.0 with crate(rustc-hash/default) < 2.0.0)
BuildRequires: (crate(serde_test/default) >= 1.0.0 with crate(serde_test/default) < 2.0.0)
%endif
%global _description \ %global _description %{expand:
A Rust port of Google's SwissTable hash map. Rust port of Google's SwissTable hash map.}
%description %{_description} %description %{_description}
@ -144,6 +141,9 @@ which use "serde" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -156,6 +156,9 @@ which use "serde" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Jun 18 08:46:31 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-1
- Update to 0.5.0
* Thu May 09 14:16:35 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-1 * Thu May 09 14:16:35 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-1
- Update to 0.3.0 - Update to 0.3.0

@ -1 +1 @@
SHA512 (hashbrown-0.3.0.crate) = 4455bb81625e823b0bed0d0be18371126a3260bb7e980f223e725b9786f95048be2aba7d950abaa283d72e320d93067e85ab73eee3f0cbe685a99c5d0a351e19 SHA512 (hashbrown-0.5.0.crate) = 96c878d0f9dd70eddb14be2c42df955956a334e768a021f6e14369244c9b0f199182566181d4cbdf137adf040f5a397a57d9ab3d503470fb3412f9edb44b2e01

Loading…
Cancel
Save