Update to 0.4.17

epel9
Josh Stone 7 years ago
parent 2b8bd55486
commit 00a89844e8

1
.gitignore vendored

@ -1,3 +1,4 @@
/tar-0.4.14.crate
/tar-0.4.15.crate
/tar-0.4.16.crate
/tar-0.4.17.crate

@ -5,10 +5,11 @@
%global crate tar
Name: rust-%{crate}
Version: 0.4.16
Release: 2%{?dist}
Version: 0.4.17
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
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -65,6 +66,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Fri Sep 28 2018 Josh Stone <jistone@redhat.com> - 0.4.17-1
- Update to 0.4.17
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.16-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (tar-0.4.16.crate) = db156b336e522b7b6f94a03cba410e47374a56890fd4c70a53a3afb86085c05e3a22a73123e6f16ad0b19263067296850ebff667a1a02062ba5af82155f493ce
SHA512 (tar-0.4.17.crate) = 3c6962d6c5dd3326ec668afbfa25d9750004f5f2979600322b6032d5d51b608baaae9eca6b2fb6ca6613961523da754eb4bbebd7275670978758d7b8c51b58fd

Loading…
Cancel
Save