Compare commits

...

4 Commits

Author SHA1 Message Date
Benjamin A. Beasley 22bad2a247 Update to version 0.8.0; Fixes RHBZ#2173812
4 months ago
Fedora Release Engineering c0bffdc1b8 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 0ffbbe1071
Update to version 0.6.12
12 months ago
Fedora Release Engineering b9533846cf Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago

2
.gitignore vendored

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

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

Loading…
Cancel
Save