Update to version 3.8.0; Fixes RHBZ#2224425

epel9
Fabio Valentini 1 year ago
parent f2b2077021
commit 86ebf059ce
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/tempfile-3.4.0.crate
/tempfile-3.5.0.crate
/tempfile-3.6.0.crate
/tempfile-3.8.0.crate

@ -5,7 +5,7 @@
%global crate tempfile
Name: rust-tempfile
Version: 3.6.0
Version: 3.8.0
Release: %autorelease
Summary: Library for managing temporary files and directories
@ -34,6 +34,7 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/

@ -1 +1 @@
SHA512 (tempfile-3.6.0.crate) = 69b0d8a5619201620245899849b807841e90c24aff08bf9ffac76469ee5f4d6fd3b4258d5903bd0261fa771df88cc83e869faff27a413188571258aba1a249cb
SHA512 (tempfile-3.8.0.crate) = 8bc8e954bc0c6af46cf6e77d70f93583baea39fce54b111f4bba51fe5d5e5c184753ae2a2ea68a882b6ba5a157a57aeffeecc3e3cae86d78d952f3aa025fdf7f

@ -1,7 +1,7 @@
--- tempfile-3.6.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tempfile-3.6.0/Cargo.toml 2023-06-07T15:59:17.718492+00:00
@@ -51,12 +51,3 @@
version = "0.37.11"
--- tempfile-3.8.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tempfile-3.8.0/Cargo.toml 2023-09-17T14:55:19.845466+00:00
@@ -48,12 +48,3 @@
version = "0.38"
features = ["fs"]
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]

Loading…
Cancel
Save