Compare commits

..

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

2
.gitignore vendored

@ -1 +1 @@
/async-channel-1.9.0.crate
SOURCES/async-channel-1.9.0.crate

@ -0,0 +1 @@
fe4aa6d11c59ab1ca82fae773371bbeba49e093d SOURCES/async-channel-1.9.0.crate

@ -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 25
%bcond_without check
%global debug_package %{nil}
@ -67,4 +77,8 @@ use the "default" feature of the "%{crate}" crate.
%endif
%changelog
%autochangelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.9.0-1
- Rebuilt for MSVSphere 9.3
* Wed Jan 03 2024 Fabio Valentini <decathorpe@gmail.com> - 1.9.0-1
- Initial import (async-channel 1 compat package)

@ -1 +0,0 @@
SHA512 (async-channel-1.9.0.crate) = cc624b87dbf34e4be4e219a82b96036396b92042025eeed2362d91f414ca17884365470fca5014b02659be44b77f20530ca33236dc427f0a2fcff2704c46c3dc
Loading…
Cancel
Save