|
|
|
@ -1,12 +1,3 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.3.0)
|
|
|
|
|
%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 22
|
|
|
|
|
# * tests rely on missing or removed dev-dependencies
|
|
|
|
|
%bcond_with check
|
|
|
|
@ -274,23 +265,4 @@ use the "tokio-util" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 4.6.6-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Wed Aug 10 2022 Fabio Valentini <decathorpe@gmail.com> 4.6.6-1
|
|
|
|
|
- Update to version 4.6.6; Fixes RHBZ#2117017
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> 4.6.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed May 25 2022 Fabio Valentini <decathorpe@gmail.com> 4.6.4-1
|
|
|
|
|
- Update to version 4.6.4; Fixes RHBZ#2078450
|
|
|
|
|
|
|
|
|
|
* Sat Feb 05 2022 Fabio Valentini <decathorpe@gmail.com> 4.6.3-1
|
|
|
|
|
- Update to version 4.6.3; Fixes RHBZ#2050963
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 4.6.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Dec 06 2021 Davide Cavalca <dcavalca@fedoraproject.org> 4.6.0-1
|
|
|
|
|
- Initial import; Fixes: RHBZ#1982509
|
|
|
|
|
%autochangelog
|