update to version 0.4.33

epel9
Fabio Valentini 4 years ago
parent ce2d521f7d
commit 8f4ae60b90
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/tar-0.4.28.crate /tar-0.4.28.crate
/tar-0.4.29.crate /tar-0.4.29.crate
/tar-0.4.30.crate /tar-0.4.30.crate
/tar-0.4.33.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate tar %global crate tar
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.30 Version: 0.4.33
Release: 2%{?dist} Release: 1%{?dist}
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 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/tar URL: https://crates.io/crates/tar
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * No redox
Patch0: tar-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -90,6 +87,10 @@ which use "xattr" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Mar 03 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.33-1
- Update to version 0.4.33.
- Fixes RHBZ#1920148
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.30-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.30-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (tar-0.4.30.crate) = 7cc921057a8b1a38e3eb03966313ea39812ad36b5694f383c9ea69ded9813ce3ff1c7bb0f3fc596d63630279722365a7ea0cdd034bc2cfeaa3056ff83d6201b0 SHA512 (tar-0.4.33.crate) = 69c5932790c2448d6d754a622066564027414ceff5b555c928f55f627c9e5e7c192e0c13f93af48d64d37d4f9f56c0cf8feeb3fe17d3861b277c66bcb8b1d9ec

@ -1,11 +0,0 @@
--- tar-0.4.26/Cargo.toml 1970-01-01T00:00:00+00:00
+++ tar-0.4.26/Cargo.toml 2019-06-22T14:14:23.013552+00:00
@@ -30,8 +30,6 @@
[features]
default = ["xattr"]
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
Loading…
Cancel
Save