Update to 2.0.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 6856ee9266
commit c2f227c4a9
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -5,3 +5,4 @@
/pest_derive-1.0.6.crate
/pest_derive-1.0.7.crate
/pest_derive-1.0.8.crate
/pest_derive-2.0.1.crate

@ -1,12 +1,13 @@
# Generated by rust2rpm
%bcond_without check
# * Tests are run in infrastructure
%bcond_with check
%global debug_package %{nil}
%global crate pest_derive
Name: rust-%{crate}
Version: 1.0.8
Release: 2%{?dist}
Version: 2.0.1
Release: 1%{?dist}
Summary: Pest's derive macro
# Upstream license specification: MIT/Apache-2.0
@ -17,9 +18,8 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(pest/default) >= 1.0.0 with crate(pest/default) < 2.0.0)
BuildRequires: (crate(quote/default) >= 0.3.15 with crate(quote/default) < 0.4.0)
BuildRequires: (crate(syn/default) >= 0.11.0 with crate(syn/default) < 0.12.0)
BuildRequires: (crate(pest/default) >= 2.0.0 with crate(pest/default) < 3.0.0)
BuildRequires: (crate(pest_generator/default) >= 2.0.0 with crate(pest_generator/default) < 3.0.0)
%global _description \
Pest's derive macro.
@ -68,6 +68,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Nov 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.1-1
- Update to 2.0.1
* Fri Nov 09 2018 Josh Stone <jistone@redhat.com> - 1.0.8-2
- Adapt to new packaging

@ -1 +1 @@
SHA512 (pest_derive-1.0.8.crate) = c20925e012be2bbc2118de61d41000320b17283f75c3f5c7b8b3a52e4a7670446aee77505de896d853d52a599b991613beb714a16e977c8bab9969d9b50462de
SHA512 (pest_derive-2.0.1.crate) = bdf7c489d759313e358ea98c41b18444502cbe0aee81a5cd9dd5919b29ec3262c19aeefd3daa58fbac6dad9583df2da44b4530e61dcd8e03bb4b576dbced93ae

Loading…
Cancel
Save