Update to 3.0.9

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent ddc18402b2
commit 2b0e7e2077
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -6,3 +6,4 @@
/tempfile-3.0.6.crate
/tempfile-3.0.7.crate
/tempfile-3.0.8.crate
/tempfile-3.0.9.crate

@ -5,8 +5,8 @@
%global crate tempfile
Name: rust-%{crate}
Version: 3.0.8
Release: 3%{?dist}
Version: 3.0.9
Release: 1%{?dist}
Summary: Library for managing temporary files and directories
# Upstream license specification: MIT/Apache-2.0
@ -75,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 30 11:50:43 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.9-1
- Update to 3.0.9
* Thu Jun 20 00:15:25 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.8-3
- Regenerate

@ -1 +1 @@
SHA512 (tempfile-3.0.8.crate) = 88f5bb3ac88b192b9f106d5902ac7563114b901df8c36cbb7f2eb7dccd631e19093cd1ec6aa82e4b833f35ab265072e81f3205773654c263555bee22a78abc00
SHA512 (tempfile-3.0.9.crate) = cfa86da936f09ec3b563f27e7edadaec142587e2ecb060d84971338c7149063b855370ee78aa6c8d8ff8ab0445edae64edb480022d9de825ff532031f30c0815

@ -1,5 +1,5 @@
--- tempfile-3.0.7/Cargo.toml 1970-01-01T01:00:00+01:00
+++ tempfile-3.0.7/Cargo.toml 2019-02-17T20:50:48.329556+01:00
--- tempfile-3.0.9/Cargo.toml 1970-01-01T00:00:00+00:00
+++ tempfile-3.0.9/Cargo.toml 2019-06-30T09:50:43.614361+00:00
@@ -29,10 +29,5 @@
[dependencies.remove_dir_all]

Loading…
Cancel
Save