Update to 0.4.2

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 43ff27f994
commit 33a023dc3e
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -3,3 +3,4 @@
/hex-0.3.2.crate
/hex-0.4.0.crate
/hex-0.4.1.crate
/hex-0.4.2.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Missing dev-dependencies: faster-hex, rustc-hex
# * faster-hex and rustc-hex are not packaged
%bcond_with check
%global debug_package %{nil}
%global crate hex
Name: rust-%{crate}
Version: 0.4.1
Version: 0.4.2
Release: 1%{?dist}
Summary: Encoding and decoding data into/from hexadecimal representation
@ -96,6 +96,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Tue Feb 18 18:40:11 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.2-1
- Update to 0.4.2
* Thu Feb 13 2020 Josh Stone <jistone@redhat.com> - 0.4.1-1
- Update to 0.4.1

@ -1 +1 @@
SHA512 (hex-0.4.1.crate) = e4d76be8f418e9396078d64ef049c89ec4a016c3ab1bcc20e6f6927d7af79d5f42446357284e4463c76317ca69798d606974db4738b96682cc97b952bca6f831
SHA512 (hex-0.4.2.crate) = b37504fa6e41caa77c924b24893a7b505330aa8c39501b3ac283fbdffa9af2b89ccb9ae004ff415af1c813fb3da222dba62f17bb3b6210a259661e2312d099a5

Loading…
Cancel
Save