Update to version 0.8.0; Fixes RHBZ#2173813

Signed-off-by: Benjamin A. Beasley <code@musicinmybrain.net>
epel10 imports/epel10/rust-bytecheck_derive-0.8.0-1.el10
Benjamin A. Beasley 4 months ago
parent 5dc8ee10c0
commit 1d545141d4

1
.gitignore vendored

@ -6,3 +6,4 @@
/bytecheck_derive-0.6.10.crate /bytecheck_derive-0.6.10.crate
/bytecheck_derive-0.6.11.crate /bytecheck_derive-0.6.11.crate
/bytecheck_derive-0.6.12.crate /bytecheck_derive-0.6.12.crate
/bytecheck_derive-0.8.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate bytecheck_derive %global crate bytecheck_derive
Name: rust-bytecheck_derive Name: rust-bytecheck_derive
Version: 0.6.12 Version: 0.8.0
Release: %autorelease Release: %autorelease
Summary: Derive macro for bytecheck Summary: Derive macro for bytecheck
@ -31,6 +31,7 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE %license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/README.md
%{crate_instdir}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -45,18 +46,6 @@ 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}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep

@ -1 +1 @@
SHA512 (bytecheck_derive-0.6.12.crate) = 57f8480ddb76d8620095962acd203231fb7938c0caf9c216d89466f22464a6970f13adca5f4d5b10c9e1ec99d6e0b260ba7586c2bb895fad0380f8f9ac9a4fc8 SHA512 (bytecheck_derive-0.8.0.crate) = dfce27e40b0276a88f6b1c00172f9f9d7ae279e217b0b33a46150a8f51f6753351cd4d81dc0f5e49e0f18a623d165d0939ebdfb568366ada098587ad8e0813cc

Loading…
Cancel
Save