|
|
@ -1,21 +1,11 @@
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
## (rpmautospec version 0.7.2)
|
|
|
|
|
|
|
|
## 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
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate ed25519-compact
|
|
|
|
%global crate ed25519-compact
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-ed25519-compact
|
|
|
|
Name: rust-ed25519-compact
|
|
|
|
Version: 2.1.1
|
|
|
|
Version: 2.0.6
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Small, self-contained, wasm-friendly Ed25519 implementation
|
|
|
|
Summary: Small, self-contained, wasm-friendly Ed25519 implementation
|
|
|
|
|
|
|
|
|
|
|
@ -221,25 +211,4 @@ use the "x25519" feature of the "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.1.1-2
|
|
|
|
%autochangelog
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
|
|
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 01 2024 Fabio Valentini <decathorpe@gmail.com> - 2.1.1-1
|
|
|
|
|
|
|
|
- Update to version 2.1.1; Fixes RHBZ#2262702
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.6-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 11 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.6-1
|
|
|
|
|
|
|
|
- Update to version 2.0.6; Fixes RHBZ#2254782
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2023 Fabio Valentini <decathorpe@gmail.com> - 2.0.4-1
|
|
|
|
|
|
|
|
- Initial import (#2210896)
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|