update to version 0.6.25

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

1
.gitignore vendored

@ -25,3 +25,4 @@
/regex-syntax-0.6.21.crate /regex-syntax-0.6.21.crate
/regex-syntax-0.6.22.crate /regex-syntax-0.6.22.crate
/regex-syntax-0.6.23.crate /regex-syntax-0.6.23.crate
/regex-syntax-0.6.25.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 17
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate regex-syntax %global crate regex-syntax
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.23 Version: 0.6.25
Release: 1%{?dist} Release: 1%{?dist}
Summary: Regular expression parser Summary: Regular expression parser
@ -166,6 +166,10 @@ which use "unicode-segment" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun May 02 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.25-1
- Update to version 0.6.25.
- Fixes RHBZ#1955845
* Sun Mar 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.23-1 * Sun Mar 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.23-1
- Update to version 0.6.23. - Update to version 0.6.23.
- Fixes RHBZ#1938047 - Fixes RHBZ#1938047

@ -1 +1 @@
SHA512 (regex-syntax-0.6.23.crate) = d4f41e40c1460ee95fd96514a3accb4eaa6c125b47abf66ea7b0b60267c0ab112c51c1877d71bf1cfe4f9277f95617f5047058b2a3da91dc24aa5c1cf2781f34 SHA512 (regex-syntax-0.6.25.crate) = a3d31f82aadc6be1796f76c03152ff24f37fe42d6ce27fb98e2f55ab102f86502bc37ccd563f6e0eba61aab20d002184c618517b678b3b93cb8f0497cc046ca5

Loading…
Cancel
Save