Update to 2.0.2

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 6 years ago
parent 7de3fd0b43
commit 317d4dcb20

1
.gitignore vendored

@ -5,3 +5,4 @@
/pest-1.0.4.crate
/pest-1.0.5.crate
/pest-1.0.6.crate
/pest-2.0.2.crate

@ -5,8 +5,8 @@
%global crate pest
Name: rust-%{crate}
Version: 1.0.6
Release: 4%{?dist}
Version: 2.0.2
Release: 1%{?dist}
Summary: Elegant Parser
# Upstream license specification: MIT/Apache-2.0
@ -17,6 +17,7 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(ucd-trie/default) >= 0.1.1 with crate(ucd-trie/default) < 0.2.0)
%global _description \
The Elegant Parser.
@ -65,6 +66,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Nov 10 2018 Robert-André Mauchin <zebob.m@gmail.com> - 2.0.2-1
- Update to 2.0.2
* Fri Nov 09 2018 Josh Stone <jistone@redhat.com> - 1.0.6-4
- Adapt to new packaging

@ -1 +1 @@
SHA512 (pest-1.0.6.crate) = 7dc987dca996883868078ee178f4aadad7df5c013c1038b01cf362f3c60cb247c46d44405ac4e93c6c3f8a573d03e7e7f390eafc41dcbae50d7012379b19212c
SHA512 (pest-2.0.2.crate) = 4e8aac0acac2b6c805e94d72cc1dc7f28869b72a2bb9600976da9940150127b33e49bb8dde4bc3f77acef26f94267208c0741873633e9481bd8a15383a3ed5ba

Loading…
Cancel
Save