diff --git a/.gitignore b/.gitignore index e7ed115..2af3b9d 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /tempfile-3.8.1.crate /tempfile-3.9.0.crate /tempfile-3.10.0.crate +/tempfile-3.10.1.crate diff --git a/rust-tempfile.spec b/rust-tempfile.spec index 0261892..7d8e708 100644 --- a/rust-tempfile.spec +++ b/rust-tempfile.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 25 +# Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} %global crate tempfile Name: rust-tempfile -Version: 3.10.0 +Version: 3.10.1 Release: %autorelease Summary: Library for managing temporary files and directories diff --git a/sources b/sources index 4d886c4..13c1676 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tempfile-3.10.0.crate) = 0f9bb6420105badfaf7e59f9679b53c6e3f875208ad8b08b9bf38cf67a1512742f1e3dc586136ec9cb760d127da6be69e9f9ed55f18722edf1af3a452e7d93fa +SHA512 (tempfile-3.10.1.crate) = bac7515b85b0d01ea914b527f0fadd3a4d8e77c9eabe786977d2625d8a3e91decaec502dd15bab4d49a43597fa7cf7660fff4be1b043112d13b542a72443bf39 diff --git a/tempfile-fix-metadata-auto.diff b/tempfile-fix-metadata-auto.diff index fa745b0..35a9fe6 100644 --- a/tempfile-fix-metadata-auto.diff +++ b/tempfile-fix-metadata-auto.diff @@ -1,5 +1,5 @@ ---- 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 +--- tempfile-3.10.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ tempfile-3.10.1/Cargo.toml 2024-03-05T14:05:35.414805+00:00 @@ -48,9 +48,3 @@ version = "0.38.31" features = ["fs"]