Update to 3.1.0

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

1
.gitignore vendored

@ -7,3 +7,4 @@
/tempfile-3.0.7.crate
/tempfile-3.0.8.crate
/tempfile-3.0.9.crate
/tempfile-3.1.0.crate

@ -5,11 +5,11 @@
%global crate tempfile
Name: rust-%{crate}
Version: 3.0.9
Version: 3.1.0
Release: 1%{?dist}
Summary: Library for managing temporary files and directories
# Upstream license specification: MIT/Apache-2.0
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/tempfile
Source: %{crates_source}
@ -75,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Jul 06 11:33:46 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.1.0-1
- Update to 3.1.0
* Sun Jun 30 11:50:43 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.9-1
- Update to 3.0.9

@ -1 +1 @@
SHA512 (tempfile-3.0.9.crate) = cfa86da936f09ec3b563f27e7edadaec142587e2ecb060d84971338c7149063b855370ee78aa6c8d8ff8ab0445edae64edb480022d9de825ff532031f30c0815
SHA512 (tempfile-3.1.0.crate) = a87ee51c36a81a8a8eb8f091eb57926682f38b707f7f641332d8752170e6c139a656ae49c6861f51e07c2fab5c86cc9b2ac158f5d89c6bff15d18934dd4e7ba5

@ -1,6 +1,6 @@
--- 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 @@
--- tempfile-3.1.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ tempfile-3.1.0/Cargo.toml 2019-07-06T09:33:46.796341+00:00
@@ -30,10 +30,5 @@
[dependencies.remove_dir_all]
version = "0.5"
@ -10,4 +10,4 @@
version = "0.2.27"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["fileapi", "winbase", "handleapi"]
-features = ["fileapi", "handleapi", "winbase"]

Loading…
Cancel
Save