Update to 0.4.16

epel9
Josh Stone 7 years ago
parent 58490a5a70
commit 0396947c45

1
.gitignore vendored

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

@ -5,7 +5,7 @@
%global crate tar %global crate tar
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.15 Version: 0.4.16
Release: 1%{?dist} Release: 1%{?dist}
Summary: Rust implementation of a TAR file reader and writer Summary: Rust implementation of a TAR file reader and writer
@ -65,6 +65,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Sat Jun 30 2018 Josh Stone <jistone@redhat.com> - 0.4.16-1
- Update to 0.4.16
* Wed Apr 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.15-1 * Wed Apr 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.15-1
- Update to 0.4.15 - Update to 0.4.15

@ -1 +1 @@
SHA512 (tar-0.4.15.crate) = b5e95534836e99ef749dc4d517e60f799ca6a88a246b30b7bf9731afa3fe5f207ad14ecd11435da43f7d634ca16bd3766dfb94fe7ee0cbb1611773aecc46b060 SHA512 (tar-0.4.16.crate) = db156b336e522b7b6f94a03cba410e47374a56890fd4c70a53a3afb86085c05e3a22a73123e6f16ad0b19263067296850ebff667a1a02062ba5af82155f493ce

Loading…
Cancel
Save