Update to 1.3.9

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 6770a5569e
commit 269f3b846b
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -28,3 +28,4 @@
/regex-1.3.5.crate
/regex-1.3.6.crate
/regex-1.3.7.crate
/regex-1.3.9.crate

@ -1,6 +1,6 @@
--- 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 @@
--- regex-1.3.9/Cargo.toml 2020-05-29T00:14:56+00:00
+++ regex-1.3.9/Cargo.toml 2020-05-29T14:57:06.798887+00:00
@@ -90,11 +90,11 @@
version = "1"
[dev-dependencies.quickcheck]

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate regex
Name: rust-%{crate}
Version: 1.3.7
Version: 1.3.9
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 May 29 16:55:48 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.3.9-1
- Update to 1.3.9
* Fri Apr 17 2020 Josh Stone <jistone@redhat.com> - 1.3.7-1
- Update to 1.3.7

@ -1 +1 @@
SHA512 (regex-1.3.7.crate) = 59090515860c26551ce08e8b37cf1227712944844148b79dcc7348f430e5c3c70767c20807cb1affb242686e7e8f885224c4c9fb9ae890b57f766fec96e2aa69
SHA512 (regex-1.3.9.crate) = 425713d3eeb4132d4056e6c1a08bc2fa5032b9971987c531b5707a9b5670ae15f037bd68921f1545580801957d1ea283eff87e533477364c7f76823800202f74

Loading…
Cancel
Save