Update to 0.4.23

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 1655c8e36f
commit 7477b29e10
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -6,3 +6,4 @@
/tar-0.4.20.crate
/tar-0.4.21.crate
/tar-0.4.22.crate
/tar-0.4.23.crate

@ -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 <ignatenkobrain@fedoraproject.org> - 0.4.23-1
- Update to 0.4.23
* Thu Mar 14 2019 Josh Stone <jistone@redhat.com> - 0.4.22-1
- Update to 0.4.22

@ -1 +1 @@
SHA512 (tar-0.4.22.crate) = e7eb38be29d728990eef7e08bc912b4b11d19568e30f12b809201c0ce1b4d2a94d04be23ab1d8026515134ad526a638151a4e49c445c8de45fb86f03b8e5bc02
SHA512 (tar-0.4.23.crate) = 4c7b977a1f9473d831f1f3ecf73fb23530cbe4318833efbab3b434ba3854358caa560ddafe7df96179b5b0860164645816255f49acd5a124df8d189daa457c2d

@ -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"]

Loading…
Cancel
Save