diff --git a/.gitignore b/.gitignore index c5c6916..1fb314a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /tempfile-3.12.0.crate /tempfile-3.13.0.crate /tempfile-3.14.0.crate +/tempfile-3.15.0.crate diff --git a/rust-tempfile.spec b/rust-tempfile.spec index 55446a3..b4d8709 100644 --- a/rust-tempfile.spec +++ b/rust-tempfile.spec @@ -1,11 +1,11 @@ -# 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 @@ -50,6 +50,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 diff --git a/sources b/sources index b6d72ac..bb17a5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tempfile-3.14.0.crate) = 98c1ab70eb3efd2d8b16ed58c8c83f8599663af7ef269304e908a04c38334f659a4d0b1647a13dc0d1eb90a293f1b37ec8ff0b9b45ef5b7ff1b4452bbfcdcb15 +SHA512 (tempfile-3.15.0.crate) = 82636d50a29e1ea8cc61e80dc1fa28ea4cfaeb6175e5bf0558d6cd6f8da823f50a808a555ec17fc8601acfd0f504e15688fe95f64e8792feeb216bf27678807d diff --git a/tempfile-fix-metadata-auto.diff b/tempfile-fix-metadata-auto.diff index 5213bc9..ab10119 100644 --- a/tempfile-fix-metadata-auto.diff +++ b/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"