Update to 0.7.2

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 4343b1f2a2
commit 8f477a23a5

1
.gitignore vendored

@ -1 +1,2 @@
/serde_yaml-0.7.1.crate
/serde_yaml-0.7.2.crate

@ -5,16 +5,13 @@
%global crate serde_yaml
Name: rust-%{crate}
Version: 0.7.1
Version: 0.7.2
Release: 1%{?dist}
Summary: YAML support for Serde
License: MIT or ASL 2.0
URL: https://crates.io/crates/serde_yaml
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump linked-hash-map to 0.5, https://github.com/dtolnay/serde-yaml/commit/61d451077f7f88a0f3c6b61eceadb9ee17e26fed
Patch0: serde_yaml-0.7.1-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -28,6 +25,7 @@ BuildRequires: ((crate(yaml-rust) >= 0.3.5 with crate(yaml-rust) < 0.4.0) with
# [dev-dependencies]
BuildRequires: (crate(serde_derive) >= 1.0.0 with crate(serde_derive) < 2.0.0)
BuildRequires: (crate(unindent) >= 0.1.0 with crate(unindent) < 0.2.0)
BuildRequires: (crate(version-sync) >= 0.4.0 with crate(version-sync) < 0.5.0)
%endif
%description
@ -65,5 +63,8 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/travis.sh
%changelog
* Wed Nov 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.2-1
- Update to 0.7.2
* Tue Nov 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.1-1
- Initial package

@ -1,11 +0,0 @@
--- serde_yaml-0.7.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ serde_yaml-0.7.1/Cargo.toml 2017-11-14T14:10:22.927249+01:00
@@ -31,7 +31,7 @@
version = "1.0"
[dependencies.linked-hash-map]
-version = "0.4"
+version = "0.5"
[dev-dependencies.unindent]
version = "0.1"

@ -1 +1 @@
SHA512 (serde_yaml-0.7.1.crate) = 87b6d733edf20be4df7797e118f7280dacc5307d464967c8602611c2187a3768dd96eb80e063cfef836bc6344e678cd681fcb993b31d7f33a44ba0ffb65a7d21
SHA512 (serde_yaml-0.7.2.crate) = bc816c0e50de1e4020f0b7dbdfe5bcbc73135ccf6b0383ba53517ba482ebeea94b66a204df5e4dae4408017036ea0fce9bd592f746502957ddb24929f7fc2c73

Loading…
Cancel
Save