Update to version 0.4.39; Fixes RHBZ#2222741

epel9
Fabio Valentini 2 years ago
parent aeb048ffff
commit 7b928811f2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -19,3 +19,4 @@
/tar-0.4.36.crate
/tar-0.4.37.crate
/tar-0.4.38.crate
/tar-0.4.39.crate

@ -1,3 +0,0 @@
# rust-tar
The rust-tar package

@ -1,28 +1,27 @@
# Generated by rust2rpm 20
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate tar
Name: rust-%{crate}
Version: 0.4.38
Name: rust-tar
Version: 0.4.39
Release: %autorelease
Summary: Rust implementation of a TAR file reader and writer
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/tar
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Rust implementation of a TAR file reader and writer. This library does not
currently handle compression, but it is abstract over all I/O readers and
writers. Additionally, great lengths are taken to ensure that the entire
contents are never required to be entirely resident in memory all at once.}
A Rust implementation of a TAR file reader and writer. This library does
not currently handle compression, but it is abstract over all I/O
readers and writers. Additionally, great lengths are taken to ensure
that the entire contents are never required to be entirely resident in
memory all at once.}
%description %{_description}
@ -36,9 +35,10 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+xattr-devel
Summary: %{summary}
@ -62,7 +62,7 @@ This package contains library source intended for building other packages which
use the "xattr" feature of the "%{crate}" crate.
%files -n %{name}+xattr-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (tar-0.4.38.crate) = 4b6458734811e1913cb7e348f32db16f9402fd0e0027ae867db81aecac250b35d07d9478cdae4e27a609ce0f29c9d61683934296cfc3b371119df9f2c380a84f
SHA512 (tar-0.4.39.crate) = a09273c7245d1a36a00b1c4708395c206a5d3f99fb0e33ffba8d5ebc54e7b0357609ae1a1238b75bc3585232aac5d552c0c1454013ad00f451ef463dc06eec67

Loading…
Cancel
Save