From 749d9907be365ce6611d33910645291786caea52 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 18 Feb 2024 17:00:44 +0100 Subject: [PATCH] Update to version 3.10.0; Fixes RHBZ#2262852 --- .gitignore | 1 + rust-tempfile.spec | 2 +- sources | 2 +- tempfile-fix-metadata-auto.diff | 11 ++++------- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 95d430c..e7ed115 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /tempfile-3.8.0.crate /tempfile-3.8.1.crate /tempfile-3.9.0.crate +/tempfile-3.10.0.crate diff --git a/rust-tempfile.spec b/rust-tempfile.spec index d638602..0261892 100644 --- a/rust-tempfile.spec +++ b/rust-tempfile.spec @@ -5,7 +5,7 @@ %global crate tempfile Name: rust-tempfile -Version: 3.9.0 +Version: 3.10.0 Release: %autorelease Summary: Library for managing temporary files and directories diff --git a/sources b/sources index ee5d564..4d886c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tempfile-3.9.0.crate) = 04e06c966bfa7a1567e7185ebd5c2876b96e46e36af14931bf0eba63795cd20d1c3427b6709a4cab2a68b8d289fdabd5537a50e5407a76e3a9fa0dcc7d3ce6d7 +SHA512 (tempfile-3.10.0.crate) = 0f9bb6420105badfaf7e59f9679b53c6e3f875208ad8b08b9bf38cf67a1512742f1e3dc586136ec9cb760d127da6be69e9f9ed55f18722edf1af3a452e7d93fa diff --git a/tempfile-fix-metadata-auto.diff b/tempfile-fix-metadata-auto.diff index 25a7360..fa745b0 100644 --- a/tempfile-fix-metadata-auto.diff +++ b/tempfile-fix-metadata-auto.diff @@ -1,12 +1,9 @@ ---- 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.26" +--- tempfile-3.10.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ tempfile-3.10.0/Cargo.toml 2024-02-18T15:59:35.408321+00:00 +@@ -48,9 +48,3 @@ + version = "0.38.31" features = ["fs"] --[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] --version = "0.4" -- -[target."cfg(windows)".dependencies.windows-sys] -version = "0.52" -features = [