From bebe6821c6b96fa9b200aae8d132d8bd981f1991 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 31 Dec 2023 18:05:27 +0100 Subject: [PATCH] Update to version 3.9.0; Fixes RHBZ#2256049 --- .gitignore | 1 + rust-tempfile.spec | 2 +- sources | 2 +- tempfile-fix-metadata-auto.diff | 8 ++++---- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 5e32454..95d430c 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /tempfile-3.6.0.crate /tempfile-3.8.0.crate /tempfile-3.8.1.crate +/tempfile-3.9.0.crate diff --git a/rust-tempfile.spec b/rust-tempfile.spec index ecafc68..d638602 100644 --- a/rust-tempfile.spec +++ b/rust-tempfile.spec @@ -5,7 +5,7 @@ %global crate tempfile Name: rust-tempfile -Version: 3.8.1 +Version: 3.9.0 Release: %autorelease Summary: Library for managing temporary files and directories diff --git a/sources b/sources index 1b1ad95..ee5d564 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tempfile-3.8.1.crate) = b257bfb70793575d59ec4cf4b7492aff83dafb68b367a48594211f476a3b1d4800b69bddc405d8749d8b320c30cbe71be1261a60b4bbc862663b37a6c7d97a3a +SHA512 (tempfile-3.9.0.crate) = 04e06c966bfa7a1567e7185ebd5c2876b96e46e36af14931bf0eba63795cd20d1c3427b6709a4cab2a68b8d289fdabd5537a50e5407a76e3a9fa0dcc7d3ce6d7 diff --git a/tempfile-fix-metadata-auto.diff b/tempfile-fix-metadata-auto.diff index 0354955..25a7360 100644 --- a/tempfile-fix-metadata-auto.diff +++ b/tempfile-fix-metadata-auto.diff @@ -1,14 +1,14 @@ ---- tempfile-3.8.1/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ tempfile-3.8.1/Cargo.toml 2023-11-25T11:46:11.625381+00:00 +--- tempfile-3.9.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ tempfile-3.9.0/Cargo.toml 2023-12-31T16:56:15.335765+00:00 @@ -48,12 +48,3 @@ - version = "0.38.21" + version = "0.38.26" features = ["fs"] -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] -version = "0.4" - -[target."cfg(windows)".dependencies.windows-sys] --version = "0.48" +-version = "0.52" -features = [ - "Win32_Storage_FileSystem", - "Win32_Foundation",