|
|
|
@ -1,13 +1,3 @@
|
|
|
|
|
## 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 27
|
|
|
|
|
%bcond check 1
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
@ -114,16 +104,4 @@ use the "std" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.4.1-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Mon Dec 16 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.4.1-1
|
|
|
|
|
- Update to version 0.4.1; Fixes RHBZ#2332559
|
|
|
|
|
|
|
|
|
|
* Wed Nov 20 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.4.0-1
|
|
|
|
|
- Update to version 0.4.0
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Fabio Valentini <decathorpe@gmail.com> - 0.3.1-1
|
|
|
|
|
- Initial packaging (#2319894)
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|
%autochangelog
|