Update to version 3.10.0; Fixes RHBZ#2262852

epel10
Fabio Valentini 12 months ago
parent fd98900904
commit 749d9907be
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/tempfile-3.8.0.crate /tempfile-3.8.0.crate
/tempfile-3.8.1.crate /tempfile-3.8.1.crate
/tempfile-3.9.0.crate /tempfile-3.9.0.crate
/tempfile-3.10.0.crate

@ -5,7 +5,7 @@
%global crate tempfile %global crate tempfile
Name: rust-tempfile Name: rust-tempfile
Version: 3.9.0 Version: 3.10.0
Release: %autorelease Release: %autorelease
Summary: Library for managing temporary files and directories Summary: Library for managing temporary files and directories

@ -1 +1 @@
SHA512 (tempfile-3.9.0.crate) = 04e06c966bfa7a1567e7185ebd5c2876b96e46e36af14931bf0eba63795cd20d1c3427b6709a4cab2a68b8d289fdabd5537a50e5407a76e3a9fa0dcc7d3ce6d7 SHA512 (tempfile-3.10.0.crate) = 0f9bb6420105badfaf7e59f9679b53c6e3f875208ad8b08b9bf38cf67a1512742f1e3dc586136ec9cb760d127da6be69e9f9ed55f18722edf1af3a452e7d93fa

@ -1,12 +1,9 @@
--- tempfile-3.9.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- tempfile-3.10.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tempfile-3.9.0/Cargo.toml 2023-12-31T16:56:15.335765+00:00 +++ tempfile-3.10.0/Cargo.toml 2024-02-18T15:59:35.408321+00:00
@@ -48,12 +48,3 @@ @@ -48,9 +48,3 @@
version = "0.38.26" version = "0.38.31"
features = ["fs"] features = ["fs"]
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.4"
-
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52" -version = "0.52"
-features = [ -features = [

Loading…
Cancel
Save