Update to version 1.0.3; Fixes RHBZ#2114932

epel9
Fabio Valentini 3 years ago
parent 7fa993d65f
commit 1b4f5c3977
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/itoa-0.4.8.crate /itoa-0.4.8.crate
/itoa-1.0.1.crate /itoa-1.0.1.crate
/itoa-1.0.2.crate /itoa-1.0.2.crate
/itoa-1.0.3.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 22
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate itoa %global crate itoa
Name: rust-%{crate} Name: rust-itoa
Version: 1.0.2 Version: 1.0.3
Release: %autorelease Release: %autorelease
Summary: Fast integer primitive to string conversion Summary: Fast integer primitive to string conversion
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/itoa URL: https://crates.io/crates/itoa
Source: %{crates_source} Source: %{crates_source}

@ -1 +1 @@
SHA512 (itoa-1.0.2.crate) = 44a732a102d60b58e72fe76c43a1d185fa12ff08d04eeacf03234368552f84d3de87a2ea0a6e7a56b8cfa74cb6f6697005afcee26f45afe0c2fc7dce5da3b593 SHA512 (itoa-1.0.3.crate) = 1290c027ec8a13d2d15ace2b58a1d1a3a18730cd5fb55bc995826b8f4d04ede650b8315a8905f6737c4c4988690ae03bf32c86ab3a31ae068a67d5be04cd618b

Loading…
Cancel
Save