diff --git a/rust-version-sync0.8.spec b/rust-version-sync0.8.spec index f00e232..e0cb8ed 100644 --- a/rust-version-sync0.8.spec +++ b/rust-version-sync0.8.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 15 +# Generated by rust2rpm 16 %bcond_with check %global debug_package %{nil} @@ -6,7 +6,7 @@ Name: rust-%{crate}0.8 Version: 0.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple crate for ensuring that version numbers in README files are updated # Upstream license specification: MIT @@ -14,7 +14,7 @@ License: MIT URL: https://crates.io/crates/version-sync Source: %{crates_source} # Initial patched metadata -# * Update pulldown-cmark to 0.7 +# * Update pulldown-cmark to 0.8 Patch0: version-sync-fix-metadata.diff # * Fix tests with toml 0.5.3+, https://github.com/mgeisler/version-sync/commit/33dc77fda8c5d993abee4e6c31c7526408877003 Patch0001: 0001-markdown_deps-handle-test-output-from-toml-0.5.3.patch @@ -78,5 +78,8 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Dec 25 12:01:49 CET 2020 Igor Raits - 0.8.1-2 +- Update pulldown-cmark to 0.8 + * Sat Aug 29 19:44:45 CEST 2020 Igor Raits - 0.8.1-1 - Initial package diff --git a/version-sync-fix-metadata.diff b/version-sync-fix-metadata.diff index e9350ba..5addcd6 100644 --- a/version-sync-fix-metadata.diff +++ b/version-sync-fix-metadata.diff @@ -1,11 +1,11 @@ --- version-sync-0.8.1/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ version-sync-0.8.1/Cargo.toml 2020-08-29T17:44:45.287439+00:00 ++++ version-sync-0.8.1/Cargo.toml 2020-12-25T11:01:49.055308+00:00 @@ -31,7 +31,7 @@ features = ["span-locations"] [dependencies.pulldown-cmark] -version = "0.4" -+version = "0.7" ++version = "0.8" default-features = false [dependencies.regex]