diff --git a/.gitignore b/.gitignore index 534762e..0073435 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /tempfile-2.2.0.crate /tempfile-3.0.2.crate +/tempfile-3.0.3.crate diff --git a/rust-tempfile.spec b/rust-tempfile.spec index 10e5884..8f0c1b1 100644 --- a/rust-tempfile.spec +++ b/rust-tempfile.spec @@ -5,8 +5,8 @@ %global crate tempfile Name: rust-%{crate} -Version: 3.0.2 -Release: 2%{?dist} +Version: 3.0.3 +Release: 1%{?dist} Summary: Library for managing temporary files and directories License: MIT or ASL 2.0 @@ -15,14 +15,14 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{ # Initial patched metadata # * No Windows # * No Redox -Patch0: tempfile-3.0.2-fix-metadata.diff +Patch0: tempfile-3.0.3-fix-metadata.diff ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging # [dependencies] BuildRequires: (crate(libc) >= 0.2.27 with crate(libc) < 0.3.0) -BuildRequires: (crate(rand) >= 0.4.0 with crate(rand) < 0.5.0) +BuildRequires: (crate(rand) >= 0.5.0 with crate(rand) < 0.6.0) BuildRequires: (crate(remove_dir_all) >= 0.5.0 with crate(remove_dir_all) < 0.6.0) %description @@ -60,6 +60,9 @@ which use %{crate} from crates.io. %exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml %changelog +* Wed Jul 18 2018 Igor Gnatenko - 3.0.3-1 +- Update to 3.0.3 + * Sat Jul 14 2018 Fedora Release Engineering - 3.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index da46ee8..1262caa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tempfile-3.0.2.crate) = 8ece130a10d4a698884d3d29530c925944ef6d9bf8375b87abdad890cf1baa196b0c80b461b6ff436a8fb29931e181b4d0acba50e851ebbf4c0e9aa512e823c6 +SHA512 (tempfile-3.0.3.crate) = 2bcc90ba3eed8a830b33de169419e222c16f9e0209734cdcf919422fdb504b29fc75f30dff7243bf19eb81cca12c80c94b80a622be8bac7b847242a58595873a diff --git a/tempfile-3.0.2-fix-metadata.diff b/tempfile-3.0.3-fix-metadata.diff similarity index 73% rename from tempfile-3.0.2-fix-metadata.diff rename to tempfile-3.0.3-fix-metadata.diff index 9c3e5c2..d44175e 100644 --- a/tempfile-3.0.2-fix-metadata.diff +++ b/tempfile-3.0.3-fix-metadata.diff @@ -1,5 +1,5 @@ ---- tempfile-3.0.2/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ tempfile-3.0.2/Cargo.toml 2018-05-11T08:50:43.092242+02:00 +--- tempfile-3.0.3/Cargo.toml 1970-01-01T01:00:00+01:00 ++++ tempfile-3.0.3/Cargo.toml 2018-07-18T08:31:08.773813+02:00 @@ -25,10 +25,5 @@ [dependencies.remove_dir_all]