From ff71caebaf0e5e94d98f30d09e6de768fc087110 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 7 Jun 2023 18:00:28 +0200 Subject: [PATCH] Update to version 3.6.0; Fixes RHBZ#2212993 --- .gitignore | 1 + rust-tempfile.spec | 2 +- sources | 2 +- tempfile-fix-metadata-auto.diff | 10 +++++----- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 81fcb1e..f28342d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /tempfile-3.3.0.crate /tempfile-3.4.0.crate /tempfile-3.5.0.crate +/tempfile-3.6.0.crate diff --git a/rust-tempfile.spec b/rust-tempfile.spec index 2a65239..a25b05d 100644 --- a/rust-tempfile.spec +++ b/rust-tempfile.spec @@ -5,7 +5,7 @@ %global crate tempfile Name: rust-tempfile -Version: 3.5.0 +Version: 3.6.0 Release: %autorelease Summary: Library for managing temporary files and directories diff --git a/sources b/sources index 2d1b265..6188a06 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tempfile-3.5.0.crate) = 8e8775a9727e32f6931b3289d2b8aefa5ede7b224ae2e1937da3aff371ef5f6078587f060eb36793e9779249992a97acc39c02c6095c41467929e39ada12c7db +SHA512 (tempfile-3.6.0.crate) = 69b0d8a5619201620245899849b807841e90c24aff08bf9ffac76469ee5f4d6fd3b4258d5903bd0261fa771df88cc83e869faff27a413188571258aba1a249cb diff --git a/tempfile-fix-metadata-auto.diff b/tempfile-fix-metadata-auto.diff index a47e91e..a421a98 100644 --- a/tempfile-fix-metadata-auto.diff +++ b/tempfile-fix-metadata-auto.diff @@ -1,14 +1,14 @@ ---- tempfile-3.5.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ tempfile-3.5.0/Cargo.toml 2023-04-04T14:10:10.898973+00:00 -@@ -48,12 +48,3 @@ - version = "0.37.1" +--- 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" features = ["fs"] -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] -version = "0.3" - -[target."cfg(windows)".dependencies.windows-sys] --version = "0.45" +-version = "0.48" -features = [ - "Win32_Storage_FileSystem", - "Win32_Foundation",