Update to version 1.9.4; Fixes RHBZ#2229409

epel9
Fabio Valentini 1 year ago
parent 8b87ff2923
commit d4b4fc8288
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -42,3 +42,4 @@
/regex-1.8.3.crate
/regex-1.8.4.crate
/regex-1.9.1.crate
/regex-1.9.4.crate

@ -5,7 +5,7 @@
%global crate regex
Name: rust-regex
Version: 1.9.1
Version: 1.9.4
Release: %autorelease
Summary: Implementation of regular expressions for Rust
@ -320,7 +320,7 @@ use the "use_std" feature of the "%{crate}" crate.
%check
%ifarch %{ix86}
# * ignore harmless test failures on 32-bit architectures:
# https://github.com/rust-lang/regex/issues/1039
# https://github.com/rust-lang/regex/issues/1041
%cargo_test -- -- --skip builders::bytes::RegexBuilder::size_limit --skip builders::bytes::RegexSetBuilder::size_limit --skip builders::string::RegexBuilder::size_limit --skip builders::string::RegexSetBuilder::size_limit --skip regex::bytes::CaptureLocations --skip regex::string::CaptureLocations
%else
%cargo_test

@ -1 +1 @@
SHA512 (regex-1.9.1.crate) = cbee57ecf620795eb2625cb2a6a3d6eb2b46de91ade021111f8960e31d8d0098b786ddc1e97734cfa16f7e68d77ebb8a9b7362542d91f2345bf2e4f64778a454
SHA512 (regex-1.9.4.crate) = 4c7c478c74dd6a470ff89320a6944ea301967543a5ab281341cb4c8abf1dbbf909f329e73082ff5157db8108eb61b7a1a8b1e88555f848a876bcc5072d23e894

Loading…
Cancel
Save