Update to version 3.5.0; Fixes RHBZ#2182586

epel10
Fabio Valentini 2 years ago
parent a5a40923fa
commit 6a25c9a3b0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/tempfile-3.2.0.crate /tempfile-3.2.0.crate
/tempfile-3.3.0.crate /tempfile-3.3.0.crate
/tempfile-3.4.0.crate /tempfile-3.4.0.crate
/tempfile-3.5.0.crate

@ -1,3 +0,0 @@
# rust-tempfile
The rust-tempfile package

@ -5,7 +5,7 @@
%global crate tempfile %global crate tempfile
Name: rust-tempfile Name: rust-tempfile
Version: 3.4.0 Version: 3.5.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.4.0.crate) = 4c7f8b517282f7db295d649d038f0dbd065397abbf9546ed2d9ad19a6eccbc2a189d4601a7a93299cb412e7aa1c2d5bb409f11fe94162889a715303779ee42fc SHA512 (tempfile-3.5.0.crate) = 8e8775a9727e32f6931b3289d2b8aefa5ede7b224ae2e1937da3aff371ef5f6078587f060eb36793e9779249992a97acc39c02c6095c41467929e39ada12c7db

@ -1,14 +1,14 @@
--- tempfile-3.4.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- tempfile-3.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tempfile-3.4.0/Cargo.toml 2023-02-27T11:39:26.079076+00:00 +++ tempfile-3.5.0/Cargo.toml 2023-04-04T14:10:10.898973+00:00
@@ -47,12 +47,3 @@ @@ -48,12 +48,3 @@
version = "0.36.0" version = "0.37.1"
features = ["fs"] features = ["fs"]
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.2.9" -version = "0.3"
- -
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.42" -version = "0.45"
-features = [ -features = [
- "Win32_Storage_FileSystem", - "Win32_Storage_FileSystem",
- "Win32_Foundation", - "Win32_Foundation",

Loading…
Cancel
Save