Update to version 0.7.35; Fixes RHBZ#2054998

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

1
.gitignore vendored

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

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

@ -1 +1 @@
SHA512 (rkyv_derive-0.7.31.crate) = 06d56e8da0548527472fd5745086705ce41fa2869a859b703ed32cba0349449a75fe21b5976571f97790ebd116b4c8fec518e9d1f5dc4d568c98a6af9e9596bc SHA512 (rkyv_derive-0.7.35.crate) = bf461aac2bb3620ae8891cb427efe5962a5a4d3b60f39206773c65aa1f5d62b627cc45f45e9200c3898bb1d72ccfb4d2ac538653f5e964df9cd65e0c897905a6

Loading…
Cancel
Save