Update to version 3.15.0; Fixes RHBZ#2335343

epel10 imports/epel10/rust-tempfile-3.15.0-1.el10
Fabio Valentini 1 month ago
parent cd09e847c9
commit 5fb874076e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -22,3 +22,4 @@
/tempfile-3.12.0.crate /tempfile-3.12.0.crate
/tempfile-3.13.0.crate /tempfile-3.13.0.crate
/tempfile-3.14.0.crate /tempfile-3.14.0.crate
/tempfile-3.15.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate tempfile %global crate tempfile
Name: rust-tempfile Name: rust-tempfile
Version: 3.14.0 Version: 3.15.0
Release: %autorelease Release: %autorelease
Summary: Library for managing temporary files and directories 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 %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %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 %package -n %{name}+nightly-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (tempfile-3.14.0.crate) = 98c1ab70eb3efd2d8b16ed58c8c83f8599663af7ef269304e908a04c38334f659a4d0b1647a13dc0d1eb90a293f1b37ec8ff0b9b45ef5b7ff1b4452bbfcdcb15 SHA512 (tempfile-3.15.0.crate) = 82636d50a29e1ea8cc61e80dc1fa28ea4cfaeb6175e5bf0558d6cd6f8da823f50a808a555ec17fc8601acfd0f504e15688fe95f64e8792feeb216bf27678807d

@ -1,8 +1,8 @@
--- tempfile-3.14.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- tempfile-3.15.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tempfile-3.14.0/Cargo.toml 2024-11-13T21:35:32.388471+00:00 +++ tempfile-3.15.0/Cargo.toml 2025-01-04T20:10:48.567299+00:00
@@ -82,9 +82,3 @@ @@ -89,9 +89,3 @@
version = "0.38.39" optional = true
features = ["fs"] default-features = false
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = ">=0.52,<=0.59" -version = ">=0.52,<=0.59"

Loading…
Cancel
Save