From 05bf59ad33e1f83a84e3cbe489f800b6354135c3 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 19 Feb 2025 18:25:53 +0300 Subject: [PATCH] import rust-tempfile-3.17.1-1.el10 --- .gitignore | 2 +- .rust-tempfile.metadata | 2 +- SOURCES/tempfile-fix-metadata-auto.diff | 6 +++--- SPECS/rust-tempfile.spec | 8 +++++++- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index dc96bc9..f5c3935 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/tempfile-3.15.0.crate +SOURCES/tempfile-3.17.1.crate diff --git a/.rust-tempfile.metadata b/.rust-tempfile.metadata index 8753587..ff8754c 100644 --- a/.rust-tempfile.metadata +++ b/.rust-tempfile.metadata @@ -1 +1 @@ -17d99a90418ef0d0ea477be727449ca55173d116 SOURCES/tempfile-3.15.0.crate +5cf4d1d25cf817c092550d9c7dd2bae4cce24e65 SOURCES/tempfile-3.17.1.crate diff --git a/SOURCES/tempfile-fix-metadata-auto.diff b/SOURCES/tempfile-fix-metadata-auto.diff index ab10119..ba48784 100644 --- a/SOURCES/tempfile-fix-metadata-auto.diff +++ b/SOURCES/tempfile-fix-metadata-auto.diff @@ -1,11 +1,11 @@ ---- tempfile-3.15.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ tempfile-3.15.0/Cargo.toml 2025-01-04T20:10:48.567299+00:00 +--- tempfile-3.17.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ tempfile-3.17.1/Cargo.toml 2025-02-18T20:04:55.892400+00:00 @@ -89,9 +89,3 @@ optional = true default-features = false -[target."cfg(windows)".dependencies.windows-sys] --version = ">=0.52,<=0.59" +-version = ">=0.52,<0.60" -features = [ - "Win32_Storage_FileSystem", - "Win32_Foundation", diff --git a/SPECS/rust-tempfile.spec b/SPECS/rust-tempfile.spec index 070186b..1f9c091 100644 --- a/SPECS/rust-tempfile.spec +++ b/SPECS/rust-tempfile.spec @@ -15,7 +15,7 @@ %global crate tempfile Name: rust-tempfile -Version: 3.15.0 +Version: 3.17.1 Release: %autorelease Summary: Library for managing temporary files and directories @@ -104,6 +104,12 @@ use the "nightly" feature of the "%{crate}" crate. %changelog ## START: Generated by rpmautospec +* Tue Feb 18 2025 Fabio Valentini - 3.17.1-1 +- Update to version 3.17.1; Fixes RHBZ#2342668 + +* Sun Jan 19 2025 Fedora Release Engineering - 3.15.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jan 04 2025 Fabio Valentini - 3.15.0-1 - Update to version 3.15.0; Fixes RHBZ#2335343