Update to 1.1.0

epel9
Josh Stone 6 years ago
parent 8b856e3dbb
commit b5b881cb5c

1
.gitignore vendored

@ -12,3 +12,4 @@
/regex-1.0.4.crate /regex-1.0.4.crate
/regex-1.0.5.crate /regex-1.0.5.crate
/regex-1.0.6.crate /regex-1.0.6.crate
/regex-1.1.0.crate

@ -6,7 +6,7 @@
%global crate regex %global crate regex
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.6 Version: 1.1.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Implementation of regular expressions for Rust Summary: Implementation of regular expressions for Rust
@ -113,6 +113,9 @@ which use "use_std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Dec 03 2018 Josh Stone <jistone@redhat.com> - 1.1.0-1
- Update to 1.1.0
* Sat Nov 10 2018 Josh Stone <jistone@redhat.com> - 1.0.6-1 * Sat Nov 10 2018 Josh Stone <jistone@redhat.com> - 1.0.6-1
- Update to 1.0.6 - Update to 1.0.6

@ -1 +1 @@
SHA512 (regex-1.0.6.crate) = 4779fe3896c131b418b07ec2622888b2b8dc64172744e6ff91c46a957646c796c46fcc5b1c37b5349f0c7a5adccee2e7af1e07121dfd2b59976bd0fde5b60bb4 SHA512 (regex-1.1.0.crate) = f60d9e7c5a8647a1e0d35e995e799335ae695903985cd9f90923ab6483172602e9493005b7c7bd3dee0824de992dcd2f03320d58419206a0d5cfb675c68c4745

Loading…
Cancel
Save