|
|
@ -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
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
@ -127,4 +137,29 @@ use the "std" feature of the "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
%autochangelog
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.2.0-1
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 16 2023 Fabio Valentini <decathorpe@gmail.com> - 2.2.0-1
|
|
|
|
|
|
|
|
- Update to version 2.2.0; Fixes RHBZ#2249413
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 05 2023 Fabio Valentini <decathorpe@gmail.com> - 2.1.0-1
|
|
|
|
|
|
|
|
- Update to version 2.1.0; Fixes RHBZ#2161097
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.4-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 18 2022 Stuart D. Gathman <stuart@gathman.org> - 1.6.4-2
|
|
|
|
|
|
|
|
- new-sources
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 18 2022 Stuart D. Gathman <stuart@gathman.org> - 1.6.4-1
|
|
|
|
|
|
|
|
- New upstream version after unretiring
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 18 2022 Tomas Hrcka <thrcka@redhat.com> - 1.3.1-2
|
|
|
|
|
|
|
|
- Unretirement request: https://pagure.io/releng/issue/11097
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 17 2021 Robert-André Mauchin <zebob.m@gmail.com> - 1.3.1-1
|
|
|
|
|
|
|
|
- Initial release Close: rhbz#1981115
|