Compare commits

..

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

1
.gitignore vendored

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

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

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

Binary file not shown.

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

Loading…
Cancel
Save