Update to 0.5.5

epel9
Josh Stone 7 years ago
parent 74ce3fd31e
commit 51ca7d30b9

1
.gitignore vendored

@ -2,3 +2,4 @@
/regex-syntax-0.4.2.crate /regex-syntax-0.4.2.crate
/regex-syntax-0.5.0.crate /regex-syntax-0.5.0.crate
/regex-syntax-0.5.3.crate /regex-syntax-0.5.3.crate
/regex-syntax-0.5.5.crate

@ -5,7 +5,7 @@
%global crate regex-syntax %global crate regex-syntax
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.3 Version: 0.5.5
Release: 1%{?dist} Release: 1%{?dist}
Summary: Regular expression parser Summary: Regular expression parser
@ -52,6 +52,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Mon Apr 16 2018 Josh Stone <jistone@redhat.com> - 0.5.5-1
- Update to 0.5.5
* Wed Mar 14 2018 Josh Stone <jistone@redhat.com> - 0.5.3-1 * Wed Mar 14 2018 Josh Stone <jistone@redhat.com> - 0.5.3-1
- Update to 0.5.3 - Update to 0.5.3

@ -1 +1 @@
SHA512 (regex-syntax-0.5.3.crate) = 03034432b2a27c5b7e79ca072405ce4639e097843fe9861f0b8a0f289b37ff28e03c2454be0e815181882da7590ac1e8a356beefccc2bac57d02dfdd1f404d65 SHA512 (regex-syntax-0.5.5.crate) = 3549a0997d3f6f7377fae31ce9f9ccf7c340898504ae2dffaa5131f27a05b6d0901041ac17fc5d02b8edae80d0f621092078f2c90b22b1c78ddd8d2bf2479ce6

Loading…
Cancel
Save