From 511b68042733b5fb55584de825460d107188fc24 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 4 Oct 2024 19:32:27 +0200 Subject: [PATCH] Update to version 3.13.0; Fixes RHBZ#2315476 --- .gitignore | 1 + rust-tempfile.spec | 2 +- sources | 2 +- tempfile-fix-metadata-auto.diff | 6 +++--- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ef3fc14..124e62f 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /tempfile-3.10.1.crate /tempfile-3.11.0.crate /tempfile-3.12.0.crate +/tempfile-3.13.0.crate diff --git a/rust-tempfile.spec b/rust-tempfile.spec index a14f647..3189140 100644 --- a/rust-tempfile.spec +++ b/rust-tempfile.spec @@ -5,7 +5,7 @@ %global crate tempfile Name: rust-tempfile -Version: 3.12.0 +Version: 3.13.0 Release: %autorelease Summary: Library for managing temporary files and directories diff --git a/sources b/sources index 99efcc0..6976705 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tempfile-3.12.0.crate) = 1a27513548060984be894e6f8fc215831e4b2054b2244c6188bee76c477c001f294c762f2f4a14488c58c04e5d1473806d589c7bba1eaa2cc02d97656709be66 +SHA512 (tempfile-3.13.0.crate) = 68701bee80309cd8dfa96c237b2344f26bd03702d2fc2e1a253820c98654c85d802aee1e0fc856f6372159a92ecbf624f78c8146f34a0cf924f5b56284915f85 diff --git a/tempfile-fix-metadata-auto.diff b/tempfile-fix-metadata-auto.diff index e124650..e7d5bf0 100644 --- a/tempfile-fix-metadata-auto.diff +++ b/tempfile-fix-metadata-auto.diff @@ -1,7 +1,7 @@ ---- tempfile-3.12.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ tempfile-3.12.0/Cargo.toml 2024-09-17T21:45:46.112859+00:00 +--- tempfile-3.13.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ tempfile-3.13.0/Cargo.toml 2024-10-04T17:31:08.454235+00:00 @@ -82,9 +82,3 @@ - version = "0.38.31" + version = "0.38.37" features = ["fs"] -[target."cfg(windows)".dependencies.windows-sys]