diff --git a/.gitignore b/.gitignore index 66e5c35..ff69f23 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /tar-0.4.21.crate /tar-0.4.22.crate /tar-0.4.23.crate +/tar-0.4.24.crate diff --git a/rust-tar.spec b/rust-tar.spec index 03716f7..054f3c8 100644 --- a/rust-tar.spec +++ b/rust-tar.spec @@ -5,7 +5,7 @@ %global crate tar Name: rust-%{crate} -Version: 0.4.23 +Version: 0.4.24 Release: 1%{?dist} Summary: Rust implementation of a TAR file reader and writer @@ -89,6 +89,9 @@ which use "xattr" feature of "%{crate}" crate. %endif %changelog +* Mon Apr 29 20:43:52 CEST 2019 Igor Gnatenko - 0.4.24-1 +- Update to 0.4.24 + * Tue Apr 23 19:12:30 CEST 2019 Igor Gnatenko - 0.4.23-1 - Update to 0.4.23 diff --git a/sources b/sources index 9bcbde6..7122a3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tar-0.4.23.crate) = 4c7b977a1f9473d831f1f3ecf73fb23530cbe4318833efbab3b434ba3854358caa560ddafe7df96179b5b0860164645816255f49acd5a124df8d189daa457c2d +SHA512 (tar-0.4.24.crate) = ca75a55fc6e3a8e11855764c39a0dcaed5931d4276b6af09930949d584dfc7e354796f44b36094eb874782bc90555c7aff3d508789c81e6799172334e7699704 diff --git a/tar-fix-metadata.diff b/tar-fix-metadata.diff index a6be070..d8f3a64 100644 --- a/tar-fix-metadata.diff +++ b/tar-fix-metadata.diff @@ -1,5 +1,5 @@ ---- tar-0.4.23/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ tar-0.4.23/Cargo.toml 2019-04-23T17:12:30.089412+00:00 +--- tar-0.4.24/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ tar-0.4.24/Cargo.toml 2019-04-29T18:43:52.404679+00:00 @@ -29,8 +29,6 @@ [features]