Update to version 3.10.1; Fixes RHBZ#2266194

epel10
Fabio Valentini 11 months ago
parent 749d9907be
commit 26ece708d5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -17,3 +17,4 @@
/tempfile-3.8.1.crate
/tempfile-3.9.0.crate
/tempfile-3.10.0.crate
/tempfile-3.10.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate tempfile
Name: rust-tempfile
Version: 3.10.0
Version: 3.10.1
Release: %autorelease
Summary: Library for managing temporary files and directories

@ -1 +1 @@
SHA512 (tempfile-3.10.0.crate) = 0f9bb6420105badfaf7e59f9679b53c6e3f875208ad8b08b9bf38cf67a1512742f1e3dc586136ec9cb760d127da6be69e9f9ed55f18722edf1af3a452e7d93fa
SHA512 (tempfile-3.10.1.crate) = bac7515b85b0d01ea914b527f0fadd3a4d8e77c9eabe786977d2625d8a3e91decaec502dd15bab4d49a43597fa7cf7660fff4be1b043112d13b542a72443bf39

@ -1,5 +1,5 @@
--- tempfile-3.10.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tempfile-3.10.0/Cargo.toml 2024-02-18T15:59:35.408321+00:00
--- tempfile-3.10.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tempfile-3.10.1/Cargo.toml 2024-03-05T14:05:35.414805+00:00
@@ -48,9 +48,3 @@
version = "0.38.31"
features = ["fs"]

Loading…
Cancel
Save