Update to version 0.4.36; Fixes RHBZ#1992135

epel9
Fabio Valentini 4 years ago
parent 164fcd2ff4
commit 5012ffebb6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/tar-0.4.30.crate
/tar-0.4.33.crate
/tar-0.4.35.crate
/tar-0.4.36.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 17
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate tar
Name: rust-%{crate}
Version: 0.4.35
Version: 0.4.36
Release: %autorelease
Summary: Rust implementation of a TAR file reader and writer
@ -82,7 +82,7 @@ which use "xattr" feature of "%{crate}" crate.
%if %{with check}
%check
# Test files are not shipped
# files required by unit tests are not included in published crates
%cargo_test -- --doc
%endif

@ -1 +1 @@
SHA512 (tar-0.4.35.crate) = 5e6f1030d4042704ae166fdc32fb6397d9e8bd588ca6d9526583909fbb3df3d09aa2a5da673b769acb0a9020e4f2bfd59f7e68f84b055d32574331ff5a224f2e
SHA512 (tar-0.4.36.crate) = 536f743f7a3844260d2478d2cc8081cdc62c0f030454b1fcacc98b3a5002ad8b14571319a72278f2776340e8821e925127693d6efa6b9da4eab5aba2919df948

Loading…
Cancel
Save