Update to 0.4.3

epel9
Josh Stone 7 years ago
parent 0fc26c927b
commit 3db6a7d2f5

1
.gitignore vendored

@ -1,3 +1,4 @@
/itoa-0.3.4.crate
/itoa-0.4.1.crate
/itoa-0.4.2.crate
/itoa-0.4.3.crate

@ -5,10 +5,11 @@
%global crate itoa
Name: rust-%{crate}
Version: 0.4.2
Release: 2%{?dist}
Version: 0.4.3
Release: 1%{?dist}
Summary: Fast functions for printing integer primitives to an io::Write
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/itoa
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -51,6 +52,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Tue Sep 11 2018 Josh Stone <jistone@redhat.com> - 0.4.3-1
- Update to 0.4.3
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (itoa-0.4.2.crate) = d7201f9bb44f5dce15a90dedfbe6b722aadecf15c3defe1eb1fcb5f8fe64300a594c9acef4f14538129a787044374c71d69e69dbef76d1bb780309fe7d55a796
SHA512 (itoa-0.4.3.crate) = da1d1c988c2c81f37de8d048ca8f8fb8787c48c34e815dc64616368cb787990ae0255cf1a3259f87ad02964c9b3e1e20c759072442c18c7d32db1deac11b52c1

Loading…
Cancel
Save