Compare commits

..

6 Commits

Author SHA1 Message Date
Fabio Valentini fd6097f9bf
Update to version 0.8.9; Fixes RHBZ#2328716
2 months ago
Benjamin A. Beasley 43c1fbca28 Update to version 0.8.8; Fixes RHBZ#2311429
5 months ago
Fabio Valentini c3e725ffbe
Update to version 0.7.45; Fixes RHBZ#2306090
6 months ago
Fedora Release Engineering 086e499e1b Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fabio Valentini f3221d680e
Update to version 0.7.44; Fixes RHBZ#2262582
11 months ago
Fedora Release Engineering afd4c1c9c3 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago

4
.gitignore vendored

@ -20,3 +20,7 @@
/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 25 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%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.43 Version: 0.8.9
Release: %autorelease Release: %autorelease
Summary: Derive macro for rkyv Summary: Derive macro for rkyv
@ -32,6 +32,7 @@ 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
@ -46,64 +47,16 @@ 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}+arbitrary_enum_discriminant-devel %package -n %{name}+bytecheck-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+arbitrary_enum_discriminant-devel %{_description} %description -n %{name}+bytecheck-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 "arbitrary_enum_discriminant" feature of the "%{crate}" crate. use the "bytecheck" feature of the "%{crate}" crate.
%files -n %{name}+arbitrary_enum_discriminant-devel %files -n %{name}+bytecheck-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.7.43.crate) = 81d7c53bdccd33695a1df40da70e73963895758eb959f04e1e68cf560f6f6656e8cb4aea40ff435cee95e7269ab3470d5ec670014e0174d6a8356ebe87d14b5e SHA512 (rkyv_derive-0.8.9.crate) = 46a00b8dcd3a2fb7c4af28e8ff672cb5051842d5f0c2a7fd99af52a0b74ca189f28031501e6d8f52ede890a3ed6bd41cc6b4c6b8020802b795a34bddbbc2698d

Loading…
Cancel
Save