Update to version 0.7.29; Fixes RHBZ#2038518

epel9
Rémi Lauzier 3 years ago
parent eadfc83f12
commit 8ac106a69c
No known key found for this signature in database
GPG Key ID: D4B9ECD143336C1D

1
.gitignore vendored

@ -9,3 +9,4 @@
/rkyv-0.7.26.crate
/rkyv-0.7.27.crate
/rkyv-0.7.28.crate
/rkyv-0.7.29.crate

@ -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

@ -1 +1 @@
SHA512 (rkyv-0.7.28.crate) = 062b6e2095df75ae51cc0473d5e008ea3037d964e5ac092b07d89089a24bae9a05b576b09d0045845b7f8c9d2f73dfec3683c44970794f52bb0ef59409dd3085
SHA512 (rkyv-0.7.29.crate) = 91514923db5e8ee0440cdc191263f86ffbe48c177195dd85a717a42a47290e316a21501ca36a8ffb6c68388cc7c6fa4658d0185f6561bfae2caceb4d5a2d8754

Loading…
Cancel
Save