Update to 0.9.1

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 4 years ago
parent 7760d38c6e
commit 1d647fad84
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -2,3 +2,4 @@
/version-sync-0.5.0.crate /version-sync-0.5.0.crate
/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

@ -1,24 +1,18 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 15
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate version-sync %global crate version-sync
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.8.1 Version: 0.9.1
Release: 8%{?dist} Release: 1%{?dist}
Summary: Simple crate for ensuring that version numbers in README files are updated when the crate version changes Summary: Simple crate for ensuring that version numbers in README files are updated when the crate version changes
# 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
# - 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} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -78,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Aug 29 19:40:07 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.9.1-1
- Update to 0.9.1
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-8 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (version-sync-0.8.1.crate) = 5ffa425b2d0f545867a40f57ca98a7db09189302a718cc04979c762bd45b5ec6ce2344d8b8ba0e3799fb4ba169c479837c5890ea7cdb960b9127ec5563957f84 SHA512 (version-sync-0.9.1.crate) = dff42858ba392e99caad06ea3c57f8526bada30a64c9f03c8ba6702242b3356c2ccf6d5d8040942b8b2c4b0394a6d554573e641d6f7fdf646407a67363bb5b20

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