From fdaa46d95c8cfe2f7d0a72837e1d40b714439318 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Sep 17 2018 22:40:58 +0000 Subject: Update to 0.4.2 --- diff --git a/.gitignore b/.gitignore index d39d063..152d0c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /yaml-rust-0.3.5.crate /yaml-rust-0.4.0.crate +/yaml-rust-0.4.2.crate diff --git a/rust-yaml-rust.spec b/rust-yaml-rust.spec index dff37eb..eece7a4 100644 --- a/rust-yaml-rust.spec +++ b/rust-yaml-rust.spec @@ -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 - 0.4.2-1 +- Update to 0.4.2 + * Mon Sep 10 2018 Igor Gnatenko - 0.4.0-7 - Bump quickcheck to 0.7 diff --git a/sources b/sources index bd5beab..f00c5f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yaml-rust-0.4.0.crate) = c907c2c6b2b9c5fd323dbb8b29498e5aafa9bc4833d1dd6d5661af4f672a528ba45fabc6b3d143623a451e635933bae48976c0a4ec60393e75e2eabf94d4f9e8 +SHA512 (yaml-rust-0.4.2.crate) = b1b9e1f9e683a1ec194231e7871418019c6d29ae0424b4b2a423c62a1a4d2ef14f8f3f396513747da91f1f20851ffe3ad69d14db6a75b6e892dc778762cdd423 diff --git a/yaml-rust-fix-metadata.diff b/yaml-rust-fix-metadata.diff deleted file mode 100644 index 204b45c..0000000 --- a/yaml-rust-fix-metadata.diff +++ /dev/null @@ -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"