Update to version 1.0.10; Fixes RHBZ#2253731

epel10
Fabio Valentini 1 year ago
parent 749d7207cb
commit 604a250e2c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -15,3 +15,4 @@
/itoa-1.0.6.crate
/itoa-1.0.8.crate
/itoa-1.0.9.crate
/itoa-1.0.10.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate itoa
Name: rust-itoa
Version: 1.0.9
Version: 1.0.10
Release: %autorelease
Summary: Fast integer primitive to string conversion
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/itoa
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Fast integer primitive to string conversion.}
@ -60,7 +60,7 @@ use the "no-panic" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (itoa-1.0.9.crate) = 95f7906edb7d6a2690389167f8c4d01bc37827205bca87d527f2eb33722419ed2f2e8afaa559cc5a0a7e7fac76515c9c44c71c42b536aa34b0e2858c40946b6d
SHA512 (itoa-1.0.10.crate) = fc496be0873e31afa6ddf7f2958030f8fcb517cadb86a48280a0c50ce50460afda189af1e6c26e5ff6f85c750d772c21503864c32b526c4fe4bcdb5b07918538

Loading…
Cancel
Save