Compare commits

..

No commits in common. 'epel9' and 'i9' have entirely different histories.
epel9 ... i9

1
.gitignore vendored

@ -1 +0,0 @@
/maybe-rayon-0.1.1.crate

Binary file not shown.

@ -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 = 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 24
%bcond_without check
%global debug_package %{nil}
@ -89,4 +99,8 @@ use the "threads" feature of the "%{crate}" crate.
%endif
%changelog
%autochangelog
* Fri Oct 13 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1.1-1
- Rebuilt for MSVSphere 9.2
* Wed Jun 28 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.1-1
- Initial import (#2217973)

@ -1 +0,0 @@
SHA512 (maybe-rayon-0.1.1.crate) = 6f4e0e2a342fc86b5d0626a08779075c68911ffd3f837ac6ab2c15c821ba96e50617cfc9df9d16bf96ae57fa1802c5549e21d67f79e4e1c3f10bce04b88115e9
Loading…
Cancel
Save