Update to version 0.5.1; Fixes RHBZ#2238035

epel10
Fabio Valentini 1 year ago
parent 57dafbbe2a
commit 53e86ab1d7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/mktemp-0.4.0.crate
/mktemp-0.4.1.crate
/mktemp-0.5.0.crate
/mktemp-0.5.1.crate

@ -1,3 +0,0 @@
# rust-mktemp
The rust-mktemp package

@ -1,9 +1,9 @@
--- mktemp-0.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mktemp-0.5.0/Cargo.toml 2023-07-25T05:48:22.064555+00:00
@@ -27,5 +27,5 @@
--- mktemp-0.5.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mktemp-0.5.1/Cargo.toml 2023-09-19T12:36:57.412852+00:00
@@ -28,5 +28,5 @@
repository = "https://github.com/samgiles/rs-mktemp"
[dependencies.uuid]
-version = "~1.2"
-version = "~1.4"
+version = "1.4"
features = ["v4"]

@ -5,7 +5,7 @@
%global crate mktemp
Name: rust-mktemp
Version: 0.5.0
Version: 0.5.1
Release: %autorelease
Summary: Create temporary files and directories

@ -1 +1 @@
SHA512 (mktemp-0.5.0.crate) = dd36a11752fb43fa52b9d5d57682bd7ecde690f734d2acf660bbcb70073ccea213041fe5507c6b2e9d31bf137e63fc070097f8e24202168bb305793d7ab5bb9b
SHA512 (mktemp-0.5.1.crate) = 765fe443062ea6810e7b73415d63a2d722adf5f65c9a81ce69310d3cff714060420794045325aa8fa92c043459e870c652ec63b7781b0fea315071bb11666c0b

Loading…
Cancel
Save