From 695e55c6c7cf7e35e8026fe83b59a5a9e7d6557e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: May 12 2019 09:17:45 +0000 Subject: Update to 0.4.25 Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index ff69f23..9d46fa2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /tar-0.4.22.crate /tar-0.4.23.crate /tar-0.4.24.crate +/tar-0.4.25.crate diff --git a/rust-tar.spec b/rust-tar.spec index 054f3c8..f07ef54 100644 --- a/rust-tar.spec +++ b/rust-tar.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm +# Generated by rust2rpm-9-1.fc31 %bcond_with check %global debug_package %{nil} %global crate tar Name: rust-%{crate} -Version: 0.4.24 +Version: 0.4.25 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 +* Sun May 12 11:17:06 CEST 2019 Igor Gnatenko - 0.4.25-1 +- Update to 0.4.25 + * Mon Apr 29 20:43:52 CEST 2019 Igor Gnatenko - 0.4.24-1 - Update to 0.4.24 diff --git a/sources b/sources index 7122a3d..cec6b30 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tar-0.4.24.crate) = ca75a55fc6e3a8e11855764c39a0dcaed5931d4276b6af09930949d584dfc7e354796f44b36094eb874782bc90555c7aff3d508789c81e6799172334e7699704 +SHA512 (tar-0.4.25.crate) = 7a40ba9503bf9ef65aa5c89d0bd918cb697a44d240880a204e78bc466a8e7843b6e12f9bda97b58c62933d7134579d11d17f28e9be0acab1906b6bb786b640c0 diff --git a/tar-fix-metadata.diff b/tar-fix-metadata.diff index d8f3a64..1d63918 100644 --- a/tar-fix-metadata.diff +++ b/tar-fix-metadata.diff @@ -1,6 +1,6 @@ ---- 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 @@ +--- tar-0.4.25/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ tar-0.4.25/Cargo.toml 2019-05-12T09:17:06.663767+00:00 +@@ -30,8 +30,6 @@ [features] default = ["xattr"]