|
|
@ -6,17 +6,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.5.0
|
|
|
|
Version: 0.5.0
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 5%{?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
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: https://crates.io/crates/version-sync
|
|
|
|
URL: https://crates.io/crates/version-sync
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
|
|
|
|
# * Bump syn to 0.13
|
|
|
|
Patch0: version-sync-0.5.0-fix-metadata.diff
|
|
|
|
Patch0: version-sync-0.5.0-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
# https://github.com/mgeisler/version-sync/pull/35
|
|
|
|
# https://github.com/mgeisler/version-sync/pull/36
|
|
|
|
Patch1: 0001-Update-to-syn-0.12.patch
|
|
|
|
Patch1: 0001-Update-to-syn-0.13.patch
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
@ -25,7 +26,7 @@ BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(itertools) >= 0.7.0 with crate(itertools) < 0.8.0)
|
|
|
|
BuildRequires: (crate(itertools) >= 0.7.0 with crate(itertools) < 0.8.0)
|
|
|
|
BuildRequires: (crate(pulldown-cmark) >= 0.1.0 with crate(pulldown-cmark) < 0.2.0)
|
|
|
|
BuildRequires: (crate(pulldown-cmark) >= 0.1.0 with crate(pulldown-cmark) < 0.2.0)
|
|
|
|
BuildRequires: (crate(semver-parser) >= 0.7.0 with crate(semver-parser) < 0.8.0)
|
|
|
|
BuildRequires: (crate(semver-parser) >= 0.7.0 with crate(semver-parser) < 0.8.0)
|
|
|
|
BuildRequires: ((crate(syn) >= 0.12.0 with crate(syn) < 0.13.0) with crate(syn/full))
|
|
|
|
BuildRequires: ((crate(syn) >= 0.13.0 with crate(syn) < 0.14.0) with crate(syn/full))
|
|
|
|
BuildRequires: (crate(toml) >= 0.4.0 with crate(toml) < 0.5.0)
|
|
|
|
BuildRequires: (crate(toml) >= 0.4.0 with crate(toml) < 0.5.0)
|
|
|
|
BuildRequires: (crate(url) >= 1.5.1 with crate(url) < 2.0.0)
|
|
|
|
BuildRequires: (crate(url) >= 1.5.1 with crate(url) < 2.0.0)
|
|
|
|
|
|
|
|
|
|
|
@ -64,6 +65,9 @@ which use %{crate} from crates.io.
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Apr 17 2018 Josh Stone <jistone@redhat.com> - 0.5.0-5
|
|
|
|
|
|
|
|
- Bump syn to 0.13
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 08 2018 Josh Stone <jistone@redhat.com> - 0.5.0-4
|
|
|
|
* Thu Mar 08 2018 Josh Stone <jistone@redhat.com> - 0.5.0-4
|
|
|
|
- Bump syn to 0.12
|
|
|
|
- Bump syn to 0.12
|
|
|
|
|
|
|
|
|
|
|
|