Update to version 3.12.0; Fixes RHBZ#2303268

epel10
Fabio Valentini 5 months ago
parent 9adbee6a80
commit 6ea5196c36
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -19,3 +19,4 @@
/tempfile-3.10.0.crate /tempfile-3.10.0.crate
/tempfile-3.10.1.crate /tempfile-3.10.1.crate
/tempfile-3.11.0.crate /tempfile-3.11.0.crate
/tempfile-3.12.0.crate

@ -5,7 +5,7 @@
%global crate tempfile %global crate tempfile
Name: rust-tempfile Name: rust-tempfile
Version: 3.11.0 Version: 3.12.0
Release: %autorelease Release: %autorelease
Summary: Library for managing temporary files and directories Summary: Library for managing temporary files and directories

@ -1 +1 @@
SHA512 (tempfile-3.11.0.crate) = 47d4c48c4f90d116a2f7d5ebf29ea623fb0a0fbfb1192aaaa53a83218ac910b6c836d6d4d8233b07d06e14de70fbf30d243152b7ac22a03d180905c53b6ad9e6 SHA512 (tempfile-3.12.0.crate) = 1a27513548060984be894e6f8fc215831e4b2054b2244c6188bee76c477c001f294c762f2f4a14488c58c04e5d1473806d589c7bba1eaa2cc02d97656709be66

@ -1,11 +1,11 @@
--- tempfile-3.11.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- tempfile-3.12.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tempfile-3.11.0/Cargo.toml 2024-08-03T13:40:26.497890+00:00 +++ tempfile-3.12.0/Cargo.toml 2024-09-17T21:45:46.112859+00:00
@@ -82,9 +82,3 @@ @@ -82,9 +82,3 @@
version = "0.38.31" version = "0.38.31"
features = ["fs"] features = ["fs"]
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52" -version = "0.59"
-features = [ -features = [
- "Win32_Storage_FileSystem", - "Win32_Storage_FileSystem",
- "Win32_Foundation", - "Win32_Foundation",

Loading…
Cancel
Save