Update to 0.5.2

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

1
.gitignore vendored

@ -1,2 +1,3 @@
/linked-hash-map-0.5.0.crate
/linked-hash-map-0.5.1.crate
/linked-hash-map-0.5.2.crate

@ -1,14 +1,6 @@
--- linked-hash-map-0.5.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ linked-hash-map-0.5.1/Cargo.toml 2019-03-10T20:23:48.338920+01:00
@@ -21,6 +21,7 @@
keywords = ["data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/contain-rs/linked-hash-map"
+exclude = ["/.travis.yml", "/deploy-docs.sh"]
[dependencies.clippy]
version = "0.*"
optional = true
@@ -33,11 +34,10 @@
--- linked-hash-map-0.5.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ linked-hash-map-0.5.2/Cargo.toml 2019-03-21T06:55:21.953259+00:00
@@ -34,11 +34,10 @@
version = "1.0"
optional = true

@ -1,13 +1,12 @@
# Generated by rust2rpm
# * Tests are run in infrastructure
%bcond_with check
%global debug_package %{nil}
%global crate linked-hash-map
Name: rust-%{crate}
Version: 0.5.1
Release: 7%{?dist}
Version: 0.5.2
Release: 1%{?dist}
Summary: HashMap wrapper that holds key-value pairs in insertion order
# Upstream license specification: MIT/Apache-2.0
@ -15,8 +14,7 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/linked-hash-map
Source: %{crates_source}
# Initial patched metadata
# * move serde_test to dev-deps
# * Exclude CI files, https://github.com/contain-rs/linked-hash-map/pull/94
# * move serde_test to dev-deps, https://github.com/contain-rs/linked-hash-map/pull/93
Patch0: linked-hash-map-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -121,6 +119,9 @@ which use "serde_impl" feature of "%{crate}" crate.
%endif
%changelog
* Thu Mar 21 07:55:22 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.2-1
- Update to 0.5.2
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.1-7
- Do not pull optional dependencies

@ -1 +1 @@
SHA512 (linked-hash-map-0.5.1.crate) = 584644be35f931e0d0c1b085700f90891895e50680b6b8c2afeddb2c6425280af3e997798aeb56db653f8c8a7b6322d31a4fede7703b6e54ea1c4154b9e4bc53
SHA512 (linked-hash-map-0.5.2.crate) = 74861f70ed09b119c6db1b0dc7f7c8c3483c2824955bf88ee892b3a3fa1a54e9bfcaf7fae0cbc4792762e330584dd347532532e1a0e8a8bca222b5cdb2c7cf94

Loading…
Cancel
Save