Update to 1.3.7

epel9
Josh Stone 5 years ago
parent 6651f61bb1
commit 6770a5569e

1
.gitignore vendored

@ -27,3 +27,4 @@
/regex-1.3.4.crate
/regex-1.3.5.crate
/regex-1.3.6.crate
/regex-1.3.7.crate

@ -1,5 +1,5 @@
--- regex-1.3.6/Cargo.toml 2020-03-24T22:59:04+00:00
+++ regex-1.3.6/Cargo.toml 2020-03-26T07:35:58.960085+00:00
--- regex-1.3.7/Cargo.toml 2020-04-17T23:04:57+00:00
+++ regex-1.3.7/Cargo.toml 2020-04-17T23:24:52.909022+00:00
@@ -93,11 +93,11 @@
version = "1"
@ -13,4 +13,4 @@
+version = "0.7"
[features]
default = ["std", "perf", "unicode"]
default = ["std", "perf", "unicode", "regex-syntax/default"]

@ -5,7 +5,7 @@
%global crate regex
Name: rust-%{crate}
Version: 1.3.6
Version: 1.3.7
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 Apr 17 2020 Josh Stone <jistone@redhat.com> - 1.3.7-1
- Update to 1.3.7
* Thu Mar 26 08:35:59 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.3.6-1
- Update to 1.3.6

@ -1 +1 @@
SHA512 (regex-1.3.6.crate) = 05dbc0f355bd1f3ee659a8ff888b37242f780500b76d153a100c21c12278db2429ccdd47f8dc182c708dd70d47fcfd5acd6eefb397c03e08cbdff701f6346628
SHA512 (regex-1.3.7.crate) = 59090515860c26551ce08e8b37cf1227712944844148b79dcc7348f430e5c3c70767c20807cb1affb242686e7e8f885224c4c9fb9ae890b57f766fec96e2aa69

Loading…
Cancel
Save