|
|
|
@ -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
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
@ -90,4 +100,19 @@ rm examples/5b_extract_exr_layers_as_pngs.rs
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.73.0-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Tue Nov 05 2024 Fabio Valentini <decathorpe@gmail.com> - 1.73.0-1
|
|
|
|
|
- Update to version 1.73.0; Fixes RHBZ#2322909
|
|
|
|
|
|
|
|
|
|
* Sun Sep 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1.72.0-3
|
|
|
|
|
- Avoid a circular dependency on image
|
|
|
|
|
|
|
|
|
|
* Sun Sep 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1.72.0-2
|
|
|
|
|
- Drop benchmark-only dev-dependency on bencher
|
|
|
|
|
|
|
|
|
|
* Sun Aug 04 2024 Fabio Valentini <decathorpe@gmail.com> - 1.72.0-1
|
|
|
|
|
- Initial import (#2297646)
|
|
|
|
|
## END: Generated by rpmautospec
|