Update to version 0.3.4; Fixes RHBZ#2227385

epel10
Fabio Valentini 1 year ago
parent 6e6f728e3a
commit f4ba9ae1e1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

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

@ -5,7 +5,7 @@
%global crate regex-automata %global crate regex-automata
Name: rust-regex-automata Name: rust-regex-automata
Version: 0.3.3 Version: 0.3.4
Release: %autorelease Release: %autorelease
Summary: Automata construction and matching using regular expressions Summary: Automata construction and matching using regular expressions

@ -1 +1 @@
SHA512 (regex-automata-0.3.3.crate) = c09bc62d3357f69f6908fd1a6eeef37a6dc862bdf40cc4559bc76f30ba14f7e5e3677a86426b6eef60c76ba83b933a9a685d6efef384c1d6644079aa673086aa SHA512 (regex-automata-0.3.4.crate) = b8eb9a5c868cb713274f55f467615b4e8e3bae83b9738aee87a465ef44a8dcafa80a700600544d02c17ab0068302ac3546952d97596fe0458470809f57629fa8

Loading…
Cancel
Save