Update to version 0.7.35; Fixes RHBZ#2054999

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

1
.gitignore vendored

@ -12,3 +12,4 @@
/rkyv-0.7.29.crate
/rkyv-0.7.30.crate
/rkyv-0.7.31.crate
/rkyv-0.7.35.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 20
# Generated by rust2rpm 21
%bcond_without check
%global debug_package %{nil}
%global crate rkyv
Name: rust-%{crate}
Version: 0.7.31
Version: 0.7.35
Release: %autorelease
Summary: Zero-copy deserialization framework for Rust
@ -16,7 +16,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Zero-copy deserialization framework for Rust.}
@ -33,9 +33,10 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md crates-io.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/README.md
%doc %{crate_instdir}/crates-io.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}

@ -1 +1 @@
SHA512 (rkyv-0.7.31.crate) = 3cb168fef36e4d7723031db55b7ad879504ccf2a3bf97ad3bd3ed5d0997b1d5c80f5e5cbc9547a8b158b1b0c815005f28558b064c04011a0f75639054a20d64c
SHA512 (rkyv-0.7.35.crate) = 93099977acde0331092aa25e3f42c4e74c97e962ef1fbbad7805f2356fe7e922d1be17c6e1749ade7f404b49f3d3f4357d6785180be92f06f29948bfae82ac4d

Loading…
Cancel
Save