Update pulldown-cmark to 0.8

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

@ -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 <ignatenkobrain@fedoraproject.org> - 0.8.1-2
- Update pulldown-cmark to 0.8
* Sat Aug 29 19:44:45 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.8.1-1
- Initial package

@ -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]

Loading…
Cancel
Save