Compare commits

..

21 Commits

Author SHA1 Message Date
Fabio Valentini e64132af05
Update to version 0.4.9; Fixes RHBZ#2325217
2 months ago
Fabio Valentini 5699779827
Skip one doctest that fails depending on Rust version and architecture
4 months ago
Fabio Valentini 4919395fce
Update to version 0.4.8; Fixes RHBZ#2315562
4 months ago
Fedora Release Engineering 209b0d2cf8 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 96971ab9cd
Update to version 0.4.7; Fixes RHBZ#2291082
7 months ago
Fabio Valentini 1e5ae4f511
Update to version 0.4.6; Fixes RHBZ#2267689
11 months ago
Fabio Valentini 2f786ba83f
Update to version 0.4.5; Fixes RHBZ#2259422
12 months ago
Fedora Release Engineering 3cf1945acb Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini 89153de4c9
Update to version 0.4.3; Fixes RHBZ#2244495
1 year ago
Fabio Valentini 829b47c350
Update to version 0.4.2; Fixes RHBZ#2241489
1 year ago
Fabio Valentini 12f6e0ca74
Update to version 0.3.8; Fixes RHBZ#2236988
1 year ago
Fabio Valentini 7dc7f42370
Update to version 0.3.7, Fixes RHBZ#2229410
1 year ago
Fabio Valentini f4ba9ae1e1
Update to version 0.3.4; Fixes RHBZ#2227385
1 year ago
Fedora Release Engineering 6e6f728e3a Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 0861f790a0
Ignore harmless test failures on 32-bit architectures (again)
2 years ago
Fabio Valentini d11d782562
Update to version 0.3.3
2 years ago
Fabio Valentini b0cf168525
Ignore harmless test failures on 32-bit architectures
2 years ago
Fabio Valentini 4b98e53acb
Disable integration tests that can only be run in-tree
2 years ago
Fabio Valentini 507aea739e
Update to version 0.3.2; Fixes RHBZ#2062858
2 years ago
Fabio Valentini e69f8f5d84
Regenerate with rust2rpm v24
2 years ago
Fedora Release Engineering c3b57ff21b Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

5
.gitignore vendored

@ -11,3 +11,8 @@
/regex-automata-0.4.1.crate /regex-automata-0.4.1.crate
/regex-automata-0.4.2.crate /regex-automata-0.4.2.crate
/regex-automata-0.4.3.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 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate regex-automata %global crate regex-automata
Name: rust-regex-automata Name: rust-regex-automata
Version: 0.4.3 Version: 0.4.9
Release: %autorelease Release: %autorelease
Summary: Automata construction and matching using regular expressions Summary: Automata construction and matching using regular expressions
@ -423,8 +423,10 @@ use the "unicode-word-boundary" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# * integration tests can only be run in-tree # * 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 -- --lib
%cargo_test -- --doc %cargo_test -- --doc -- --skip nfa::thompson::compiler::Config::nfa_size_limit
%endif %endif
%changelog %changelog

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

Loading…
Cancel
Save