Compare commits

..

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

1
.gitignore vendored

@ -1 +0,0 @@
/itertools-0.10.5.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 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -95,4 +105,8 @@ use the "use_std" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
%autochangelog * Sun Nov 19 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 0.10.5-1
- Rebuilt for MSVSphere 9.2
* Fri Jul 07 2023 Fabio Valentini <decathorpe@gmail.com> - 0.10.5-1
- Initial import (itertools 0.10 compat package)

@ -1 +0,0 @@
SHA512 (itertools-0.10.5.crate) = d03c3cfba9841776913bbb6daad0c8945830c155f32ae4b48872e0f937c75a443f0ac9a0355f43b359ff75232f38b15f4f6d446b4be30b00b4209cf66ef770c3
Loading…
Cancel
Save