|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 3.2.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Library for managing temporary files and directories
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT OR Apache-2.0
|
|
|
|
@ -14,8 +14,9 @@ License: MIT or ASL 2.0
|
|
|
|
|
URL: https://crates.io/crates/tempfile
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
# * No Windows
|
|
|
|
|
# * No Redox
|
|
|
|
|
# * drop windows- and redox-specific dependencies
|
|
|
|
|
# * bump remove_dir_all from 0.5 to 0.7
|
|
|
|
|
# https://github.com/Stebalien/tempfile/pull/149
|
|
|
|
|
Patch0: tempfile-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
@ -75,6 +76,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed May 19 2021 Fabio Valentini <decathorpe@gmail.com> - 3.2.0-3
|
|
|
|
|
- Bump remove_dir_all to 0.7.
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|