|
|
|
@ -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}
|
|
|
|
@ -115,4 +125,54 @@ use the "serde1" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.1.6-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2023 Fabio Valentini <decathorpe@gmail.com> - 1.1.6-1
|
|
|
|
|
- Update to version 1.1.6; Fixes RHBZ#2222177
|
|
|
|
|
|
|
|
|
|
* Sun Mar 12 2023 Fabio Valentini <decathorpe@gmail.com> - 1.1.4-1
|
|
|
|
|
- Update to version 1.1.4; Fixes RHBZ#2177105
|
|
|
|
|
|
|
|
|
|
* Wed Feb 22 2023 Fabio Valentini <decathorpe@gmail.com> - 1.1.3-1
|
|
|
|
|
- Update to version 1.1.3; Fixes RHBZ#2172356
|
|
|
|
|
|
|
|
|
|
* Sun Jan 29 2023 Fabio Valentini <decathorpe@gmail.com> - 1.1.2-1
|
|
|
|
|
- Update to version 1.1.2; Fixes RHBZ#2159045
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Dec 10 2022 Fabio Valentini <decathorpe@gmail.com> - 1.1.1-1
|
|
|
|
|
- Update to version 1.1.1; Fixes RHBZ#2117950
|
|
|
|
|
|
|
|
|
|
* Fri Aug 12 2022 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-1
|
|
|
|
|
- Update to version 1.1.0; Fixes RHBZ#2117788
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon May 23 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.9-1
|
|
|
|
|
- Update to version 1.0.9; Fixes RHBZ#2088669
|
|
|
|
|
|
|
|
|
|
* Wed May 11 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.8-1
|
|
|
|
|
- Update to version 1.0.8; Fixes RHBZ#2083427
|
|
|
|
|
|
|
|
|
|
* Wed Jan 26 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.7-1
|
|
|
|
|
- Update to version 1.0.7; Fixes RHBZ#2041298
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Dec 04 2021 Olivier Lemasle <o.lemasle@gmail.com> - 1.0.5-1
|
|
|
|
|
- Update to upstream 1.0.5 (fixes rhbz#2029084)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 06 2021 Olivier Lemasle <o.lemasle@gmail.com> - 1.0.4-2
|
|
|
|
|
- Clarify description and summary
|
|
|
|
|
|
|
|
|
|
* Sat Jul 03 12:22:42 CEST 2021 Olivier Lemasle <o.lemasle@gmail.com> - 1.0.4-1
|
|
|
|
|
- Initial package
|
|
|
|
|
|