|
|
|
@ -1,3 +1,13 @@
|
|
|
|
|
## 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
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
@ -121,4 +131,20 @@ use the "static_output" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 5.5.3-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Wed Dec 27 2023 Fabio Valentini <decathorpe@gmail.com> - 5.5.3-1
|
|
|
|
|
- Update to version 5.5.3; Fixes RHBZ#2252978
|
|
|
|
|
|
|
|
|
|
* Thu Nov 30 2023 Fabio Valentini <decathorpe@gmail.com> - 5.5.0-1
|
|
|
|
|
- Update to version 5.5.0; Fixes RHBZ#2251603
|
|
|
|
|
|
|
|
|
|
* Wed Oct 18 2023 Fabio Valentini <decathorpe@gmail.com> - 5.4.2-1
|
|
|
|
|
- Update to version 5.4.2; Fixes RHBZ#2244685
|
|
|
|
|
|
|
|
|
|
* Wed Sep 27 2023 Fabio Valentini <decathorpe@gmail.com> - 5.4.1-1
|
|
|
|
|
- Update to version 5.4.1; Fixes RHBZ#2240836
|
|
|
|
|
|
|
|
|
|
* Tue Sep 12 2023 Fabio Valentini <decathorpe@gmail.com> - 5.4.0-1
|
|
|
|
|
- Initial import (#2228484)
|