Compare commits

..

17 Commits

Author SHA1 Message Date
Fabio Valentini 5fb874076e
Update to version 3.15.0; Fixes RHBZ#2335343
1 month ago
Fabio Valentini cd09e847c9
Update to version 3.14.0; Fixes RHBZ#2324507
3 months ago
Fabio Valentini 511b680427
Update to version 3.13.0; Fixes RHBZ#2315476
4 months ago
Fabio Valentini 6ea5196c36
Update to version 3.12.0; Fixes RHBZ#2303268
5 months ago
Fabio Valentini 9adbee6a80
Update to version 3.11.0; Fixes RHBZ#2302570
6 months ago
Fedora Release Engineering d4f643f614 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fabio Valentini 26ece708d5
Update to version 3.10.1; Fixes RHBZ#2266194
11 months ago
Fabio Valentini 749d9907be
Update to version 3.10.0; Fixes RHBZ#2262852
12 months ago
Fedora Release Engineering fd98900904 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini 8377de800c
Update to version 3.9.0; Fixes RHBZ#2256049
1 year ago
Fabio Valentini 54844a38c4
Update to version 3.8.1; Fixes RHBZ#2246452
1 year ago
Fabio Valentini f9bd75f628
Update to version 3.8.0; Fixes RHBZ#2224425
1 year ago
Fedora Release Engineering bdda86f2f2 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini ff71caebaf
Update to version 3.6.0; Fixes RHBZ#2212993
2 years ago
Fabio Valentini 6a25c9a3b0
Update to version 3.5.0; Fixes RHBZ#2182586
2 years ago
Fabio Valentini a5a40923fa
Update to version 3.4.0; Fixes RHBZ#2173322
2 years ago
Fedora Release Engineering 5ba2b741db Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

7
.gitignore vendored

@ -16,3 +16,10 @@
/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 25 # 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.9.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.9.0.crate) = 04e06c966bfa7a1567e7185ebd5c2876b96e46e36af14931bf0eba63795cd20d1c3427b6709a4cab2a68b8d289fdabd5537a50e5407a76e3a9fa0dcc7d3ce6d7 SHA512 (tempfile-3.15.0.crate) = 82636d50a29e1ea8cc61e80dc1fa28ea4cfaeb6175e5bf0558d6cd6f8da823f50a808a555ec17fc8601acfd0f504e15688fe95f64e8792feeb216bf27678807d

@ -1,14 +1,11 @@
--- tempfile-3.9.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.9.0/Cargo.toml 2023-12-31T16:56:15.335765+00:00 +++ tempfile-3.15.0/Cargo.toml 2025-01-04T20:10:48.567299+00:00
@@ -48,12 +48,3 @@ @@ -89,9 +89,3 @@
version = "0.38.26" optional = true
features = ["fs"] default-features = false
-[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" -version = ">=0.52,<=0.59"
-features = [ -features = [
- "Win32_Storage_FileSystem", - "Win32_Storage_FileSystem",
- "Win32_Foundation", - "Win32_Foundation",

Loading…
Cancel
Save