Update to 1.3.3

epel9
Josh Stone 5 years ago
parent 8987bed80e
commit 0a889ed947

1
.gitignore vendored

@ -23,3 +23,4 @@
/regex-1.2.1.crate
/regex-1.3.1.crate
/regex-1.3.2.crate
/regex-1.3.3.crate

@ -5,7 +5,7 @@
%global crate regex
Name: rust-%{crate}
Version: 1.3.2
Version: 1.3.3
Release: 1%{?dist}
Summary: Implementation of regular expressions for Rust
@ -316,6 +316,9 @@ which use "use_std" feature of "%{crate}" crate.
%endif
%changelog
* Fri Jan 24 2020 Josh Stone <jistone@redhat.com> - 1.3.3-1
- Update to 1.3.3
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 1.3.2-1
- Update to 1.3.2

@ -1 +1 @@
SHA512 (regex-1.3.2.crate) = b0bc26d736862e9ffbc1887a22a1bb44638ae4d8b45fcbff5a53893d11f4c6dd25af2ec8bb574ea45920a92943aa18f466d4b43c22894ec6dc2bc13a24a8770a
SHA512 (regex-1.3.3.crate) = 43d3a0fc0e3324aaf8936d1648230ef87e1ac65c90f0d31c969c98f43a594ac13c85b4973509f12cd8e154a3e619ec74cebae8f545dac81f9ac5ce3c8867335b

Loading…
Cancel
Save