|
|
|
@ -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 24
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
@ -78,4 +88,32 @@ use the "async_closure" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.6-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Sun Sep 24 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.6-1
|
|
|
|
|
- Update to version 0.3.6; Fixes RHBZ#2240446
|
|
|
|
|
|
|
|
|
|
* Sat Sep 02 2023 alciregi <alciregi@fedoraproject.org> - 0.3.5-1
|
|
|
|
|
- Update to 0.3.5
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Apr 19 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.4-1
|
|
|
|
|
- Update to version 0.3.4; Fixes RHBZ#2180852
|
|
|
|
|
|
|
|
|
|
* Mon Feb 27 2023 Alessio <alciregi@fedoraproject.org> - 0.3.2-1
|
|
|
|
|
- Update to 0.3.2
|
|
|
|
|
|
|
|
|
|
* Mon Feb 27 2023 Alessio <alciregi@fedoraproject.org> - 0.3.0-4
|
|
|
|
|
- Update to 0.3.2
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Nov 21 2022 Alessio <alciregi@fedoraproject.org> - 0.3.0-2
|
|
|
|
|
- Initial import (fedora#2121997).
|
|
|
|
|
|
|
|
|
|
* Mon Nov 21 2022 Alessio <alciregi@fedoraproject.org> - 0.3.0-1
|
|
|
|
|
- Initial import (fedora#2121997).
|