Compare commits

..

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

2
.gitignore vendored

@ -1 +1 @@
/strip-ansi-escapes-0.1.1.crate SOURCES/strip-ansi-escapes-0.1.1.crate

@ -0,0 +1 @@
253bd07136d2c33dc1cf7d476ceb4f74a1ec0f3d SOURCES/strip-ansi-escapes-0.1.1.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 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -70,4 +80,8 @@ use the "default" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
%autochangelog * Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1.1-1
- Rebuilt for MSVSphere 9.3
* Sat Oct 14 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.1-1
- Initial import (strip-ansi-escapes 0.1 compat package)

@ -1 +0,0 @@
SHA512 (strip-ansi-escapes-0.1.1.crate) = ebcddc0af68f7263726d8f9dc3825819ea75389bc6f97f97f0238b17a06e0596f1562ddcf065178940e4f1963bf7a2b99eb02ec124f9f633b2fab1b443bb5717
Loading…
Cancel
Save