From 03a4905344e1f760b8f3575eefcc903afc5d1f29 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 6 Jul 2019 11:34:37 +0200 Subject: [PATCH] Update to 3.1.0 Signed-off-by: Igor Gnatenko --- .gitignore | 1 + rust-tempfile.spec | 7 +++++-- sources | 2 +- tempfile-fix-metadata.diff | 8 ++++---- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index c8a7a3a..2c38462 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /tempfile-3.0.7.crate /tempfile-3.0.8.crate /tempfile-3.0.9.crate +/tempfile-3.1.0.crate diff --git a/rust-tempfile.spec b/rust-tempfile.spec index 81d2275..9feecac 100644 --- a/rust-tempfile.spec +++ b/rust-tempfile.spec @@ -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 - 3.1.0-1 +- Update to 3.1.0 + * Sun Jun 30 11:50:43 CEST 2019 Igor Gnatenko - 3.0.9-1 - Update to 3.0.9 diff --git a/sources b/sources index cdddac3..a10cfb6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tempfile-3.0.9.crate) = cfa86da936f09ec3b563f27e7edadaec142587e2ecb060d84971338c7149063b855370ee78aa6c8d8ff8ab0445edae64edb480022d9de825ff532031f30c0815 +SHA512 (tempfile-3.1.0.crate) = a87ee51c36a81a8a8eb8f091eb57926682f38b707f7f641332d8752170e6c139a656ae49c6861f51e07c2fab5c86cc9b2ac158f5d89c6bff15d18934dd4e7ba5 diff --git a/tempfile-fix-metadata.diff b/tempfile-fix-metadata.diff index 614caf6..6fe5a28 100644 --- a/tempfile-fix-metadata.diff +++ b/tempfile-fix-metadata.diff @@ -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"]