Update to version 1.0.10; Fixes RHBZ#2086360

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

1
.gitignore vendored

@ -10,3 +10,4 @@
/ryu-1.0.5.crate
/ryu-1.0.6.crate
/ryu-1.0.9.crate
/ryu-1.0.10.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 20
# Generated by rust2rpm 21
%bcond_without check
%global debug_package %{nil}
%global crate ryu
Name: rust-%{crate}
Version: 1.0.9
Version: 1.0.10
Release: %autorelease
Summary: Fast floating point to string conversion
@ -16,7 +16,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Fast floating point to string conversion.}
@ -33,9 +33,10 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-BOOST
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-BOOST
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -47,7 +48,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+no-panic-devel
Summary: %{summary}
@ -59,7 +60,7 @@ This package contains library source intended for building other packages which
use the "no-panic" feature of the "%{crate}" crate.
%files -n %{name}+no-panic-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+small-devel
Summary: %{summary}
@ -71,7 +72,7 @@ This package contains library source intended for building other packages which
use the "small" feature of the "%{crate}" crate.
%files -n %{name}+small-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (ryu-1.0.9.crate) = 4e7c2c7ec73da1ddb32e18d36b8159cb4047b9f4feeb975361e7ba68135e671e11419bb7786df789f5d08e5895231d2c98e36035b515f2c64ac40474d08905cb
SHA512 (ryu-1.0.10.crate) = 1bd0af71a20715251dd42596df6e7677e44f712bbb40b0d9544109c1b2478a7bd2c9393535f0d4f3bfe2d1b75b3a2b899044051715a7da7d165d6d586e0775f2

Loading…
Cancel
Save