Update to version 0.7.43; Fixes RHBZ#2254897

epel9 imports/e9/rust-rkyv-0.7.43-1.el9
Fabio Valentini 1 year ago
parent 662c4ec5aa
commit 658a0775a9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -19,3 +19,4 @@
/rkyv-0.7.40.crate /rkyv-0.7.40.crate
/rkyv-0.7.41.crate /rkyv-0.7.41.crate
/rkyv-0.7.42.crate /rkyv-0.7.42.crate
/rkyv-0.7.43.crate

@ -1,6 +1,6 @@
--- rkyv-0.7.42/Cargo.toml 1970-01-01T00:00:01+00:00 --- rkyv-0.7.43/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rkyv-0.7.42/Cargo.toml 2023-05-22T22:06:59.468045+00:00 +++ rkyv-0.7.43/Cargo.toml 2024-01-14T21:48:04.597386+00:00
@@ -45,7 +45,7 @@ @@ -44,7 +44,7 @@
default-features = false default-features = false
[dependencies.bytecheck] [dependencies.bytecheck]

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rkyv %global crate rkyv
Name: rust-rkyv Name: rust-rkyv
Version: 0.7.42 Version: 0.7.43
Release: %autorelease Release: %autorelease
Summary: Zero-copy deserialization framework for Rust Summary: Zero-copy deserialization framework for Rust
@ -134,6 +134,18 @@ use the "bytecheck" feature of the "%{crate}" crate.
%files -n %{name}+bytecheck-devel %files -n %{name}+bytecheck-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+bytes-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+bytes-devel %{_description}
This package contains library source intended for building other packages which
use the "bytes" feature of the "%{crate}" crate.
%files -n %{name}+bytes-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+copy-devel %package -n %{name}+copy-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -242,6 +254,18 @@ use the "smallvec" feature of the "%{crate}" crate.
%files -n %{name}+smallvec-devel %files -n %{name}+smallvec-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+smol_str-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+smol_str-devel %{_description}
This package contains library source intended for building other packages which
use the "smol_str" feature of the "%{crate}" crate.
%files -n %{name}+smol_str-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -303,7 +327,7 @@ use the "validation" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (rkyv-0.7.42.crate) = e14e7ed994057fd196ad9fc7624e8b22d7f23efe09232754af435e894db3a69f6de4c906ce4a3f75ae8138dd1f12d099680ef2f21bdb33856a39e4d535913fc1 SHA512 (rkyv-0.7.43.crate) = 1774f241a0ebfe62ad25608b6e48adfca37dc7046599f5ce6a279b82548992b9a4bb56b82f56bb3fa535b27bf0ca73fa13e7851fd4b5ef5fa861de8d7ed99506

Loading…
Cancel
Save