Update to version 0.7.43; Fixes RHBZ#2254896

epel9 imports/e9/rust-rkyv_derive-0.7.43-1.el9
Fabio Valentini 1 year ago
parent 20cce0a884
commit 150e069aab
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -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_derive %global crate rkyv_derive
Name: rust-rkyv_derive Name: rust-rkyv_derive
Version: 0.7.42 Version: 0.7.43
Release: %autorelease Release: %autorelease
Summary: Derive macro for rkyv Summary: Derive macro for rkyv
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/rkyv_derive URL: https://crates.io/crates/rkyv_derive
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Derive macro for rkyv.} Derive macro for rkyv.}
@ -107,7 +107,7 @@ use the "strict" 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_derive-0.7.42.crate) = 01c5abe29f8df961c038683da23ec0c46d92378be2a6fb84fd9aaaed7839f0e43face753935b5034b00def91c919cb09bb7c17bd34e65254707ea078a52e4c56 SHA512 (rkyv_derive-0.7.43.crate) = 81d7c53bdccd33695a1df40da70e73963895758eb959f04e1e68cf560f6f6656e8cb4aea40ff435cee95e7269ab3470d5ec670014e0174d6a8356ebe87d14b5e

Loading…
Cancel
Save