update to version 0.6.23

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

1
.gitignore vendored

@ -24,3 +24,4 @@
/regex-syntax-0.6.18.crate
/regex-syntax-0.6.21.crate
/regex-syntax-0.6.22.crate
/regex-syntax-0.6.23.crate

@ -5,8 +5,8 @@
%global crate regex-syntax
Name: rust-%{crate}
Version: 0.6.22
Release: 2%{?dist}
Version: 0.6.23
Release: 1%{?dist}
Summary: Regular expression parser
# Upstream license specification: MIT/Apache-2.0
@ -166,6 +166,10 @@ which use "unicode-segment" feature of "%{crate}" crate.
%endif
%changelog
* Sun Mar 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.23-1
- Update to version 0.6.23.
- Fixes RHBZ#1938047
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.22-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (regex-syntax-0.6.22.crate) = f83a72e46da02800ee545d6ea3c5eaab48706a9c63a03bb73363f597173ed205b3e7c86bd80d909478787e68f49fe07aa52c29a83c381e3c4863e5d856bbfb6e
SHA512 (regex-syntax-0.6.23.crate) = d4f41e40c1460ee95fd96514a3accb4eaa6c125b47abf66ea7b0b60267c0ab112c51c1877d71bf1cfe4f9277f95617f5047058b2a3da91dc24aa5c1cf2781f34

Loading…
Cancel
Save