|
|
|
@ -1,3 +1,13 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 2;
|
|
|
|
|
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 26
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
@ -129,4 +139,46 @@ use the "std" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.5.0-2
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Tue Oct 29 2024 Orion Poplawski <orion@nwra.com> - 2.5.0-2
|
|
|
|
|
- Drop unneeded dependency on bencher
|
|
|
|
|
|
|
|
|
|
* Thu Sep 26 2024 Orion Poplawski <orion@nwra.com> - 2.5.0-1
|
|
|
|
|
- Update to 2.5.0
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.12-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 18 2021 Fabio Valentini <decathorpe@gmail.com> - 2.3.12-1
|
|
|
|
|
- Update to version 2.3.12.
|
|
|
|
|
- Fixes RHBZ#1967027
|
|
|
|
|
|
|
|
|
|
* Wed Apr 21 2021 Fabio Valentini <decathorpe@gmail.com> - 2.3.9-1
|
|
|
|
|
- Update to version 2.3.9.
|
|
|
|
|
- Fixes RHBZ#1952035
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.5-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Nov 25 2020 Fabio Valentini <decathorpe@gmail.com> - 2.3.5-3
|
|
|
|
|
- Remove features with broken dependencies.
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 22 2020 Josh Stone <jistone@redhat.com> - 2.3.5-1
|
|
|
|
|
- Update to 2.3.5
|
|
|
|
|
|
|
|
|
|
* Mon Jul 20 08:32:57 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.3.4-1
|
|
|
|
|
- Update to 2.3.4
|
|
|
|
|
|
|
|
|
|
* Fri Jun 19 2020 Josh Stone <jistone@redhat.com> - 2.3.1-1
|
|
|
|
|
- Update to 2.3.1
|
|
|
|
|
|
|
|
|
|
* Thu May 14 08:18:37 CEST 2020 Igor Raits <i.gnatenko.brain@gmail.com> - 2.3.0-1
|
|
|
|
|
- Initial package
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|