diff --git a/.gitignore b/.gitignore index 7ec3321..dc96bc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/tempfile-3.14.0.crate +SOURCES/tempfile-3.15.0.crate diff --git a/.rust-tempfile.metadata b/.rust-tempfile.metadata index d7fad02..8753587 100644 --- a/.rust-tempfile.metadata +++ b/.rust-tempfile.metadata @@ -1 +1 @@ -f53590836f080ba7704758322d159811073ccae7 SOURCES/tempfile-3.14.0.crate +17d99a90418ef0d0ea477be727449ca55173d116 SOURCES/tempfile-3.15.0.crate diff --git a/SOURCES/tempfile-fix-metadata-auto.diff b/SOURCES/tempfile-fix-metadata-auto.diff index 5213bc9..ab10119 100644 --- a/SOURCES/tempfile-fix-metadata-auto.diff +++ b/SOURCES/tempfile-fix-metadata-auto.diff @@ -1,8 +1,8 @@ ---- 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.39" - features = ["fs"] +--- 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 +@@ -89,9 +89,3 @@ + optional = true + default-features = false -[target."cfg(windows)".dependencies.windows-sys] -version = ">=0.52,<=0.59" diff --git a/SPECS/rust-tempfile.spec b/SPECS/rust-tempfile.spec index d7f603a..070186b 100644 --- a/SPECS/rust-tempfile.spec +++ b/SPECS/rust-tempfile.spec @@ -8,14 +8,14 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 26 -%bcond_without check +# Generated by rust2rpm 27 +%bcond check 1 %global debug_package %{nil} %global crate tempfile Name: rust-tempfile -Version: 3.14.0 +Version: 3.15.0 Release: %autorelease Summary: Library for managing temporary files and directories @@ -60,6 +60,18 @@ use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{crate_instdir}/Cargo.toml +%package -n %{name}+getrandom-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+getrandom-devel %{_description} + +This package contains library source intended for building other packages which +use the "getrandom" feature of the "%{crate}" crate. + +%files -n %{name}+getrandom-devel +%ghost %{crate_instdir}/Cargo.toml + %package -n %{name}+nightly-devel Summary: %{summary} BuildArch: noarch @@ -91,10 +103,13 @@ use the "nightly" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Sat Jan 04 2025 Fabio Valentini - 3.15.0-1 +- Update to version 3.15.0; Fixes RHBZ#2335343 + * Fri Dec 20 2024 MSVSphere Packaging Team - 3.14.0-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Wed Nov 13 2024 Fabio Valentini - 3.14.0-1 - Update to version 3.14.0; Fixes RHBZ#2324507