Update to 0.4.6

epel9
Josh Stone 5 years ago
parent 2e94d3dc89
commit 8a4051d1ae

1
.gitignore vendored

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

@ -5,8 +5,8 @@
%global crate itoa %global crate itoa
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.5 Version: 0.4.6
Release: 2%{?dist} Release: 1%{?dist}
Summary: Fast functions for printing integer primitives to an io::Write Summary: Fast functions for printing integer primitives to an io::Write
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -95,6 +95,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Jun 19 2020 Josh Stone <jistone@redhat.com> - 0.4.6-1
- Update to 0.4.6
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (itoa-0.4.5.crate) = 79ff8774524130a4729d5e708a4a4a837b3e5052384a12c22db4ae3e208dc4391ee185365f685137a8ba55ea7dc3499f8cddddb2fd98b84177ab292c264034d3 SHA512 (itoa-0.4.6.crate) = 9085ad30313a2904fc60a85afed99c7388a345ed50c988f4e7307b23b5f38b14bc9ff64edf02b85fda6c363e035ac314241d5dba4a6e2dcfef3d2648cadb9692

Loading…
Cancel
Save