diff --git a/.gitignore b/.gitignore index 124e62f..c5c6916 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /tempfile-3.11.0.crate /tempfile-3.12.0.crate /tempfile-3.13.0.crate +/tempfile-3.14.0.crate diff --git a/rust-tempfile.spec b/rust-tempfile.spec index 3189140..55446a3 100644 --- a/rust-tempfile.spec +++ b/rust-tempfile.spec @@ -5,7 +5,7 @@ %global crate tempfile Name: rust-tempfile -Version: 3.13.0 +Version: 3.14.0 Release: %autorelease Summary: Library for managing temporary files and directories diff --git a/sources b/sources index 6976705..b6d72ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tempfile-3.13.0.crate) = 68701bee80309cd8dfa96c237b2344f26bd03702d2fc2e1a253820c98654c85d802aee1e0fc856f6372159a92ecbf624f78c8146f34a0cf924f5b56284915f85 +SHA512 (tempfile-3.14.0.crate) = 98c1ab70eb3efd2d8b16ed58c8c83f8599663af7ef269304e908a04c38334f659a4d0b1647a13dc0d1eb90a293f1b37ec8ff0b9b45ef5b7ff1b4452bbfcdcb15 diff --git a/tempfile-fix-metadata-auto.diff b/tempfile-fix-metadata-auto.diff index e7d5bf0..5213bc9 100644 --- a/tempfile-fix-metadata-auto.diff +++ b/tempfile-fix-metadata-auto.diff @@ -1,11 +1,11 @@ ---- 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 +--- tempfile-3.14.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ tempfile-3.14.0/Cargo.toml 2024-11-13T21:35:32.388471+00:00 @@ -82,9 +82,3 @@ - version = "0.38.37" + version = "0.38.39" features = ["fs"] -[target."cfg(windows)".dependencies.windows-sys] --version = "0.59" +-version = ">=0.52,<=0.59" -features = [ - "Win32_Storage_FileSystem", - "Win32_Foundation",