Update to version 0.3.3

epel9
Fabio Valentini 2 years ago
parent 0cd71f5584
commit b41cb6a151
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/regex-automata-0.1.9.crate
/regex-automata-0.1.10.crate
/regex-automata-0.3.2.crate
/regex-automata-0.3.3.crate

@ -1,5 +1,5 @@
--- regex-automata-0.3.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ regex-automata-0.3.2/Cargo.toml 2023-07-12T13:56:55.632415+00:00
--- regex-automata-0.3.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ regex-automata-0.3.3/Cargo.toml 2023-07-12T17:49:24.494418+00:00
@@ -31,6 +31,7 @@
categories = ["text-processing"]
license = "MIT OR Apache-2.0"

@ -5,7 +5,7 @@
%global crate regex-automata
Name: rust-regex-automata
Version: 0.3.2
Version: 0.3.3
Release: %autorelease
Summary: Automata construction and matching using regular expressions
@ -427,14 +427,8 @@ use the "unicode-word-boundary" feature of the "%{crate}" crate.
%check
# * integration tests can only be run in-tree
%cargo_test -- --lib
%ifarch %{ix86}
# * ignore harmless test failures on 32-bit architectures:
# https://github.com/rust-lang/regex/issues/1039
%cargo_test -- --doc -- --skip dfa::dense::Config::determinize_size_limit --skip util::captures::Captures::get_group
%else
%cargo_test -- --doc
%endif
%endif
%changelog
%autochangelog

@ -1 +1 @@
SHA512 (regex-automata-0.3.2.crate) = 82fbf0ad8a97b71c5489c69b34a3641dd104e02fc783df62036acb55ff7b6458349ae47164fda691178a054862ed00c26e471c9158391b65f9c383e38f8a5d61
SHA512 (regex-automata-0.3.3.crate) = c09bc62d3357f69f6908fd1a6eeef37a6dc862bdf40cc4559bc76f30ba14f7e5e3677a86426b6eef60c76ba83b933a9a685d6efef384c1d6644079aa673086aa

Loading…
Cancel
Save