update to version 0.9.2

epel9
Fabio Valentini 4 years ago
parent 0bd07a5491
commit 0d40f2f0c7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/version-sync-0.7.0.crate /version-sync-0.7.0.crate
/version-sync-0.8.1.crate /version-sync-0.8.1.crate
/version-sync-0.9.1.crate /version-sync-0.9.1.crate
/version-sync-0.9.2.crate

@ -5,17 +5,14 @@
%global crate version-sync %global crate version-sync
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.9.1 Version: 0.9.2
Release: 3%{?dist} Release: 1%{?dist}
Summary: Simple crate for ensuring that version numbers in README files are updated Summary: Simple crate for ensuring that version numbers in README files are updated
# Upstream license specification: MIT # Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/version-sync URL: https://crates.io/crates/version-sync
Source: %{crates_source} 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} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -25,8 +22,8 @@ BuildArch: noarch
BuildRequires: rust-packaging BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Simple crate for ensuring that version numbers in README files are updated when Crate for ensuring that version numbers in README files and other files are
the crate version changes.} kept in sync with the crate version.}
%description %{_description} %description %{_description}
@ -75,6 +72,10 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 0.9.2-1
- Update to version 0.9.2.
- Fixes RHBZ#1928396
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-3 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (version-sync-0.9.1.crate) = dff42858ba392e99caad06ea3c57f8526bada30a64c9f03c8ba6702242b3356c2ccf6d5d8040942b8b2c4b0394a6d554573e641d6f7fdf646407a67363bb5b20 SHA512 (version-sync-0.9.2.crate) = 2c1025e7f0f300a310f54cfb4e7c530adf05e64688c2ab4fea904df93b347a9f504798c367349ee9813b05509a7cc6498e0f9c37eeaa22340d659a2450500655

@ -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]
Loading…
Cancel
Save