Compare commits

..

8 Commits

Author SHA1 Message Date
Fabio Valentini bebe6821c6
Update to version 3.9.0; Fixes RHBZ#2256049
1 year ago
Fabio Valentini b24e2ec724
Update to version 3.8.1; Fixes RHBZ#2246452
1 year ago
Fabio Valentini 86ebf059ce
Update to version 3.8.0; Fixes RHBZ#2224425
1 year ago
Fabio Valentini f2b2077021
Update to version 3.6.0; Fixes RHBZ#2212993
2 years ago
Fabio Valentini 8d1f340955
Update to version 3.5.0; Fixes RHBZ#2182586
2 years ago
Fabio Valentini 3c03d563ec
Update to version 3.4.0; Fixes RHBZ#2173322
2 years ago
Fabio Valentini dc0d6bee7f
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 84ccff4ef3
Rebuild
3 years ago

7
.gitignore vendored

@ -16,10 +16,3 @@
/tempfile-3.8.0.crate /tempfile-3.8.0.crate
/tempfile-3.8.1.crate /tempfile-3.8.1.crate
/tempfile-3.9.0.crate /tempfile-3.9.0.crate
/tempfile-3.10.0.crate
/tempfile-3.10.1.crate
/tempfile-3.11.0.crate
/tempfile-3.12.0.crate
/tempfile-3.13.0.crate
/tempfile-3.14.0.crate
/tempfile-3.15.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 27 # Generated by rust2rpm 25
%bcond check 1 %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate tempfile %global crate tempfile
Name: rust-tempfile Name: rust-tempfile
Version: 3.15.0 Version: 3.9.0
Release: %autorelease Release: %autorelease
Summary: Library for managing temporary files and directories Summary: Library for managing temporary files and directories
@ -50,18 +50,6 @@ 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.15.0.crate) = 82636d50a29e1ea8cc61e80dc1fa28ea4cfaeb6175e5bf0558d6cd6f8da823f50a808a555ec17fc8601acfd0f504e15688fe95f64e8792feeb216bf27678807d SHA512 (tempfile-3.9.0.crate) = 04e06c966bfa7a1567e7185ebd5c2876b96e46e36af14931bf0eba63795cd20d1c3427b6709a4cab2a68b8d289fdabd5537a50e5407a76e3a9fa0dcc7d3ce6d7

@ -1,11 +1,14 @@
--- tempfile-3.15.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- tempfile-3.9.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.9.0/Cargo.toml 2023-12-31T16:56:15.335765+00:00
@@ -89,9 +89,3 @@ @@ -48,12 +48,3 @@
optional = true version = "0.38.26"
default-features = false features = ["fs"]
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.4"
-
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = ">=0.52,<=0.59" -version = "0.52"
-features = [ -features = [
- "Win32_Storage_FileSystem", - "Win32_Storage_FileSystem",
- "Win32_Foundation", - "Win32_Foundation",

Loading…
Cancel
Save