Compare commits

...

No commits in common. 'i9ce' and 'i10ce' have entirely different histories.
i9ce ... i10ce

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/sha2-asm-0.6.4.crate

@ -0,0 +1 @@
568ac78632bc715008101aa64aa0c0be7fc82ece SOURCES/sha2-asm-0.6.4.crate

@ -0,0 +1,3 @@
[package]
supported-arches = ["x86_64", "%{ix86}", "aarch64"]

Binary file not shown.

@ -1,14 +1,14 @@
## START: Set by rpmautospec ## START: Set by rpmautospec
## (rpmautospec version 0.3.5) ## (rpmautospec version 0.7.2)
## RPMAUTOSPEC: autorelease, autochangelog ## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: %define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1; release_number = 2;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1); print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -18,7 +18,7 @@
%global supported_arches x86_64 %{ix86} aarch64 %global supported_arches x86_64 %{ix86} aarch64
Name: rust-sha2-asm Name: rust-sha2-asm
Version: 0.6.3 Version: 0.6.4
Release: %autorelease Release: %autorelease
Summary: Assembly implementation of SHA-2 compression functions Summary: Assembly implementation of SHA-2 compression functions
@ -82,11 +82,22 @@ use the "default" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.6.3-1 * Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.6.4-2
- Rebuilt for MSVSphere 9.3 - Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue May 07 2024 Fabio Valentini <decathorpe@gmail.com> - 0.6.4-1
- Update to version 0.6.4; Fixes RHBZ#2279614
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Nov 09 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.3-1 * Thu Nov 09 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.3-1
- Update to version 0.6.3; Fixes RHBZ#2248904 - Update to version 0.6.3; Fixes RHBZ#2248904
* Fri Jul 21 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.2-1 * Fri Jul 21 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.2-1
- Initial import (#2223636) - Initial import (#2223636)
## END: Generated by rpmautospec

Loading…
Cancel
Save