Update to version 0.4.41; Fixes RHBZ#2290484

epel10
Fabio Valentini 9 months ago
parent 2073f5dbe6
commit 9db298de3b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -21,3 +21,4 @@
/tar-0.4.38.crate /tar-0.4.38.crate
/tar-0.4.39.crate /tar-0.4.39.crate
/tar-0.4.40.crate /tar-0.4.40.crate
/tar-0.4.41.crate

@ -1,20 +1,19 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate tar %global crate tar
Name: rust-tar Name: rust-tar
Version: 0.4.40 Version: 0.4.41
Release: %autorelease Release: %autorelease
Summary: Rust implementation of a TAR file reader and writer Summary: Rust implementation of a TAR file reader and writer
# Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/tar URL: https://crates.io/crates/tar
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
A Rust implementation of a TAR file reader and writer. This library does A Rust implementation of a TAR file reader and writer. This library does
@ -65,7 +64,7 @@ use the "xattr" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -79,7 +78,8 @@ use the "xattr" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# files required by unit tests are not included in published crates # * test fixtures for integration tests are not included in published crates
%cargo_test -- --lib
%cargo_test -- --doc %cargo_test -- --doc
%endif %endif

@ -0,0 +1,6 @@
[tests]
run = ["lib", "doc"]
comments = [
"test fixtures for integration tests are not included in published crates",
]

@ -1 +1 @@
SHA512 (tar-0.4.40.crate) = 90bde0dfca91b6c304d5bcd4c93c653c066b76592927f5ed3025752d6d0244c0d5786c44af99df94dd6cc7a417663205d86f406a3b60f7307ca3c1757239bc12 SHA512 (tar-0.4.41.crate) = 547d4a10cca5b593a04e3775bfc175a3a4de27f3c4dede305c6d50b63b4eb38152c6f06280098f14c4fadcca4cc9aa98626ea50aebe9bab2cb7b7f4e0c4d2b92

Loading…
Cancel
Save