update to version 1.4.2

epel9
Fabio Valentini 4 years ago
parent 4cfc147ebd
commit aed598d5f0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -29,3 +29,4 @@
/regex-1.3.6.crate
/regex-1.3.7.crate
/regex-1.3.9.crate
/regex-1.4.2.crate

@ -1,5 +1,5 @@
--- 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
--- regex-1.4.2/Cargo.toml 2020-11-01T16:30:09+00:00
+++ regex-1.4.2/Cargo.toml 2020-11-05T22:52:11.898820+00:00
@@ -90,11 +90,11 @@
version = "1"

@ -5,8 +5,8 @@
%global crate regex
Name: rust-%{crate}
Version: 1.3.9
Release: 2%{?dist}
Version: 1.4.2
Release: 1%{?dist}
Summary: Implementation of regular expressions for Rust
# Upstream license specification: MIT OR Apache-2.0
@ -316,6 +316,10 @@ which use "use_std" feature of "%{crate}" crate.
%endif
%changelog
* Thu Nov 5 2020 Fabio Valentini <decathorpe@gmail.com> - 1.4.2-1
- Update to version 1.4.2.
- Fixes RHBZ#1887233
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (regex-1.3.9.crate) = 425713d3eeb4132d4056e6c1a08bc2fa5032b9971987c531b5707a9b5670ae15f037bd68921f1545580801957d1ea283eff87e533477364c7f76823800202f74
SHA512 (regex-1.4.2.crate) = a9bc8061b7563b8494b21f35bf3c2af5f58dcc1b0df4e25ab8d3f99ba66527d5163e2c04b229b688fcb7934961f718fab72f22d66fef53562c5d96a2fb3887de

Loading…
Cancel
Save