From 2d1e02b44ab4a6b81d2f27970a462d382f39895b Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Dec 25 2020 11:00:03 +0000 Subject: Update pulldown-cmark to 0.8 Signed-off-by: Igor Raits --- diff --git a/rust-version-sync.spec b/rust-version-sync.spec index acb98d3..815e5f1 100644 --- a/rust-version-sync.spec +++ b/rust-version-sync.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 15 +# Generated by rust2rpm 16 %bcond_without check %global debug_package %{nil} @@ -6,13 +6,16 @@ Name: rust-%{crate} Version: 0.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple crate for ensuring that version numbers in README files are updated # Upstream license specification: MIT License: MIT URL: https://crates.io/crates/version-sync Source: %{crates_source} +# Initial patched metadata +# * Update pulldown-cmark to 0.8, https://github.com/mgeisler/version-sync/pull/94 +Patch0: version-sync-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -72,6 +75,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Dec 25 11:59:11 CET 2020 Igor Raits - 0.9.1-2 +- Update pulldown-cmark to 0.8 + * Sat Aug 29 19:40:07 CEST 2020 Igor Raits - 0.9.1-1 - Update to 0.9.1 diff --git a/version-sync-fix-metadata.diff b/version-sync-fix-metadata.diff new file mode 100644 index 0000000..b8dd950 --- /dev/null +++ b/version-sync-fix-metadata.diff @@ -0,0 +1,11 @@ +--- version-sync-0.9.1/Cargo.toml 2020-07-07T18:09:38+00:00 ++++ version-sync-0.9.1/Cargo.toml 2020-12-25T10:59:11.024287+00:00 +@@ -28,7 +28,7 @@ + features = ["span-locations"] + + [dependencies.pulldown-cmark] +-version = "0.7" ++version = "0.8" + default-features = false + + [dependencies.regex]