Update to 0.6.4

epel9
Josh Stone 6 years ago
parent 1934707487
commit 4678fe0a02

1
.gitignore vendored

@ -8,3 +8,4 @@
/regex-syntax-0.6.1.crate /regex-syntax-0.6.1.crate
/regex-syntax-0.6.2.crate /regex-syntax-0.6.2.crate
/regex-syntax-0.6.3.crate /regex-syntax-0.6.3.crate
/regex-syntax-0.6.4.crate

@ -6,7 +6,7 @@
%global crate regex-syntax %global crate regex-syntax
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.3 Version: 0.6.4
Release: 1%{?dist} Release: 1%{?dist}
Summary: Regular expression parser Summary: Regular expression parser
@ -66,6 +66,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Dec 03 2018 Josh Stone <jistone@redhat.com> - 0.6.4-1
- Update to 0.6.4
* Sat Nov 10 2018 Josh Stone <jistone@redhat.com> - 0.6.3-1 * Sat Nov 10 2018 Josh Stone <jistone@redhat.com> - 0.6.3-1
- Update to 0.6.3 - Update to 0.6.3

@ -1 +1 @@
SHA512 (regex-syntax-0.6.3.crate) = 95e8556d13337ec25a9baff923528c0d1af10ac3e88cfbb6f5bcc40fb90f962cb473c88a8e3a7007ab9fa36cb063cc2348e79368296baedcc6053bfdf6bc7b6c SHA512 (regex-syntax-0.6.4.crate) = 7a199c43668f7d660a28a1324ce1951cd6ec299cd98edbfde3b6a6d172e9f1a52135457673b432a0318163a5c23e541abca58607623a310f15fbefeafb50ee3b

Loading…
Cancel
Save