Compare commits

..

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

2
.gitignore vendored

@ -6,5 +6,3 @@
/bytecheck-0.6.9.crate
/bytecheck-0.6.10.crate
/bytecheck-0.6.11.crate
/bytecheck-0.6.12.crate
/bytecheck-0.8.0.crate

@ -1,22 +1,22 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate bytecheck
Name: rust-bytecheck
Version: 0.8.0
Version: 0.6.11
Release: %autorelease
Summary: Memory validation framework for Rust
Summary: Derive macro for bytecheck
License: MIT
URL: https://crates.io/crates/bytecheck
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Memory validation framework for Rust.}
Derive macro for bytecheck.}
%description %{_description}
@ -32,7 +32,7 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/README.md
%doc %{crate_instdir}/example.md
%doc %{crate_instdir}/crates-io.md
%{crate_instdir}/
%package -n %{name}+default-devel
@ -59,20 +59,44 @@ use the "simdutf8" feature of the "%{crate}" crate.
%files -n %{name}+simdutf8-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+uuid-1-devel
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+uuid-1-devel %{_description}
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "uuid-1" feature of the "%{crate}" crate.
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+uuid-1-devel
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+uuid-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+uuid-devel %{_description}
This package contains library source intended for building other packages which
use the "uuid" feature of the "%{crate}" crate.
%files -n %{name}+uuid-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+verbose-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+verbose-devel %{_description}
This package contains library source intended for building other packages which
use the "verbose" feature of the "%{crate}" crate.
%files -n %{name}+verbose-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
@ -86,7 +110,9 @@ use the "uuid-1" feature of the "%{crate}" crate.
%if %{with check}
%check
%cargo_test
# * skip tests that fail with Rust 1.71:
# https://github.com/rkyv/bytecheck/issues/32
%cargo_test -- -- --skip "src/lib.rs"
%endif
%changelog

@ -1 +1 @@
SHA512 (bytecheck-0.8.0.crate) = 1011be5bf8569c5c10465e140ead7591fc9a25b60e2cf7ace7d96b3e70d4cce1c08dbc345bcd70de5d6c2776565b9f746b8d5a09a866ca9869527791821feaf3
SHA512 (bytecheck-0.6.11.crate) = 6a501a308d5bb0f746e1512ee31c3a56ca7c4041f2fdf34e8114f585fb63a3320f8bcdbbf821ae42a4ce7bd3820b70d2260a60fd4e235cd606efda4181393ae9

Loading…
Cancel
Save