import rust-tempfile-3.15.0-1.el10

i10ce changed/i10ce/rust-tempfile-3.15.0-1.el10
MSVSphere Packaging Team 1 month ago
parent 3c659cc07d
commit 08570bf43d
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/tempfile-3.14.0.crate
SOURCES/tempfile-3.15.0.crate

@ -1 +1 @@
f53590836f080ba7704758322d159811073ccae7 SOURCES/tempfile-3.14.0.crate
17d99a90418ef0d0ea477be727449ca55173d116 SOURCES/tempfile-3.15.0.crate

@ -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"

@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# 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
@ -60,6 +60,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
@ -91,10 +103,13 @@ use the "nightly" feature of the "%{crate}" crate.
%endif
%changelog
## START: Generated by rpmautospec
* Sat Jan 04 2025 Fabio Valentini <decathorpe@gmail.com> - 3.15.0-1
- Update to version 3.15.0; Fixes RHBZ#2335343
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.14.0-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Wed Nov 13 2024 Fabio Valentini <decathorpe@gmail.com> - 3.14.0-1
- Update to version 3.14.0; Fixes RHBZ#2324507

Loading…
Cancel
Save