|
|
|
@ -1,11 +1,21 @@
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate regex-automata
|
|
|
|
|
|
|
|
|
|
Name: rust-regex-automata
|
|
|
|
|
Version: 0.4.3
|
|
|
|
|
Version: 0.4.9
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Automata construction and matching using regular expressions
|
|
|
|
|
|
|
|
|
@ -423,9 +433,124 @@ 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
|
|
|
|
|
%cargo_test -- --doc -- --skip nfa::thompson::compiler::Config::nfa_size_limit
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.4.9-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Tue Nov 12 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.9-1
|
|
|
|
|
- Update to version 0.4.9; Fixes RHBZ#2325217
|
|
|
|
|
|
|
|
|
|
* Fri Oct 04 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.8-2
|
|
|
|
|
- Skip one doctest that fails depending on Rust version and architecture
|
|
|
|
|
|
|
|
|
|
* Fri Oct 04 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.8-1
|
|
|
|
|
- Update to version 0.4.8; Fixes RHBZ#2315562
|
|
|
|
|
|
|
|
|
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.7-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 10 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.7-1
|
|
|
|
|
- Update to version 0.4.7; Fixes RHBZ#2291082
|
|
|
|
|
|
|
|
|
|
* Tue Mar 05 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.6-1
|
|
|
|
|
- Update to version 0.4.6; Fixes RHBZ#2267689
|
|
|
|
|
|
|
|
|
|
* Tue Jan 30 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.5-1
|
|
|
|
|
- Update to version 0.4.5; Fixes RHBZ#2259422
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Oct 17 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.3-1
|
|
|
|
|
- Update to version 0.4.3; Fixes RHBZ#2244495
|
|
|
|
|
|
|
|
|
|
* Sat Oct 14 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.2-1
|
|
|
|
|
- Update to version 0.4.2; Fixes RHBZ#2241489
|
|
|
|
|
|
|
|
|
|
* Tue Sep 19 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.8-1
|
|
|
|
|
- Update to version 0.3.8; Fixes RHBZ#2236988
|
|
|
|
|
|
|
|
|
|
* Sat Aug 26 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.7-1
|
|
|
|
|
- Update to version 0.3.7, Fixes RHBZ#2229410
|
|
|
|
|
|
|
|
|
|
* Sat Jul 29 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.4-1
|
|
|
|
|
- Update to version 0.3.4; Fixes RHBZ#2227385
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.3-2
|
|
|
|
|
- Ignore harmless test failures on 32-bit architectures (again)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.3-1
|
|
|
|
|
- Update to version 0.3.3
|
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.2-3
|
|
|
|
|
- Ignore harmless test failures on 32-bit architectures
|
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.2-2
|
|
|
|
|
- Disable integration tests that can only be run in-tree
|
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.2-1
|
|
|
|
|
- Update to version 0.3.2; Fixes RHBZ#2062858
|
|
|
|
|
|
|
|
|
|
* Thu May 25 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.10-7
|
|
|
|
|
- Regenerate with rust2rpm v24
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.10-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.10-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.10-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.10-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 01 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.10-1
|
|
|
|
|
- Update to version 0.1.10.
|
|
|
|
|
- Fixes RHBZ#1966668
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Dec 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.9-3
|
|
|
|
|
- Remove features with missing dependencies (fst).
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Mar 10 2020 Josh Stone <jistone@redhat.com> - 0.1.9-1
|
|
|
|
|
- Update to 0.1.9
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jul 28 21:16:45 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.8-1
|
|
|
|
|
- Update to 0.1.8
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 20 09:18:24 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.7-2
|
|
|
|
|
- Regenerate
|
|
|
|
|
|
|
|
|
|
* Sun Jun 09 15:16:47 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.7-1
|
|
|
|
|
- Update to 0.1.7
|
|
|
|
|
|
|
|
|
|
* Sun Jun 09 10:40:42 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.6-2
|
|
|
|
|
- Regenerate
|
|
|
|
|
|
|
|
|
|
* Tue Apr 16 08:34:36 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.6-1
|
|
|
|
|
- Initial package
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|