diff --git a/.gitignore b/.gitignore index 8e0eca3..addf7d4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /tempfile-3.0.4.crate /tempfile-3.0.5.crate /tempfile-3.0.6.crate +/tempfile-3.0.7.crate diff --git a/rust-tempfile.spec b/rust-tempfile.spec index 54d0ae1..28f6f3e 100644 --- a/rust-tempfile.spec +++ b/rust-tempfile.spec @@ -5,7 +5,7 @@ %global crate tempfile Name: rust-%{crate} -Version: 3.0.6 +Version: 3.0.7 Release: 1%{?dist} Summary: Library for managing temporary files and directories @@ -73,6 +73,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Feb 17 2019 Igor Gnatenko - 3.0.7-1 +- Update to 3.0.7 + * Sun Feb 10 2019 Igor Gnatenko - 3.0.6-1 - Update to 3.0.6 diff --git a/sources b/sources index 638e136..fa0a010 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tempfile-3.0.6.crate) = 7e1808ac57b93cb5a7f26c53d42499f6e9343b37086692e2fea201e537cbdb208bcede53987fb598f3aae9d31cd987aa757e2e34c45c04a5a08e77fc332d9c32 +SHA512 (tempfile-3.0.7.crate) = b6fb6a1f4f0f5483255f9672114fa6adf13edd4bfe8f7fbe6c4225a36ccab5b58fc5f5510c50e70746e2697f2cf503b20682e5b44cef0b65b7ffac4ee39529e8 diff --git a/tempfile-fix-metadata.diff b/tempfile-fix-metadata.diff index 2f1574a..eb7f629 100644 --- a/tempfile-fix-metadata.diff +++ b/tempfile-fix-metadata.diff @@ -1,5 +1,5 @@ ---- tempfile-3.0.6/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ tempfile-3.0.6/Cargo.toml 2019-02-10T15:37:44.570868+01:00 +--- tempfile-3.0.7/Cargo.toml 1970-01-01T01:00:00+01:00 ++++ tempfile-3.0.7/Cargo.toml 2019-02-17T20:50:48.329556+01:00 @@ -29,10 +29,5 @@ [dependencies.remove_dir_all]