Update to version 1.0.6; Fixes RHBZ#2027122

epel9
Fabio Valentini 3 years ago
parent 8b965d0513
commit 97f0647b63
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/ryu-1.0.3.crate /ryu-1.0.3.crate
/ryu-1.0.4.crate /ryu-1.0.4.crate
/ryu-1.0.5.crate /ryu-1.0.5.crate
/ryu-1.0.6.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 19 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ryu %global crate ryu
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.5 Version: 1.0.6
Release: %autorelease Release: %autorelease
Summary: Fast floating point to string conversion Summary: Fast floating point to string conversion
@ -15,9 +15,6 @@ URL: https://crates.io/crates/ryu
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -33,7 +30,7 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-BOOST %license LICENSE-APACHE LICENSE-BOOST
@ -47,7 +44,7 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "the default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -59,7 +56,7 @@ BuildArch: noarch
%description -n %{name}+no-panic-devel %{_description} %description -n %{name}+no-panic-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "the no-panic" feature of the "%{crate}" crate. use the "no-panic" feature of the "%{crate}" crate.
%files -n %{name}+no-panic-devel %files -n %{name}+no-panic-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -71,7 +68,7 @@ BuildArch: noarch
%description -n %{name}+small-devel %{_description} %description -n %{name}+small-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "the small" feature of the "%{crate}" crate. use the "small" feature of the "%{crate}" crate.
%files -n %{name}+small-devel %files -n %{name}+small-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (ryu-1.0.5.crate) = d1708ffa3112a684edf2956b6730ead040401d38f1457cde074eaaa59c249007dc8b925629e7f6df89f7ea757e9d0826649d685cc8ede0a04d50296048bf476c SHA512 (ryu-1.0.6.crate) = 175da99ee31a942800eb33ab5addcdf89b2bba95b6289be1560746d030acda547a5bc3e8cba714c252230a93bcd991b9593a7c94421222833bf089694ccf1655

Loading…
Cancel
Save