|
|
@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
## 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
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
@ -92,4 +102,19 @@ use the "threading" feature of the "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
%autochangelog
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.11.11-1
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
|
|
|
* Tue Nov 05 2024 Fabio Valentini <decathorpe@gmail.com> - 0.11.11-1
|
|
|
|
|
|
|
|
- Update to version 0.11.11; Fixes RHBZ#2319370
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Oct 05 2024 Fabio Valentini <decathorpe@gmail.com> - 0.11.10-1
|
|
|
|
|
|
|
|
- Update to version 0.11.10; Fixes RHBZ#2303678
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Aug 04 2024 Fabio Valentini <decathorpe@gmail.com> - 0.11.9-1
|
|
|
|
|
|
|
|
- Update to version 0.11.9; Fixes RHBZ#2299790
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 23 2024 Fabio Valentini <decathorpe@gmail.com> - 0.11.5-1
|
|
|
|
|
|
|
|
- Initial import (#2290393)
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|