Update to 1.1.6

epel9
Josh Stone 6 years ago
parent eed6a815a9
commit d1396d0a0c

1
.gitignore vendored

@ -15,3 +15,4 @@
/regex-1.1.0.crate
/regex-1.1.2.crate
/regex-1.1.5.crate
/regex-1.1.6.crate

@ -6,7 +6,7 @@
%global crate regex
Name: rust-%{crate}
Version: 1.1.5
Version: 1.1.6
Release: 1%{?dist}
Summary: Implementation of regular expressions for Rust
@ -113,6 +113,9 @@ which use "use_std" feature of "%{crate}" crate.
%endif
%changelog
* Tue Apr 16 2019 Josh Stone <jistone@redhat.com> - 1.1.6-1
- Update to 1.1.6
* Wed Apr 03 2019 Josh Stone <jistone@redhat.com> - 1.1.5-1
- Update to 1.1.5

@ -1 +1 @@
SHA512 (regex-1.1.5.crate) = 19bf5616b9ea4161e007e6c690dfd51fa930bba58e8b52256000cbbba637e1690ecbed6ce9d65803ee369c37a8cba498bd9001f3b5a08b3b76cd23ea1b50f9a8
SHA512 (regex-1.1.6.crate) = f2c039ea729f8360f086b83a8f3da4966932d9bf252ebdbd2058d0249afe997c08c2065efb597e88b55266a18fbe44aa61c67f49ec5047dc6a5bff310f04c32e

Loading…
Cancel
Save