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