From 7477b29e10513e6e434f2e7012700534fec5ac48 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 23 Apr 2019 19:13:01 +0200 Subject: [PATCH] Update to 0.4.23 Signed-off-by: Igor Gnatenko --- .gitignore | 1 + rust-tar.spec | 5 ++++- sources | 2 +- tar-fix-metadata.diff | 6 +++--- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d4b1b94..66e5c35 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /tar-0.4.20.crate /tar-0.4.21.crate /tar-0.4.22.crate +/tar-0.4.23.crate diff --git a/rust-tar.spec b/rust-tar.spec index 6ce174a..03716f7 100644 --- a/rust-tar.spec +++ b/rust-tar.spec @@ -5,7 +5,7 @@ %global crate tar Name: rust-%{crate} -Version: 0.4.22 +Version: 0.4.23 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 +* Tue Apr 23 19:12:30 CEST 2019 Igor Gnatenko - 0.4.23-1 +- Update to 0.4.23 + * Thu Mar 14 2019 Josh Stone - 0.4.22-1 - Update to 0.4.22 diff --git a/sources b/sources index 8905fda..9bcbde6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tar-0.4.22.crate) = e7eb38be29d728990eef7e08bc912b4b11d19568e30f12b809201c0ce1b4d2a94d04be23ab1d8026515134ad526a638151a4e49c445c8de45fb86f03b8e5bc02 +SHA512 (tar-0.4.23.crate) = 4c7b977a1f9473d831f1f3ecf73fb23530cbe4318833efbab3b434ba3854358caa560ddafe7df96179b5b0860164645816255f49acd5a124df8d189daa457c2d diff --git a/tar-fix-metadata.diff b/tar-fix-metadata.diff index 7180521..a6be070 100644 --- a/tar-fix-metadata.diff +++ b/tar-fix-metadata.diff @@ -1,6 +1,6 @@ ---- tar-0.4.21/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ tar-0.4.21/Cargo.toml 2019-03-05T08:42:57.231547+01:00 -@@ -28,8 +28,6 @@ +--- 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 +@@ -29,8 +29,6 @@ [features] default = ["xattr"]