Update to 0.6.1

epel9
Josh Stone 7 years ago
parent 35f5dc7ed0
commit 34f0e97b29

1
.gitignore vendored

@ -5,3 +5,4 @@
/regex-syntax-0.5.5.crate /regex-syntax-0.5.5.crate
/regex-syntax-0.5.6.crate /regex-syntax-0.5.6.crate
/regex-syntax-0.6.0.crate /regex-syntax-0.6.0.crate
/regex-syntax-0.6.1.crate

@ -5,7 +5,7 @@
%global crate regex-syntax %global crate regex-syntax
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.0 Version: 0.6.1
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
* Tue Jun 12 2018 Josh Stone <jistone@redhat.com> - 0.6.1-1
- Update to 0.6.1
* Tue Jun 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.0-1 * Tue Jun 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.0-1
- Update to 0.6.0 - Update to 0.6.0

@ -1 +1 @@
SHA512 (regex-syntax-0.6.0.crate) = 1db2f8f4e397b434502629bc6a726c23f4ddd493c653a694153bfc3d84f8ca759ad20e0191b990dbcbb3e584858070d32d8ad050536c818a99e912911531b162 SHA512 (regex-syntax-0.6.1.crate) = 5fc452309573c3ce9375a647396d611b92849a35724c23f25d0c54fb1a89c47b758b21424bb8b0a69295023ab2ed5498863e8f2d5dcd35591134ef8246290f0f

Loading…
Cancel
Save