From 0d40f2f0c72ad9d96a4be3421da139414ee5aa46 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Feb 14 2021 14:28:01 +0000 Subject: update to version 0.9.2 --- diff --git a/.gitignore b/.gitignore index 66486a1..1370ebd 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /version-sync-0.7.0.crate /version-sync-0.8.1.crate /version-sync-0.9.1.crate +/version-sync-0.9.2.crate diff --git a/rust-version-sync.spec b/rust-version-sync.spec index 6f52dce..92bed23 100644 --- a/rust-version-sync.spec +++ b/rust-version-sync.spec @@ -5,17 +5,14 @@ %global crate version-sync Name: rust-%{crate} -Version: 0.9.1 -Release: 3%{?dist} +Version: 0.9.2 +Release: 1%{?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} @@ -25,8 +22,8 @@ BuildArch: noarch BuildRequires: rust-packaging %global _description %{expand: -Simple crate for ensuring that version numbers in README files are updated when -the crate version changes.} +Crate for ensuring that version numbers in README files and other files are +kept in sync with the crate version.} %description %{_description} @@ -75,6 +72,10 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Feb 14 2021 Fabio Valentini - 0.9.2-1 +- Update to version 0.9.2. +- Fixes RHBZ#1928396 + * Wed Jan 27 2021 Fedora Release Engineering - 0.9.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index ead1373..4f1f989 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (version-sync-0.9.1.crate) = dff42858ba392e99caad06ea3c57f8526bada30a64c9f03c8ba6702242b3356c2ccf6d5d8040942b8b2c4b0394a6d554573e641d6f7fdf646407a67363bb5b20 +SHA512 (version-sync-0.9.2.crate) = 2c1025e7f0f300a310f54cfb4e7c530adf05e64688c2ab4fea904df93b347a9f504798c367349ee9813b05509a7cc6498e0f9c37eeaa22340d659a2450500655 diff --git a/version-sync-fix-metadata.diff b/version-sync-fix-metadata.diff deleted file mode 100644 index b8dd950..0000000 --- a/version-sync-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- 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]