|
|
@ -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
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
# * tests can only be run in-tree
|
|
|
|
# * tests can only be run in-tree
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
@ -117,4 +127,42 @@ use the "std" feature of the "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
%autochangelog
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.5.11-1
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 28 2023 Fabio Valentini <decathorpe@gmail.com> - 0.5.11-1
|
|
|
|
|
|
|
|
- Update to version 0.5.11; Fixes RHBZ#2170824
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 03 2023 Fabio Valentini <decathorpe@gmail.com> - 0.5.9-1
|
|
|
|
|
|
|
|
- Update to version 0.5.9; Fixes RHBZ#2159580
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.7-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.7-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Mar 05 2022 Fabio Valentini <decathorpe@gmail.com> - 0.5.7-1
|
|
|
|
|
|
|
|
- Update to version 0.5.7; Fixes RHBZ#2036368
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.5-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.5.5-1
|
|
|
|
|
|
|
|
- Update to version 0.5.5; Fixes RHBZ#2033888
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.5.4-1
|
|
|
|
|
|
|
|
- Update to version 0.5.4; Fixes RHBZ#1994167
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Aug 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.5.3-1
|
|
|
|
|
|
|
|
- Update to version 0.5.3; Fixes RHBZ#1989449
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 19 2021 Fabio Valentini <decathorpe@gmail.com> - 0.5.2-1
|
|
|
|
|
|
|
|
- Update to version 0.5.2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 07 09:30:16 PDT 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.5.1-1
|
|
|
|
|
|
|
|
- Initial package
|
|
|
|
|
|
|
|
|