From 1d647fad84c9b101fc6af427e715a2e72a9552be Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 29 Aug 2020 19:40:44 +0200 Subject: [PATCH] Update to 0.9.1 Signed-off-by: Igor Raits --- .gitignore | 1 + rust-version-sync.spec | 15 ++++++--------- sources | 2 +- version-sync-fix-metadata.diff | 11 ----------- 4 files changed, 8 insertions(+), 21 deletions(-) delete mode 100644 version-sync-fix-metadata.diff diff --git a/.gitignore b/.gitignore index db5a1f0..66486a1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /version-sync-0.5.0.crate /version-sync-0.7.0.crate /version-sync-0.8.1.crate +/version-sync-0.9.1.crate diff --git a/rust-version-sync.spec b/rust-version-sync.spec index 5ce8237..963f309 100644 --- a/rust-version-sync.spec +++ b/rust-version-sync.spec @@ -1,24 +1,18 @@ -# Generated by rust2rpm 13 +# Generated by rust2rpm 15 %bcond_without check %global debug_package %{nil} %global crate version-sync Name: rust-%{crate} -Version: 0.8.1 -Release: 8%{?dist} +Version: 0.9.1 +Release: 1%{?dist} Summary: Simple crate for ensuring that version numbers in README files are updated when the crate version changes # Upstream license specification: MIT License: MIT URL: https://crates.io/crates/version-sync Source: %{crates_source} -# Initial patched metadata -# - Bump pulldown-cmark to 0.7 -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 -Patch0002: 0001-chore-Update-pulldown-cmark-to-0.7.patch ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -78,6 +72,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Aug 29 19:40:07 CEST 2020 Igor Raits - 0.9.1-1 +- Update to 0.9.1 + * Wed Jul 29 2020 Fedora Release Engineering - 0.8.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 2e105a2..ead1373 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (version-sync-0.8.1.crate) = 5ffa425b2d0f545867a40f57ca98a7db09189302a718cc04979c762bd45b5ec6ce2344d8b8ba0e3799fb4ba169c479837c5890ea7cdb960b9127ec5563957f84 +SHA512 (version-sync-0.9.1.crate) = dff42858ba392e99caad06ea3c57f8526bada30a64c9f03c8ba6702242b3356c2ccf6d5d8040942b8b2c4b0394a6d554573e641d6f7fdf646407a67363bb5b20 diff --git a/version-sync-fix-metadata.diff b/version-sync-fix-metadata.diff deleted file mode 100644 index e92984e..0000000 --- a/version-sync-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- version-sync-0.8.1/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ version-sync-0.8.1/Cargo.toml 2020-02-22T18:27:14.733899+00:00 -@@ -31,7 +31,7 @@ - features = ["span-locations"] - - [dependencies.pulldown-cmark] --version = "0.4" -+version = "0.7" - default-features = false - - [dependencies.regex]