|
|
|
@ -1,21 +1,11 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
|
## 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 25
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate regex-lite
|
|
|
|
|
|
|
|
|
|
Name: rust-regex-lite
|
|
|
|
|
Version: 0.1.5
|
|
|
|
|
Version: 0.1.6
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Lightweight regex engine that optimizes for binary size and compilation time
|
|
|
|
|
|
|
|
|
@ -103,23 +93,4 @@ use the "string" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1.5-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Tue Oct 17 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.5-1
|
|
|
|
|
- Update to version 0.1.5; Fixes RHBZ#2244295
|
|
|
|
|
|
|
|
|
|
* Sun Oct 15 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.4-1
|
|
|
|
|
- Update to version 0.1.4; Fixes RHBZ#2243072
|
|
|
|
|
|
|
|
|
|
* Tue Oct 10 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.2-1
|
|
|
|
|
- Update to version 0.1.2; Fixes RHBZ#2242956
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 18 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.0-2
|
|
|
|
|
- Ignore harmless test failures on 32-bit architectures
|
|
|
|
|
|
|
|
|
|
* Tue Jul 18 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.0-1
|
|
|
|
|
- Initial import (#2221221)
|
|
|
|
|
%autochangelog
|