diff --git a/.gitignore b/.gitignore index 6f5cc55..9b785e7 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /tar-0.4.28.crate /tar-0.4.29.crate /tar-0.4.30.crate +/tar-0.4.33.crate diff --git a/rust-tar.spec b/rust-tar.spec index 97248aa..39ffce4 100644 --- a/rust-tar.spec +++ b/rust-tar.spec @@ -1,21 +1,18 @@ -# Generated by rust2rpm 13 +# Generated by rust2rpm 16 %bcond_without check %global debug_package %{nil} %global crate tar Name: rust-%{crate} -Version: 0.4.30 -Release: 2%{?dist} +Version: 0.4.33 +Release: 1%{?dist} Summary: Rust implementation of a TAR file reader and writer # Upstream license specification: MIT/Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/tar Source: %{crates_source} -# Initial patched metadata -# * No redox -Patch0: tar-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -90,6 +87,10 @@ which use "xattr" feature of "%{crate}" crate. %endif %changelog +* Wed Mar 03 2021 Fabio Valentini - 0.4.33-1 +- Update to version 0.4.33. +- Fixes RHBZ#1920148 + * Wed Jan 27 2021 Fedora Release Engineering - 0.4.30-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index f7ab5e5..697dc63 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tar-0.4.30.crate) = 7cc921057a8b1a38e3eb03966313ea39812ad36b5694f383c9ea69ded9813ce3ff1c7bb0f3fc596d63630279722365a7ea0cdd034bc2cfeaa3056ff83d6201b0 +SHA512 (tar-0.4.33.crate) = 69c5932790c2448d6d754a622066564027414ceff5b555c928f55f627c9e5e7c192e0c13f93af48d64d37d4f9f56c0cf8feeb3fe17d3861b277c66bcb8b1d9ec diff --git a/tar-fix-metadata.diff b/tar-fix-metadata.diff deleted file mode 100644 index 2be7100..0000000 --- a/tar-fix-metadata.diff +++ /dev/null @@ -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" -