Update to 0.3.7

epel9
Josh Stone 7 years ago
parent 03cde90752
commit 4bfe97d0fb

1
.gitignore vendored

@ -1,2 +1,3 @@
/tempdir-0.3.5.crate
/tempdir-0.3.6.crate
/tempdir-0.3.7.crate

@ -5,16 +5,13 @@
%global crate tempdir
Name: rust-%{crate}
Version: 0.3.6
Release: 3%{?dist}
Version: 0.3.7
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 remove_dir_all to 0.5, https://github.com/rust-lang-nursery/tempdir/commit/761e7b60b2a8a16a8327778170f1538a912b9b13
Patch0: tempdir-0.3.6-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -58,6 +55,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Thu Mar 22 2018 Josh Stone <jistone@redhat.com> - 0.3.7-1
- Update to 0.3.7
* Mon Mar 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.6-3
- Bump remove_dir_all to 0.5

@ -1 +1 @@
SHA512 (tempdir-0.3.6.crate) = 56cb052d51971c5a556d86e688fede1dc2a385ad2dc48b44dd6348f33ec4e61a094fb02e78083fce580108f63594ce133774a77be325dc3ac6e3f56bb0bb9ad8
SHA512 (tempdir-0.3.7.crate) = e5b02f7d260ff594fc2dbbd441eb8adfa36ede937f32c8c812b458167c0e49f5cf493c6ebf83ce8007a0aeb97016169fda7f5d2996fecc72f9409d6f463d9bbe

@ -1,11 +0,0 @@
--- tempdir-0.3.6/Cargo.toml 1970-01-01T01:00:00+01:00
+++ tempdir-0.3.6/Cargo.toml 2018-03-12T10:08:05.998455+01:00
@@ -26,7 +26,7 @@
version = "0.4"
[dependencies.remove_dir_all]
-version = "0.3"
+version = "0.5"
[badges.appveyor]
repository = "rust-lang-libs/tempdir"
Loading…
Cancel
Save