From 97f0647b637be953ca60104cd167d9434970e2f2 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 30 Nov 2021 12:54:29 +0100 Subject: [PATCH 1/6] Update to version 1.0.6; Fixes RHBZ#2027122 --- .gitignore | 1 + rust-ryu.spec | 15 ++++++--------- sources | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index d98fb7b..a7139b2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /ryu-1.0.3.crate /ryu-1.0.4.crate /ryu-1.0.5.crate +/ryu-1.0.6.crate diff --git a/rust-ryu.spec b/rust-ryu.spec index c7e9c9e..dec98fb 100644 --- a/rust-ryu.spec +++ b/rust-ryu.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 19 +# Generated by rust2rpm 20 %bcond_without check %global debug_package %{nil} %global crate ryu Name: rust-%{crate} -Version: 1.0.5 +Version: 1.0.6 Release: %autorelease Summary: Fast floating point to string conversion @@ -15,9 +15,6 @@ URL: https://crates.io/crates/ryu Source: %{crates_source} ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif BuildRequires: rust-packaging @@ -33,7 +30,7 @@ BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which -use "%{crate}" crate. +use the "%{crate}" crate. %files devel %license LICENSE-APACHE LICENSE-BOOST @@ -47,7 +44,7 @@ BuildArch: noarch %description -n %{name}+default-devel %{_description} 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 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -59,7 +56,7 @@ BuildArch: noarch %description -n %{name}+no-panic-devel %{_description} 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 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -71,7 +68,7 @@ BuildArch: noarch %description -n %{name}+small-devel %{_description} 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 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml diff --git a/sources b/sources index 7094a73..5a1d71b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ryu-1.0.5.crate) = d1708ffa3112a684edf2956b6730ead040401d38f1457cde074eaaa59c249007dc8b925629e7f6df89f7ea757e9d0826649d685cc8ede0a04d50296048bf476c +SHA512 (ryu-1.0.6.crate) = 175da99ee31a942800eb33ab5addcdf89b2bba95b6289be1560746d030acda547a5bc3e8cba714c252230a93bcd991b9593a7c94421222833bf089694ccf1655 From 2d01a8c10efe4ac97e2f4ffb5f2e0f2c1c37887a Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 15 Dec 2021 14:16:27 +0100 Subject: [PATCH 2/6] Update to version 1.0.9; Fixes RHBZ#2031338 --- .gitignore | 1 + rust-ryu.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a7139b2..75927d1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /ryu-1.0.4.crate /ryu-1.0.5.crate /ryu-1.0.6.crate +/ryu-1.0.9.crate diff --git a/rust-ryu.spec b/rust-ryu.spec index dec98fb..ce851a1 100644 --- a/rust-ryu.spec +++ b/rust-ryu.spec @@ -5,7 +5,7 @@ %global crate ryu Name: rust-%{crate} -Version: 1.0.6 +Version: 1.0.9 Release: %autorelease Summary: Fast floating point to string conversion diff --git a/sources b/sources index 5a1d71b..e3d784d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ryu-1.0.6.crate) = 175da99ee31a942800eb33ab5addcdf89b2bba95b6289be1560746d030acda547a5bc3e8cba714c252230a93bcd991b9593a7c94421222833bf089694ccf1655 +SHA512 (ryu-1.0.9.crate) = 4e7c2c7ec73da1ddb32e18d36b8159cb4047b9f4feeb975361e7ba68135e671e11419bb7786df789f5d08e5895231d2c98e36035b515f2c64ac40474d08905cb From 1d7396c76dc7cb6695fb618b056b85f4ba786b0b Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 23 May 2022 18:39:11 +0200 Subject: [PATCH 4/6] Update to version 1.0.10; Fixes RHBZ#2086360 --- .gitignore | 1 + rust-ryu.spec | 19 ++++++++++--------- sources | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 75927d1..5d5d9eb 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /ryu-1.0.5.crate /ryu-1.0.6.crate /ryu-1.0.9.crate +/ryu-1.0.10.crate diff --git a/rust-ryu.spec b/rust-ryu.spec index ce851a1..5743555 100644 --- a/rust-ryu.spec +++ b/rust-ryu.spec @@ -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 diff --git a/sources b/sources index e3d784d..2e91980 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ryu-1.0.9.crate) = 4e7c2c7ec73da1ddb32e18d36b8159cb4047b9f4feeb975361e7ba68135e671e11419bb7786df789f5d08e5895231d2c98e36035b515f2c64ac40474d08905cb +SHA512 (ryu-1.0.10.crate) = 1bd0af71a20715251dd42596df6e7677e44f712bbb40b0d9544109c1b2478a7bd2c9393535f0d4f3bfe2d1b75b3a2b899044051715a7da7d165d6d586e0775f2 From 0383e5fc7496a20faf903a53b8b8d55afe707a7a Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 3 Aug 2022 21:45:23 +0200 Subject: [PATCH 6/6] Update to version 1.0.11; Fixes RHBZ#2114633 --- .gitignore | 1 + rust-ryu.spec | 9 ++++----- sources | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 5d5d9eb..e3e283b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /ryu-1.0.6.crate /ryu-1.0.9.crate /ryu-1.0.10.crate +/ryu-1.0.11.crate diff --git a/rust-ryu.spec b/rust-ryu.spec index 5743555..d559acf 100644 --- a/rust-ryu.spec +++ b/rust-ryu.spec @@ -1,16 +1,15 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 22 %bcond_without check %global debug_package %{nil} %global crate ryu -Name: rust-%{crate} -Version: 1.0.10 +Name: rust-ryu +Version: 1.0.11 Release: %autorelease Summary: Fast floating point to string conversion -# Upstream license specification: Apache-2.0 OR BSL-1.0 -License: ASL 2.0 or Boost +License: Apache-2.0 OR BSL-1.0 URL: https://crates.io/crates/ryu Source: %{crates_source} diff --git a/sources b/sources index 2e91980..851e9ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ryu-1.0.10.crate) = 1bd0af71a20715251dd42596df6e7677e44f712bbb40b0d9544109c1b2478a7bd2c9393535f0d4f3bfe2d1b75b3a2b899044051715a7da7d165d6d586e0775f2 +SHA512 (ryu-1.0.11.crate) = dd2642aab2d3017c31432436226d5350b894c8b88a09395eb7de6350964b3cc48451a829ce78b04a9e4e0480076fe1bddd0604f4e57700faa2d60cac6e361408