Update to version 0.4.38; Fixes RHBZ#2032596

epel9
Fabio Valentini 3 years ago
parent edbeb42eb2
commit 51aa7e6aa6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -18,3 +18,4 @@
/tar-0.4.35.crate
/tar-0.4.36.crate
/tar-0.4.37.crate
/tar-0.4.38.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate tar
Name: rust-%{crate}
Version: 0.4.37
Version: 0.4.38
Release: %autorelease
Summary: Rust implementation of a TAR file reader and writer
@ -15,9 +15,6 @@ URL: https://crates.io/crates/tar
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -35,11 +32,11 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
@ -49,8 +46,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
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
@ -61,8 +58,8 @@ BuildArch: noarch
%description -n %{name}+xattr-devel %{_description}
This package contains library source intended for building other packages
which use "xattr" feature of "%{crate}" crate.
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

@ -1 +1 @@
SHA512 (tar-0.4.37.crate) = ca0df9922fab708c8a03912010421dea8d8eb3281108f822e9edc4c4bb7a0f5f800aa2d971ddedb8a4c24ba22308ec07e7a04febdd53665c948f3b8ca0be7fb1
SHA512 (tar-0.4.38.crate) = 4b6458734811e1913cb7e348f32db16f9402fd0e0027ae867db81aecac250b35d07d9478cdae4e27a609ce0f29c9d61683934296cfc3b371119df9f2c380a84f

Loading…
Cancel
Save