Compare commits

..

15 Commits

Author SHA1 Message Date
Fabio Valentini 1b10286307
Update to version 0.4.3; Fixes RHBZ#2244495
1 year ago
Fabio Valentini 6bb9c2f956
Update to version 0.4.2; Fixes RHBZ#2241489
1 year ago
Fabio Valentini 2fda38f4cc
Update to version 0.3.8; Fixes RHBZ#2236988
1 year ago
Fabio Valentini 9c992fc078
Update to version 0.3.7, Fixes RHBZ#2229410
1 year ago
Fabio Valentini be82c9cfc3
Update to version 0.3.4; Fixes RHBZ#2227385
1 year ago
Fabio Valentini 23cf897f98
Ignore harmless test failures on 32-bit architectures (again)
2 years ago
Fabio Valentini b41cb6a151
Update to version 0.3.3
2 years ago
Fabio Valentini 0cd71f5584
Ignore harmless test failures on 32-bit architectures
2 years ago
Fabio Valentini 79512854bb
Disable integration tests that can only be run in-tree
2 years ago
Fabio Valentini 1c97000098
Update to version 0.3.2; Fixes RHBZ#2062858
2 years ago
Fabio Valentini ef65a636f7
Regenerate with rust2rpm v24
2 years ago
Fedora Release Engineering 39578aee58
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini 0113dbd4a6
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 76bc416715
Rebuild
3 years ago
Igor Raits f3f7141ca1
Bootstrap (disable tests)
3 years ago

5
.gitignore vendored

@ -11,8 +11,3 @@
/regex-automata-0.4.1.crate
/regex-automata-0.4.2.crate
/regex-automata-0.4.3.crate
/regex-automata-0.4.5.crate
/regex-automata-0.4.6.crate
/regex-automata-0.4.7.crate
/regex-automata-0.4.8.crate
/regex-automata-0.4.9.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate regex-automata
Name: rust-regex-automata
Version: 0.4.9
Version: 0.4.3
Release: %autorelease
Summary: Automata construction and matching using regular expressions
@ -423,10 +423,8 @@ use the "unicode-word-boundary" feature of the "%{crate}" crate.
%if %{with check}
%check
# * integration tests can only be run in-tree
# * skip one doctest that fails depending on Rust version and architecture:
# https://github.com/rust-lang/regex/issues/1230
%cargo_test -- --lib
%cargo_test -- --doc -- --skip nfa::thompson::compiler::Config::nfa_size_limit
%cargo_test -- --doc
%endif
%changelog

@ -1 +1 @@
SHA512 (regex-automata-0.4.9.crate) = 40bde0ec91cc27bc0c3fa237a37ecee5a1f023dbe006a999c5888f8f578ee2c4c64d9edfe1827546cea8e92ca3c10f8b4d494d81f3d0422b40d90bca9cf598d2
SHA512 (regex-automata-0.4.3.crate) = 4fc82fe3556f829956c3172447589555ef286fd66ee9a445cbdcdbe57970655e35b6eb0895ba02c344d826609257e0c95d3f7f51858aa260103bed7b08d8c1a8

Loading…
Cancel
Save