update to version 0.6.22

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

1
.gitignore vendored

@ -23,3 +23,4 @@
/regex-syntax-0.6.17.crate /regex-syntax-0.6.17.crate
/regex-syntax-0.6.18.crate /regex-syntax-0.6.18.crate
/regex-syntax-0.6.21.crate /regex-syntax-0.6.21.crate
/regex-syntax-0.6.22.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 15 # Generated by rust2rpm 16
%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.21 Version: 0.6.22
Release: 1%{?dist} Release: 1%{?dist}
Summary: Regular expression parser Summary: Regular expression parser
@ -166,7 +166,11 @@ which use "unicode-segment" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Nov 5 2020 Fabio Valentini <decathorpe@gmail.com> - 0.6.21-1 * Sat Jan 09 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.22-1
- Update to version 0.6.22.
- Fixes RHBZ#1914361
* Thu Nov 05 2020 Fabio Valentini <decathorpe@gmail.com> - 0.6.21-1
- Update to version 0.6.21. - Update to version 0.6.21.
- Fixes RHBZ#1887234 - Fixes RHBZ#1887234

@ -1 +1 @@
SHA512 (regex-syntax-0.6.21.crate) = 56507f4432804ea30820984f6cff03c3514988bc3e406b3ba3a89c36c9c5d75951e4acd000ba85b95bb83d253898ce7d7d282ed930e811e12bb644c4a5ec84fa SHA512 (regex-syntax-0.6.22.crate) = f83a72e46da02800ee545d6ea3c5eaab48706a9c63a03bb73363f597173ed205b3e7c86bd80d909478787e68f49fe07aa52c29a83c381e3c4863e5d856bbfb6e

Loading…
Cancel
Save