diff --git a/rust-skeptic.spec b/rust-skeptic.spec index 30cb90a..b2fa0c1 100644 --- a/rust-skeptic.spec +++ b/rust-skeptic.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.13.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Test your Rust markdown documentation via Cargo # Upstream license specification: MIT/Apache-2.0 @@ -16,7 +16,7 @@ URL: https://crates.io/crates/skeptic Source: %{crates_source} # Initial patched metadata # - Bump bytecount to 0.6 https://github.com/budziq/rust-skeptic/pull/109 -# - Bump cargo_metadata to 0.8 https://github.com/budziq/rust-skeptic/pull/107 +# - Bump cargo_metadata to 0.9 https://github.com/budziq/rust-skeptic/pull/107 # - Bump glob to 0.3 (upstreamed) # - Bump pulldown-cmark to 0.6 https://github.com/budziq/rust-skeptic/pull/108 Patch0: skeptic-fix-metadata.diff @@ -80,6 +80,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Dec 15 15:00:04 CET 2019 Robert-André Mauchin - 0.13.4-6 +- Bump cargo_metadata to 0.9 + * Fri Sep 13 17:49:45 CEST 2019 Robert-André Mauchin - 0.13.4-5 - Bump bytecount to 0.6 - Bump pulldown-cmark to 0.6 diff --git a/skeptic-fix-metadata.diff b/skeptic-fix-metadata.diff index e452670..260d86b 100644 --- a/skeptic-fix-metadata.diff +++ b/skeptic-fix-metadata.diff @@ -9,7 +9,7 @@ [dependencies.cargo_metadata] -version = "0.6" -+version = "0.8" ++version = "0.9" [dependencies.error-chain] version = "0.12"