Update to 4.1.1

epel9
Josh Stone 6 years ago
parent f8df3a9604
commit 501cbd8ece

1
.gitignore vendored

@ -1,3 +1,4 @@
/nom-3.2.1.crate /nom-3.2.1.crate
/nom-4.0.0.crate /nom-4.0.0.crate
/nom-4.1.0.crate /nom-4.1.0.crate
/nom-4.1.1.crate

@ -5,7 +5,7 @@
%global crate nom %global crate nom
Name: rust-%{crate} Name: rust-%{crate}
Version: 4.1.0 Version: 4.1.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Byte-oriented, zero-copy, parser combinators library Summary: Byte-oriented, zero-copy, parser combinators library
@ -55,6 +55,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Mon Oct 22 2018 Josh Stone <jistone@redhat.com> - 4.1.1-1
- Update to 4.1.1
* Sat Oct 06 2018 Josh Stone <jistone@redhat.com> - 4.1.0-1 * Sat Oct 06 2018 Josh Stone <jistone@redhat.com> - 4.1.0-1
- Update to 4.1.0 - Update to 4.1.0

@ -1 +1 @@
SHA512 (nom-4.1.0.crate) = 68d8723ce63491a0d53b83233dd6ef10f76c2da624b8fb735c1097df5d56297eb9d81f09a5cb0a0ae2d5559264bf19fd3ef1a600afa4cbe90f0c2dc7085998a0 SHA512 (nom-4.1.1.crate) = ce2d7c531e1d423131a70c6c157c62cfce1c24eafe293575aae49b0d0073cedbfb332a00842241b1337b35173e1a5ebeda397104ccaf658f1403bce9e30b9461

Loading…
Cancel
Save