Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

4
.gitignore vendored

@ -20,7 +20,3 @@
/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 /rkyv_derive-0.7.43.crate
/rkyv_derive-0.7.44.crate
/rkyv_derive-0.7.45.crate
/rkyv_derive-0.8.8.crate
/rkyv_derive-0.8.9.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 27 # Generated by rust2rpm 25
%bcond check 1 %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.8.9 Version: 0.7.43
Release: %autorelease Release: %autorelease
Summary: Derive macro for rkyv Summary: Derive macro for rkyv
@ -32,7 +32,6 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE %license %{crate_instdir}/LICENSE
%license %{crate_instdir}/src/serde/LICENSE %license %{crate_instdir}/src/serde/LICENSE
%doc %{crate_instdir}/README.md
%{crate_instdir}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -47,16 +46,64 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+bytecheck-devel %package -n %{name}+arbitrary_enum_discriminant-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+bytecheck-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 the "bytecheck" feature of the "%{crate}" crate. use the "arbitrary_enum_discriminant" feature of the "%{crate}" crate.
%files -n %{name}+bytecheck-devel %files -n %{name}+arbitrary_enum_discriminant-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+archive_be-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+archive_be-devel %{_description}
This package contains library source intended for building other packages which
use the "archive_be" feature of the "%{crate}" crate.
%files -n %{name}+archive_be-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+archive_le-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+archive_le-devel %{_description}
This package contains library source intended for building other packages which
use the "archive_le" feature of the "%{crate}" crate.
%files -n %{name}+archive_le-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+copy-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+copy-devel %{_description}
This package contains library source intended for building other packages which
use the "copy" feature of the "%{crate}" crate.
%files -n %{name}+copy-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+strict-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+strict-devel %{_description}
This package contains library source intended for building other packages which
use the "strict" feature of the "%{crate}" crate.
%files -n %{name}+strict-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep

@ -1 +1 @@
SHA512 (rkyv_derive-0.8.9.crate) = 46a00b8dcd3a2fb7c4af28e8ff672cb5051842d5f0c2a7fd99af52a0b74ca189f28031501e6d8f52ede890a3ed6bd41cc6b4c6b8020802b795a34bddbbc2698d SHA512 (rkyv_derive-0.7.43.crate) = 81d7c53bdccd33695a1df40da70e73963895758eb959f04e1e68cf560f6f6656e8cb4aea40ff435cee95e7269ab3470d5ec670014e0174d6a8356ebe87d14b5e

Loading…
Cancel
Save