From 8d1f34095535a3f273c0bf9fe92b950b2e1d4235 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 10 Apr 2023 21:08:22 +0200 Subject: [PATCH] Update to version 3.5.0; Fixes RHBZ#2182586 --- .gitignore | 1 + README.md | 3 --- rust-tempfile.spec | 2 +- sources | 2 +- tempfile-fix-metadata-auto.diff | 12 ++++++------ 5 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 README.md diff --git a/.gitignore b/.gitignore index 7aa5786..81fcb1e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /tempfile-3.2.0.crate /tempfile-3.3.0.crate /tempfile-3.4.0.crate +/tempfile-3.5.0.crate diff --git a/README.md b/README.md deleted file mode 100644 index fe51e52..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-tempfile - -The rust-tempfile package \ No newline at end of file diff --git a/rust-tempfile.spec b/rust-tempfile.spec index 7e8a4fb..2a65239 100644 --- a/rust-tempfile.spec +++ b/rust-tempfile.spec @@ -5,7 +5,7 @@ %global crate tempfile Name: rust-tempfile -Version: 3.4.0 +Version: 3.5.0 Release: %autorelease Summary: Library for managing temporary files and directories diff --git a/sources b/sources index fcf8e85..2d1b265 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tempfile-3.4.0.crate) = 4c7f8b517282f7db295d649d038f0dbd065397abbf9546ed2d9ad19a6eccbc2a189d4601a7a93299cb412e7aa1c2d5bb409f11fe94162889a715303779ee42fc +SHA512 (tempfile-3.5.0.crate) = 8e8775a9727e32f6931b3289d2b8aefa5ede7b224ae2e1937da3aff371ef5f6078587f060eb36793e9779249992a97acc39c02c6095c41467929e39ada12c7db diff --git a/tempfile-fix-metadata-auto.diff b/tempfile-fix-metadata-auto.diff index 6a2320b..a47e91e 100644 --- a/tempfile-fix-metadata-auto.diff +++ b/tempfile-fix-metadata-auto.diff @@ -1,14 +1,14 @@ ---- tempfile-3.4.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ tempfile-3.4.0/Cargo.toml 2023-02-27T11:39:26.079076+00:00 -@@ -47,12 +47,3 @@ - version = "0.36.0" +--- 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" features = ["fs"] -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] --version = "0.2.9" +-version = "0.3" - -[target."cfg(windows)".dependencies.windows-sys] --version = "0.42" +-version = "0.45" -features = [ - "Win32_Storage_FileSystem", - "Win32_Foundation",