Update to version 0.7.30; Fixes RHBZ#2038519

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

1
.gitignore vendored

@ -10,3 +10,4 @@
/rkyv_derive-0.7.27.crate /rkyv_derive-0.7.27.crate
/rkyv_derive-0.7.28.crate /rkyv_derive-0.7.28.crate
/rkyv_derive-0.7.29.crate /rkyv_derive-0.7.29.crate
/rkyv_derive-0.7.30.crate

@ -5,7 +5,7 @@
%global crate rkyv_derive %global crate rkyv_derive
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.29 Version: 0.7.30
Release: %autorelease Release: %autorelease
Summary: Derive macro for rkyv Summary: Derive macro for rkyv
@ -43,7 +43,7 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -55,7 +55,7 @@ BuildArch: noarch
%description -n %{name}+arbitrary_enum_discriminant-devel %{_description} %description -n %{name}+arbitrary_enum_discriminant-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "arbitrary_enum_discriminant" feature of the "%{crate}" crate. use the "arbitrary_enum_discriminant" feature of the "%{crate}" crate.
%files -n %{name}+arbitrary_enum_discriminant-devel %files -n %{name}+arbitrary_enum_discriminant-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -67,7 +67,7 @@ BuildArch: noarch
%description -n %{name}+archive_be-devel %{_description} %description -n %{name}+archive_be-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "archive_be" feature of the "%{crate}" crate. use the "archive_be" feature of the "%{crate}" crate.
%files -n %{name}+archive_be-devel %files -n %{name}+archive_be-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -79,7 +79,7 @@ BuildArch: noarch
%description -n %{name}+archive_le-devel %{_description} %description -n %{name}+archive_le-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "archive_le" feature of the "%{crate}" crate. use the "archive_le" feature of the "%{crate}" crate.
%files -n %{name}+archive_le-devel %files -n %{name}+archive_le-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -91,7 +91,7 @@ BuildArch: noarch
%description -n %{name}+copy-devel %{_description} %description -n %{name}+copy-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "copy" feature of the "%{crate}" crate. use the "copy" feature of the "%{crate}" crate.
%files -n %{name}+copy-devel %files -n %{name}+copy-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -103,7 +103,7 @@ BuildArch: noarch
%description -n %{name}+strict-devel %{_description} %description -n %{name}+strict-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "strict" feature of the "%{crate}" crate. use the "strict" feature of the "%{crate}" crate.
%files -n %{name}+strict-devel %files -n %{name}+strict-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (rkyv_derive-0.7.29.crate) = dcbc45b920210622cfe365317fca30e69888b530838aec4df46ad2898c85deb8082ec71d4a30f34487f24e42f35ab57ee50424d20a443094266b3e5c13a118e2 SHA512 (rkyv_derive-0.7.30.crate) = d2e41d57dd9e733275c8158a2184357406ff6d63854340ba977f9690d678f268f3c193caedc75c7551c83be78c1721b7ec0141cc172df5c6dfb86a61b5133428

Loading…
Cancel
Save