Compare commits

..

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

1
.gitignore vendored

@ -1 +0,0 @@
/remove_dir_all-0.7.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 # Generated by rust2rpm 25
# * tests seem to be broken with Rust 1.55+ # * tests seem to be broken with Rust 1.55+
%bcond_with check %bcond_with check
@ -70,4 +80,8 @@ use the "default" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
%autochangelog * Wed Jan 10 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.7.0-1
- Rebuilt for MSVSphere 9.3
* Thu Nov 09 2023 Fabio Valentini <decathorpe@gmail.com> - 0.7.0-1
- Initial import (remove_dir_all 0.7 compat package)

@ -1,3 +0,0 @@
[package]
summary = "Safe, reliable implementation of remove_dir_all"

@ -1 +0,0 @@
SHA512 (remove_dir_all-0.7.0.crate) = a4a426e7f3e9f4d3925809e22ebb61d06be04703ecabbc07aae80894458f29a146bc6aa6540ab4ac96c74a160a5520ea079ebb6ac6cca489ba036ece6678339c
Loading…
Cancel
Save