From 68f1465482e012bfcc3408819364f48d585d4750 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 31 Jan 2018 09:35:40 +0100 Subject: [PATCH] Update to 0.3.6 Signed-off-by: Igor Gnatenko --- .gitignore | 1 + rust-tempdir.spec | 11 ++++++----- sources | 2 +- tempdir-0.3.5-fix-metadata.diff | 8 -------- 4 files changed, 8 insertions(+), 14 deletions(-) delete mode 100644 tempdir-0.3.5-fix-metadata.diff diff --git a/.gitignore b/.gitignore index 677a176..960a686 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /tempdir-0.3.5.crate +/tempdir-0.3.6.crate diff --git a/rust-tempdir.spec b/rust-tempdir.spec index 8d889fb..1323a1d 100644 --- a/rust-tempdir.spec +++ b/rust-tempdir.spec @@ -5,22 +5,20 @@ %global crate tempdir Name: rust-%{crate} -Version: 0.3.5 -Release: 6%{?dist} +Version: 0.3.6 +Release: 1%{?dist} Summary: Library for managing a temporary directory License: MIT or ASL 2.0 URL: https://crates.io/crates/tempdir Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate -# Initial patched metadata -# * Bump rand to 0.4, https://github.com/rust-lang-nursery/tempdir/pull/40 -Patch0: tempdir-0.3.5-fix-metadata.diff ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging # [dependencies] BuildRequires: (crate(rand) >= 0.4.0 with crate(rand) < 0.5.0) +BuildRequires: (crate(remove_dir_all) >= 0.3.0 with crate(remove_dir_all) < 0.4.0) %description %{summary}. @@ -57,6 +55,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Wed Jan 31 2018 Igor Gnatenko - 0.3.6-1 +- Update to 0.3.6 + * Mon Jan 08 2018 Igor Gnatenko - 0.3.5-6 - Rebuild for rust-packaging v5 diff --git a/sources b/sources index 9caa1ec..bc98f4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tempdir-0.3.5.crate) = 5ef3cb15064fc51ab2b371f8a48694205ad831fdcd11ff0fd6be85708a8ee955c82c3cbf926360fabc2cac91528a1db90f8425090bb361fa192c8ce9b1e1f0ab +SHA512 (tempdir-0.3.6.crate) = 56cb052d51971c5a556d86e688fede1dc2a385ad2dc48b44dd6348f33ec4e61a094fb02e78083fce580108f63594ce133774a77be325dc3ac6e3f56bb0bb9ad8 diff --git a/tempdir-0.3.5-fix-metadata.diff b/tempdir-0.3.5-fix-metadata.diff deleted file mode 100644 index 17c28fd..0000000 --- a/tempdir-0.3.5-fix-metadata.diff +++ /dev/null @@ -1,8 +0,0 @@ ---- tempdir-0.3.5/Cargo.toml 2016-08-01T08:25:21+02:00 -+++ tempdir-0.3.5/Cargo.toml 2017-12-31T15:02:19.759798+01:00 -@@ -14,4 +14,4 @@ - """ - - [dependencies] --rand = "0.3" -+rand = "0.4"