diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f54f03 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/tempfile-3.9.0.crate diff --git a/.rust-tempfile.metadata b/.rust-tempfile.metadata index e69de29..b031b3e 100644 --- a/.rust-tempfile.metadata +++ b/.rust-tempfile.metadata @@ -0,0 +1 @@ +5d9bfcb91451b1967906b881d0acceeca3e79cfc SOURCES/tempfile-3.9.0.crate diff --git a/SOURCES/tempfile-3.8.0.crate b/SOURCES/tempfile-3.8.0.crate deleted file mode 100644 index 4ea2897..0000000 Binary files a/SOURCES/tempfile-3.8.0.crate and /dev/null differ diff --git a/SOURCES/tempfile-fix-metadata-auto.diff b/SOURCES/tempfile-fix-metadata-auto.diff index 5aaa6bc..25a7360 100644 --- a/SOURCES/tempfile-fix-metadata-auto.diff +++ b/SOURCES/tempfile-fix-metadata-auto.diff @@ -1,14 +1,14 @@ ---- tempfile-3.8.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ tempfile-3.8.0/Cargo.toml 2023-09-17T14:55:19.845466+00:00 +--- tempfile-3.9.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ tempfile-3.9.0/Cargo.toml 2023-12-31T16:56:15.335765+00:00 @@ -48,12 +48,3 @@ - version = "0.38" + version = "0.38.26" features = ["fs"] -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] --version = "0.3" +-version = "0.4" - -[target."cfg(windows)".dependencies.windows-sys] --version = "0.48" +-version = "0.52" -features = [ - "Win32_Storage_FileSystem", - "Win32_Foundation", diff --git a/SPECS/rust-tempfile.spec b/SPECS/rust-tempfile.spec index 5ab7297..48f9d1e 100644 --- a/SPECS/rust-tempfile.spec +++ b/SPECS/rust-tempfile.spec @@ -8,24 +8,24 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 24 +# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate tempfile Name: rust-tempfile -Version: 3.8.0 +Version: 3.9.0 Release: %autorelease Summary: Library for managing temporary files and directories License: MIT OR Apache-2.0 URL: https://crates.io/crates/tempfile Source: %{crates_source} -# Automatically generated patch to strip foreign dependencies +# Automatically generated patch to strip dependencies and normalize metadata Patch: tempfile-fix-metadata-auto.diff -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A library for managing temporary files and directories.} @@ -73,7 +73,7 @@ use the "nightly" feature of the "%{crate}" crate. %ghost %{crate_instdir}/Cargo.toml %prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 +%autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires @@ -91,6 +91,12 @@ use the "nightly" feature of the "%{crate}" crate. %endif %changelog +* Sun Dec 31 2023 Fabio Valentini - 3.9.0-1 +- Update to version 3.9.0; Fixes RHBZ#2256049 + +* Sat Nov 25 2023 Fabio Valentini - 3.8.1-1 +- Update to version 3.8.1; Fixes RHBZ#2246452 + * Mon Nov 20 2023 Arkady L. Shane - 3.8.0-1 - Rebuilt for MSVSphere 9.2