Update to 0.4.26

epel9
Josh Stone 6 years ago
parent 695e55c6c7
commit 0abc3824da

1
.gitignore vendored

@ -9,3 +9,4 @@
/tar-0.4.23.crate /tar-0.4.23.crate
/tar-0.4.24.crate /tar-0.4.24.crate
/tar-0.4.25.crate /tar-0.4.25.crate
/tar-0.4.26.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm-9-1.fc31 # Generated by rust2rpm-9-1.fc30
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate tar %global crate tar
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.25 Version: 0.4.26
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
@ -20,7 +20,7 @@ Patch0: tar-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(filetime/default) >= 0.2.0 with crate(filetime/default) < 0.3.0) BuildRequires: (crate(filetime/default) >= 0.2.6 with crate(filetime/default) < 0.3.0)
BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0) BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0)
BuildRequires: (crate(xattr/default) >= 0.2.0 with crate(xattr/default) < 0.3.0) BuildRequires: (crate(xattr/default) >= 0.2.0 with crate(xattr/default) < 0.3.0)
%if %{with check} %if %{with check}
@ -89,6 +89,9 @@ which use "xattr" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri May 31 2019 Josh Stone <jistone@redhat.com> - 0.4.26-1
- Update to 0.4.26
* Sun May 12 11:17:06 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.25-1 * Sun May 12 11:17:06 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.25-1
- Update to 0.4.25 - Update to 0.4.25

@ -1 +1 @@
SHA512 (tar-0.4.25.crate) = 7a40ba9503bf9ef65aa5c89d0bd918cb697a44d240880a204e78bc466a8e7843b6e12f9bda97b58c62933d7134579d11d17f28e9be0acab1906b6bb786b640c0 SHA512 (tar-0.4.26.crate) = 83ee187b253347068121d04242a488ac44ca6da159c6f9029f3e063b04544b7fa3ed40fed7e251692ffd73553dd369edb413f52f3b3718396451ec916eba15ab

Loading…
Cancel
Save