|
|
@ -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 25
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
# * test sources are not included in published crates
|
|
|
|
# * test sources are not included in published crates
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
@ -79,4 +89,26 @@ use the "debug" feature of the "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
%autochangelog
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.17-1
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 11 2024 Fabio Valentini <decathorpe@gmail.com> - 0.2.17-1
|
|
|
|
|
|
|
|
- Update to version 0.2.16; Fixes RHBZ#2256124
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 10 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.15-1
|
|
|
|
|
|
|
|
- Update to version 0.2.15; Fixes RHBZ#2245963
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 20 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.14-1
|
|
|
|
|
|
|
|
- Update to version 0.2.14; Fixes RHBZ#2234509
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.12-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jun 04 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.12-1
|
|
|
|
|
|
|
|
- Update to version 0.2.12; Fixes RHBZ#2211909
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 23 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.11-1
|
|
|
|
|
|
|
|
- Update to version 0.2.11; Fixes RHBZ#2208634
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Apr 08 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.10-1
|
|
|
|
|
|
|
|
- Initial import (#2183742)
|