Bump pulldown-cmark to 0.6

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 5 years ago
parent c610a074e9
commit 09b45b3dce

@ -1,35 +1,28 @@
# Generated by rust2rpm 9 # Generated by rust2rpm 10
%bcond_with 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.8.1
Release: 3%{?dist} Release: 4%{?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 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 # Initial patched metadata
# * Update pulldown-cmark to 0.5, https://github.com/mgeisler/version-sync/pull/70 # - Bump pulldown-cmark to 0.6, https://github.com/mgeisler/version-sync/pull/79
Patch0: version-sync-fix-metadata.diff Patch0: version-sync-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(itertools/default) >= 0.8.0 with crate(itertools/default) < 0.9.0)
BuildRequires: (crate(proc-macro2/default) >= 0.4.0 with crate(proc-macro2/default) < 0.5.0)
BuildRequires: (crate(proc-macro2/span-locations) >= 0.4.0 with crate(proc-macro2/span-locations) < 0.5.0)
BuildRequires: (crate(pulldown-cmark) >= 0.5.0 with crate(pulldown-cmark) < 0.6.0)
BuildRequires: (crate(regex/default) >= 1.1.0 with crate(regex/default) < 2.0.0)
BuildRequires: (crate(semver-parser/default) >= 0.9.0 with crate(semver-parser/default) < 0.10.0)
BuildRequires: (crate(syn/default) >= 0.15.0 with crate(syn/default) < 0.16.0)
BuildRequires: (crate(syn/full) >= 0.15.0 with crate(syn/full) < 0.16.0)
BuildRequires: (crate(toml/default) >= 0.5.0 with crate(toml/default) < 0.6.0)
BuildRequires: (crate(url/default) >= 1.0.0 with crate(url/default) < 2.0.0)
%global _description %{expand: %global _description %{expand:
Simple crate for ensuring that version numbers in README files are updated when Simple crate for ensuring that version numbers in README files are updated when
@ -67,6 +60,9 @@ which use "default" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -79,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Sep 13 19:03:49 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.1-4
- Bump pulldown-cmark to 0.6
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-3 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -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 1970-01-01T00:00:00+00:00
+++ version-sync-0.8.1/Cargo.toml 2019-05-31T13:38:52.929108+00:00 +++ version-sync-0.8.1/Cargo.toml 2019-09-13T17:03:49.667142+00:00
@@ -31,7 +31,7 @@ @@ -31,7 +31,7 @@
features = ["span-locations"] features = ["span-locations"]
[dependencies.pulldown-cmark] [dependencies.pulldown-cmark]
-version = "0.4" -version = "0.4"
+version = "0.5" +version = "0.6"
default-features = false default-features = false
[dependencies.regex] [dependencies.regex]

Loading…
Cancel
Save