|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate pest_derive
|
|
|
|
%global crate pest_derive
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 2.0.1
|
|
|
|
Version: 2.1.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Pest's derive macro
|
|
|
|
Summary: Pest's derive macro
|
|
|
|
|
|
|
|
|
|
|
@ -18,8 +18,8 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(pest/default) >= 2.0.0 with crate(pest/default) < 3.0.0)
|
|
|
|
BuildRequires: (crate(pest/default) >= 2.1.0 with crate(pest/default) < 3.0.0)
|
|
|
|
BuildRequires: (crate(pest_generator/default) >= 2.0.0 with crate(pest_generator/default) < 3.0.0)
|
|
|
|
BuildRequires: (crate(pest_generator/default) >= 2.1.0 with crate(pest_generator/default) < 3.0.0)
|
|
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
%global _description \
|
|
|
|
Pest's derive macro.
|
|
|
|
Pest's derive macro.
|
|
|
@ -68,6 +68,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 2.1.0-1
|
|
|
|
|
|
|
|
- Update to 2.1.0
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Nov 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.1-1
|
|
|
|
* Sat Nov 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.1-1
|
|
|
|
- Update to 2.0.1
|
|
|
|
- Update to 2.0.1
|
|
|
|
|
|
|
|
|
|
|
|