import rust-tempfile-3.9.0-1.el9

i9ce changed/i9ce/rust-tempfile-3.9.0-1.el9
MSVSphere Packaging Team 1 year ago
parent b36cfc4164
commit 5fdf53aa97

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/tempfile-3.9.0.crate

@ -0,0 +1 @@
5d9bfcb91451b1967906b881d0acceeca3e79cfc SOURCES/tempfile-3.9.0.crate

Binary file not shown.

@ -1,14 +1,14 @@
--- tempfile-3.8.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tempfile-3.8.0/Cargo.toml 2023-09-17T14:55:19.845466+00:00
--- tempfile-3.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tempfile-3.9.0/Cargo.toml 2023-12-31T16:56:15.335765+00:00
@@ -48,12 +48,3 @@
version = "0.38"
version = "0.38.26"
features = ["fs"]
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.3"
-version = "0.4"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48"
-version = "0.52"
-features = [
- "Win32_Storage_FileSystem",
- "Win32_Foundation",

@ -8,24 +8,24 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate tempfile
Name: rust-tempfile
Version: 3.8.0
Version: 3.9.0
Release: %autorelease
Summary: Library for managing temporary files and directories
License: MIT OR Apache-2.0
URL: https://crates.io/crates/tempfile
Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
# Automatically generated patch to strip dependencies and normalize metadata
Patch: tempfile-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A library for managing temporary files and directories.}
@ -73,7 +73,7 @@ use the "nightly" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -91,6 +91,12 @@ use the "nightly" feature of the "%{crate}" crate.
%endif
%changelog
* Sun Dec 31 2023 Fabio Valentini <decathorpe@gmail.com> - 3.9.0-1
- Update to version 3.9.0; Fixes RHBZ#2256049
* Sat Nov 25 2023 Fabio Valentini <decathorpe@gmail.com> - 3.8.1-1
- Update to version 3.8.1; Fixes RHBZ#2246452
* Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.8.0-1
- Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save