Update to 0.4.7

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 4 years ago
parent a63a4c8f40
commit 4015def96f
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -5,3 +5,4 @@
/itoa-0.4.4.crate
/itoa-0.4.5.crate
/itoa-0.4.6.crate
/itoa-0.4.7.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate itoa
Name: rust-%{crate}
Version: 0.4.6
Release: 2%{?dist}
Version: 0.4.7
Release: 1%{?dist}
Summary: Fast functions for printing integer primitives to an io::Write
# Upstream license specification: MIT OR Apache-2.0
@ -95,6 +95,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Mon Dec 28 11:00:44 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.7-1
- Update to 0.4.7 (Fixes: RHBZ#1911134)
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (itoa-0.4.6.crate) = 9085ad30313a2904fc60a85afed99c7388a345ed50c988f4e7307b23b5f38b14bc9ff64edf02b85fda6c363e035ac314241d5dba4a6e2dcfef3d2648cadb9692
SHA512 (itoa-0.4.7.crate) = c61eb50aa00591af28698b45c528c36bd92088f7cd2f453cf686a1824f4656292638bebc468cf67f903473a5045f22777af623cc0515ef3bf25146b89a7c454f

Loading…
Cancel
Save