Update to 0.7.3

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 07a9006386
commit 50a3214d89

1
.gitignore vendored

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

@ -5,16 +5,13 @@
%global crate serde_yaml
Name: rust-%{crate}
Version: 0.7.2
Release: 2%{?dist}
Version: 0.7.3
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 version-sync to 0.5, https://github.com/dtolnay/serde-yaml/pull/82
Patch0: serde_yaml-0.7.2-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -23,7 +20,7 @@ BuildRequires: rust-packaging
BuildRequires: (crate(linked-hash-map) >= 0.5.0 with crate(linked-hash-map) < 0.6.0)
BuildRequires: (crate(num-traits) >= 0.1.37 with crate(num-traits) < 0.2.0)
BuildRequires: (crate(serde) >= 1.0.0 with crate(serde) < 2.0.0)
BuildRequires: ((crate(yaml-rust) >= 0.3.5 with crate(yaml-rust) < 0.4.0) with crate(yaml-rust/preserve_order))
BuildRequires: (crate(yaml-rust) >= 0.4.0 with crate(yaml-rust) < 0.5.0)
%if %{with check}
# [dev-dependencies]
BuildRequires: (crate(serde_derive) >= 1.0.0 with crate(serde_derive) < 2.0.0)
@ -66,6 +63,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/travis.sh
%changelog
* Wed Nov 29 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.3-1
- Update to 0.7.3
* Mon Nov 20 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.2-2
- Bump version-sync to 0.5

@ -1,8 +0,0 @@
--- serde_yaml-0.7.2/Cargo.toml 1970-01-01T01:00:00+01:00
+++ serde_yaml-0.7.2/Cargo.toml 2017-11-20T08:48:36.038984+01:00
@@ -39,4 +39,4 @@
version = "0.1"
[dev-dependencies.version-sync]
-version = "0.4"
+version = "0.5"

@ -1 +1 @@
SHA512 (serde_yaml-0.7.2.crate) = bc816c0e50de1e4020f0b7dbdfe5bcbc73135ccf6b0383ba53517ba482ebeea94b66a204df5e4dae4408017036ea0fce9bd592f746502957ddb24929f7fc2c73
SHA512 (serde_yaml-0.7.3.crate) = 38fba13dbebf3485178fc4f2209b1a0f8e1ffe9dc418f0c4cedde7251af23f111528cce32a14a69ed879f3fd3e7581849cfbc0604855a8621758c36b25d5ad73

Loading…
Cancel
Save