Update to 0.2.1

epel9
Josh Stone 6 years ago
parent 49b74df13c
commit 182abfaee0

1
.gitignore vendored

@ -1,2 +1,3 @@
/hashbrown-0.1.8.crate /hashbrown-0.1.8.crate
/hashbrown-0.2.0.crate /hashbrown-0.2.0.crate
/hashbrown-0.2.1.crate

@ -1,11 +0,0 @@
--- hashbrown-0.2.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ hashbrown-0.2.0/Cargo.toml 2019-04-04T06:09:30.156953+00:00
@@ -15,7 +15,7 @@
name = "hashbrown"
version = "0.2.0"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
-exclude = [".travis.yml", "bors.toml"]
+exclude = [".travis.yml", "bors.toml", "/ci/*"]
description = "A Rust port of Google's SwissTable hash map"
readme = "README.md"
keywords = ["hash", "no_std", "hashmap", "swisstable"]

@ -5,7 +5,7 @@
%global crate hashbrown %global crate hashbrown
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.0 Version: 0.2.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Rust port of Google's SwissTable hash map Summary: Rust port of Google's SwissTable hash map
@ -13,9 +13,6 @@ Summary: Rust port of Google's SwissTable hash map
License: ASL 2.0 or MIT License: ASL 2.0 or MIT
URL: https://crates.io/crates/hashbrown URL: https://crates.io/crates/hashbrown
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Exclude CI files, https://github.com/Amanieu/hashbrown/pull/57
Patch0: hashbrown-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -99,6 +96,9 @@ which use "serde" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Apr 15 2019 Josh Stone <jistone@redhat.com> - 0.2.1-1
- Update to 0.2.1
* Thu Apr 04 08:09:30 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-1 * Thu Apr 04 08:09:30 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-1
- Update to 0.2.0 - Update to 0.2.0

@ -1 +1 @@
SHA512 (hashbrown-0.2.0.crate) = a6e9df3af4751bc7d466c19ec430aed640483bfc76e1fa8071a764fd4e37dd8eaaf8b86c73347b7634ea928dd1dbd8a0c4c41cbb993e90fbaad830b29970293f SHA512 (hashbrown-0.2.1.crate) = 75c66312e6b19e8fc6568cb1f71d7677fdb1cf723de710482eee20ad2ef4b0d659fad964aa9763fd7e0c460caef5db9a74dd6f7d7b01b80f41cd009a24ab45db

Loading…
Cancel
Save