|
|
|
@ -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 = 6;
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
@ -118,4 +128,39 @@ use the "crypto-openssl" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.6.0-6
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Fri Dec 01 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.0-6
|
|
|
|
|
- Rebuild for openssl crate >= v0.10.60 (RUSTSEC-2023-0044,
|
|
|
|
|
RUSTSEC-2023-0072)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu May 18 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.0-4
|
|
|
|
|
- Rebuild for sequoia-openpgp v1.16
|
|
|
|
|
|
|
|
|
|
* Wed May 03 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.0-3
|
|
|
|
|
- Rebuild for openssl crate >= v0.10.48 (RUSTSEC-2023-{0022,0023,0024})
|
|
|
|
|
|
|
|
|
|
* Fri Apr 14 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.0-2
|
|
|
|
|
- Expose features for crypto backends without setting a default
|
|
|
|
|
|
|
|
|
|
* Mon Mar 06 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.0-1
|
|
|
|
|
- Update to version 0.6.0; Fixes RHBZ#2175814
|
|
|
|
|
|
|
|
|
|
* Sun Feb 05 2023 Fabio Valentini <decathorpe@gmail.com> - 0.5.0-3
|
|
|
|
|
- Rebuild for fixed frame pointer compiler flags in Rust RPM macros
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Nov 23 2022 Fabio Valentini <decathorpe@gmail.com> - 0.5.0-1
|
|
|
|
|
- Update to version 0.5.0; Fixes RHBZ#2145245
|
|
|
|
|
|
|
|
|
|
* Mon Nov 14 2022 Fabio Valentini <decathorpe@gmail.com> - 0.4.0-1
|
|
|
|
|
- Update to version 0.4.0
|
|
|
|
|
|
|
|
|
|
* Mon Nov 14 2022 Fabio Valentini <decathorpe@gmail.com> - 0.3.0-1
|
|
|
|
|
- Initial import (#2138445)
|