Update to 0.4.2

epel9
Josh Stone 6 years ago
parent 7dba2c4fba
commit fdaa46d95c

1
.gitignore vendored

@ -1,2 +1,3 @@
/yaml-rust-0.3.5.crate
/yaml-rust-0.4.0.crate
/yaml-rust-0.4.2.crate

@ -5,17 +5,14 @@
%global crate yaml-rust
Name: rust-%{crate}
Version: 0.4.0
Release: 7%{?dist}
Version: 0.4.2
Release: 1%{?dist}
Summary: YAML 1.2 parser for rust
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/yaml-rust
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump quickcheck to 0.7, https://github.com/chyh1990/yaml-rust/pull/108
Patch0: yaml-rust-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -64,6 +61,9 @@ chmod -x tests/specs/cpp2rust.rb
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%changelog
* Mon Sep 17 2018 Josh Stone <jistone@redhat.com> - 0.4.2-1
- Update to 0.4.2
* Mon Sep 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-7
- Bump quickcheck to 0.7

@ -1 +1 @@
SHA512 (yaml-rust-0.4.0.crate) = c907c2c6b2b9c5fd323dbb8b29498e5aafa9bc4833d1dd6d5661af4f672a528ba45fabc6b3d143623a451e635933bae48976c0a4ec60393e75e2eabf94d4f9e8
SHA512 (yaml-rust-0.4.2.crate) = b1b9e1f9e683a1ec194231e7871418019c6d29ae0424b4b2a423c62a1a4d2ef14f8f3f396513747da91f1f20851ffe3ad69d14db6a75b6e892dc778762cdd423

@ -1,8 +0,0 @@
--- yaml-rust-0.4.0/Cargo.toml 2017-11-22T08:50:37+01:00
+++ yaml-rust-0.4.0/Cargo.toml 2018-09-10T08:35:46.626063+02:00
@@ -13,4 +13,4 @@
linked-hash-map = ">=0.0.9, <0.6"
[dev-dependencies]
-quickcheck = "0.4"
+quickcheck = "0.7"
Loading…
Cancel
Save