update to version 0.4.35

epel9
Fabio Valentini 4 years ago
parent 8f4ae60b90
commit 3803ae297a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -15,3 +15,4 @@
/tar-0.4.29.crate /tar-0.4.29.crate
/tar-0.4.30.crate /tar-0.4.30.crate
/tar-0.4.33.crate /tar-0.4.33.crate
/tar-0.4.35.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 17
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate tar %global crate tar
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.33 Version: 0.4.35
Release: 1%{?dist} Release: 1%{?dist}
Summary: Rust implementation of a TAR file reader and writer Summary: Rust implementation of a TAR file reader and writer
@ -87,6 +87,10 @@ which use "xattr" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun May 30 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.35-1
- Update to version 0.4.35.
- Fixes RHBZ#1965507
* Wed Mar 03 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.33-1 * Wed Mar 03 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.33-1
- Update to version 0.4.33. - Update to version 0.4.33.
- Fixes RHBZ#1920148 - Fixes RHBZ#1920148

@ -1 +1 @@
SHA512 (tar-0.4.33.crate) = 69c5932790c2448d6d754a622066564027414ceff5b555c928f55f627c9e5e7c192e0c13f93af48d64d37d4f9f56c0cf8feeb3fe17d3861b277c66bcb8b1d9ec SHA512 (tar-0.4.35.crate) = 5e6f1030d4042704ae166fdc32fb6397d9e8bd588ca6d9526583909fbb3df3d09aa2a5da673b769acb0a9020e4f2bfd59f7e68f84b055d32574331ff5a224f2e

Loading…
Cancel
Save