Update to version 1.0.16; Fixes RHBZ#2253794

epel9 imports/e9/rust-ryu-1.0.16-1.el9
Fabio Valentini 1 year ago
parent 8a70cb4974
commit 847a1daa1d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/ryu-1.0.13.crate /ryu-1.0.13.crate
/ryu-1.0.14.crate /ryu-1.0.14.crate
/ryu-1.0.15.crate /ryu-1.0.15.crate
/ryu-1.0.16.crate

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

@ -1 +1 @@
SHA512 (ryu-1.0.15.crate) = 4655b5647f919082a9b84b889539ae7fb23a1201057cf280efe79c58cb5f040864efb7812cda5021bf6d34838a15d173ac8bdb0fb9fa2dba85173d3efa5a826b SHA512 (ryu-1.0.16.crate) = 89e3e18346ae6e4035787766f286a6eb62f5294e39ad902cc29e95c53781c4e5dd629f567f22ecc7e9fe9d1c273323da9b867aadc9cd8a066727c58330b51b10

Loading…
Cancel
Save