Update to 0.4.25

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 29b5551ed2
commit 695e55c6c7
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -8,3 +8,4 @@
/tar-0.4.22.crate /tar-0.4.22.crate
/tar-0.4.23.crate /tar-0.4.23.crate
/tar-0.4.24.crate /tar-0.4.24.crate
/tar-0.4.25.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm # Generated by rust2rpm-9-1.fc31
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate tar %global crate tar
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.24 Version: 0.4.25
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
@ -89,6 +89,9 @@ which use "xattr" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun May 12 11:17:06 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.25-1
- Update to 0.4.25
* Mon Apr 29 20:43:52 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.24-1 * Mon Apr 29 20:43:52 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.24-1
- Update to 0.4.24 - Update to 0.4.24

@ -1 +1 @@
SHA512 (tar-0.4.24.crate) = ca75a55fc6e3a8e11855764c39a0dcaed5931d4276b6af09930949d584dfc7e354796f44b36094eb874782bc90555c7aff3d508789c81e6799172334e7699704 SHA512 (tar-0.4.25.crate) = 7a40ba9503bf9ef65aa5c89d0bd918cb697a44d240880a204e78bc466a8e7843b6e12f9bda97b58c62933d7134579d11d17f28e9be0acab1906b6bb786b640c0

@ -1,6 +1,6 @@
--- tar-0.4.24/Cargo.toml 1970-01-01T00:00:00+00:00 --- tar-0.4.25/Cargo.toml 1970-01-01T00:00:00+00:00
+++ tar-0.4.24/Cargo.toml 2019-04-29T18:43:52.404679+00:00 +++ tar-0.4.25/Cargo.toml 2019-05-12T09:17:06.663767+00:00
@@ -29,8 +29,6 @@ @@ -30,8 +30,6 @@
[features] [features]
default = ["xattr"] default = ["xattr"]

Loading…
Cancel
Save