From 86ebf059ceb22047dcb31aa777bcf6b872124321 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 17 Sep 2023 17:03:48 +0200 Subject: [PATCH] Update to version 3.8.0; Fixes RHBZ#2224425 --- .gitignore | 1 + rust-tempfile.spec | 3 ++- sources | 2 +- tempfile-fix-metadata-auto.diff | 8 ++++---- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index f28342d..9facc2c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /tempfile-3.4.0.crate /tempfile-3.5.0.crate /tempfile-3.6.0.crate +/tempfile-3.8.0.crate diff --git a/rust-tempfile.spec b/rust-tempfile.spec index a25b05d..4fe9b83 100644 --- a/rust-tempfile.spec +++ b/rust-tempfile.spec @@ -5,7 +5,7 @@ %global crate tempfile Name: rust-tempfile -Version: 3.6.0 +Version: 3.8.0 Release: %autorelease Summary: Library for managing temporary files and directories @@ -34,6 +34,7 @@ use the "%{crate}" crate. %files devel %license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/CHANGELOG.md %doc %{crate_instdir}/README.md %{crate_instdir}/ diff --git a/sources b/sources index 6188a06..23beb53 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tempfile-3.6.0.crate) = 69b0d8a5619201620245899849b807841e90c24aff08bf9ffac76469ee5f4d6fd3b4258d5903bd0261fa771df88cc83e869faff27a413188571258aba1a249cb +SHA512 (tempfile-3.8.0.crate) = 8bc8e954bc0c6af46cf6e77d70f93583baea39fce54b111f4bba51fe5d5e5c184753ae2a2ea68a882b6ba5a157a57aeffeecc3e3cae86d78d952f3aa025fdf7f diff --git a/tempfile-fix-metadata-auto.diff b/tempfile-fix-metadata-auto.diff index a421a98..5aaa6bc 100644 --- a/tempfile-fix-metadata-auto.diff +++ b/tempfile-fix-metadata-auto.diff @@ -1,7 +1,7 @@ ---- 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" +--- tempfile-3.8.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ tempfile-3.8.0/Cargo.toml 2023-09-17T14:55:19.845466+00:00 +@@ -48,12 +48,3 @@ + version = "0.38" features = ["fs"] -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]