From 8ac106a69c28483dc55bb71a75a6b089decc8ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lauzier?= Date: Tue, 25 Jan 2022 17:15:43 -0500 Subject: [PATCH] Update to version 0.7.29; Fixes RHBZ#2038518 --- .gitignore | 1 + rust-rkyv.spec | 48 ++++++++++++++++++++++++------------------------ sources | 2 +- 3 files changed, 26 insertions(+), 25 deletions(-) diff --git a/.gitignore b/.gitignore index 1aa2034..37263dd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /rkyv-0.7.26.crate /rkyv-0.7.27.crate /rkyv-0.7.28.crate +/rkyv-0.7.29.crate diff --git a/rust-rkyv.spec b/rust-rkyv.spec index 416182d..ea05346 100644 --- a/rust-rkyv.spec +++ b/rust-rkyv.spec @@ -5,7 +5,7 @@ %global crate rkyv Name: rust-%{crate} -Version: 0.7.28 +Version: 0.7.29 Release: %autorelease Summary: Zero-copy deserialization framework for Rust @@ -30,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 @@ -44,7 +44,7 @@ BuildArch: noarch %description -n %{name}+default-devel %{_description} This package contains library source intended for building other packages which -use "default" feature of "%{crate}" crate. +use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -56,7 +56,7 @@ BuildArch: noarch %description -n %{name}+alloc-devel %{_description} This package contains library source intended for building other packages which -use "alloc" feature of "%{crate}" crate. +use the "alloc" feature of the "%{crate}" crate. %files -n %{name}+alloc-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -68,7 +68,7 @@ BuildArch: noarch %description -n %{name}+arbitrary_enum_discriminant-devel %{_description} This package contains library source intended for building other packages which -use "arbitrary_enum_discriminant" feature of "%{crate}" crate. +use the "arbitrary_enum_discriminant" feature of the "%{crate}" crate. %files -n %{name}+arbitrary_enum_discriminant-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -80,7 +80,7 @@ BuildArch: noarch %description -n %{name}+archive_be-devel %{_description} This package contains library source intended for building other packages which -use "archive_be" feature of "%{crate}" crate. +use the "archive_be" feature of the "%{crate}" crate. %files -n %{name}+archive_be-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -92,7 +92,7 @@ BuildArch: noarch %description -n %{name}+archive_le-devel %{_description} This package contains library source intended for building other packages which -use "archive_le" feature of "%{crate}" crate. +use the "archive_le" feature of the "%{crate}" crate. %files -n %{name}+archive_le-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -104,7 +104,7 @@ BuildArch: noarch %description -n %{name}+bytecheck-devel %{_description} This package contains library source intended for building other packages which -use "bytecheck" feature of "%{crate}" crate. +use the "bytecheck" feature of the "%{crate}" crate. %files -n %{name}+bytecheck-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -116,7 +116,7 @@ BuildArch: noarch %description -n %{name}+copy-devel %{_description} This package contains library source intended for building other packages which -use "copy" feature of "%{crate}" crate. +use the "copy" feature of the "%{crate}" crate. %files -n %{name}+copy-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -128,7 +128,7 @@ BuildArch: noarch %description -n %{name}+copy_unsafe-devel %{_description} This package contains library source intended for building other packages which -use "copy_unsafe" feature of "%{crate}" crate. +use the "copy_unsafe" feature of the "%{crate}" crate. %files -n %{name}+copy_unsafe-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -140,7 +140,7 @@ BuildArch: noarch %description -n %{name}+hashbrown-devel %{_description} This package contains library source intended for building other packages which -use "hashbrown" feature of "%{crate}" crate. +use the "hashbrown" feature of the "%{crate}" crate. %files -n %{name}+hashbrown-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -152,7 +152,7 @@ BuildArch: noarch %description -n %{name}+indexmap-devel %{_description} This package contains library source intended for building other packages which -use "indexmap" feature of "%{crate}" crate. +use the "indexmap" feature of the "%{crate}" crate. %files -n %{name}+indexmap-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -164,7 +164,7 @@ BuildArch: noarch %description -n %{name}+rend-devel %{_description} This package contains library source intended for building other packages which -use "rend" feature of "%{crate}" crate. +use the "rend" feature of the "%{crate}" crate. %files -n %{name}+rend-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -176,7 +176,7 @@ BuildArch: noarch %description -n %{name}+size_16-devel %{_description} This package contains library source intended for building other packages which -use "size_16" feature of "%{crate}" crate. +use the "size_16" feature of the "%{crate}" crate. %files -n %{name}+size_16-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -188,7 +188,7 @@ BuildArch: noarch %description -n %{name}+size_32-devel %{_description} This package contains library source intended for building other packages which -use "size_32" feature of "%{crate}" crate. +use the "size_32" feature of the "%{crate}" crate. %files -n %{name}+size_32-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -200,7 +200,7 @@ BuildArch: noarch %description -n %{name}+size_64-devel %{_description} This package contains library source intended for building other packages which -use "size_64" feature of "%{crate}" crate. +use the "size_64" feature of the "%{crate}" crate. %files -n %{name}+size_64-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -212,7 +212,7 @@ BuildArch: noarch %description -n %{name}+smallvec-devel %{_description} This package contains library source intended for building other packages which -use "smallvec" feature of "%{crate}" crate. +use the "smallvec" feature of the "%{crate}" crate. %files -n %{name}+smallvec-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -224,7 +224,7 @@ BuildArch: noarch %description -n %{name}+std-devel %{_description} This package contains library source intended for building other packages which -use "std" feature of "%{crate}" crate. +use the "std" feature of the "%{crate}" crate. %files -n %{name}+std-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -236,7 +236,7 @@ BuildArch: noarch %description -n %{name}+strict-devel %{_description} This package contains library source intended for building other packages which -use "strict" feature of "%{crate}" crate. +use the "strict" feature of the "%{crate}" crate. %files -n %{name}+strict-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -248,7 +248,7 @@ BuildArch: noarch %description -n %{name}+tinyvec-devel %{_description} This package contains library source intended for building other packages which -use "tinyvec" feature of "%{crate}" crate. +use the "tinyvec" feature of the "%{crate}" crate. %files -n %{name}+tinyvec-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -260,7 +260,7 @@ BuildArch: noarch %description -n %{name}+tinyvec_alloc-devel %{_description} This package contains library source intended for building other packages which -use "tinyvec_alloc" feature of "%{crate}" crate. +use the "tinyvec_alloc" feature of the "%{crate}" crate. %files -n %{name}+tinyvec_alloc-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -272,7 +272,7 @@ BuildArch: noarch %description -n %{name}+uuid-devel %{_description} This package contains library source intended for building other packages which -use "uuid" feature of "%{crate}" crate. +use the "uuid" feature of the "%{crate}" crate. %files -n %{name}+uuid-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -284,7 +284,7 @@ BuildArch: noarch %description -n %{name}+uuid_std-devel %{_description} This package contains library source intended for building other packages which -use "uuid_std" feature of "%{crate}" crate. +use the "uuid_std" feature of the "%{crate}" crate. %files -n %{name}+uuid_std-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -296,7 +296,7 @@ BuildArch: noarch %description -n %{name}+validation-devel %{_description} This package contains library source intended for building other packages which -use "validation" feature of "%{crate}" crate. +use the "validation" feature of the "%{crate}" crate. %files -n %{name}+validation-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml diff --git a/sources b/sources index 57b6ede..6482427 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (rkyv-0.7.28.crate) = 062b6e2095df75ae51cc0473d5e008ea3037d964e5ac092b07d89089a24bae9a05b576b09d0045845b7f8c9d2f73dfec3683c44970794f52bb0ef59409dd3085 +SHA512 (rkyv-0.7.29.crate) = 91514923db5e8ee0440cdc191263f86ffbe48c177195dd85a717a42a47290e316a21501ca36a8ffb6c68388cc7c6fa4658d0185f6561bfae2caceb4d5a2d8754