Update to version 0.5.1; Fixex RHBZ#2311421

Signed-off-by: Benjamin A. Beasley <code@musicinmybrain.net>
epel10
Benjamin A. Beasley 4 months ago
parent b5c4905c47
commit 5bd0f3a7f7

1
.gitignore vendored

@ -7,3 +7,4 @@
/rend-0.4.0.crate
/rend-0.4.1.crate
/rend-0.4.2.crate
/rend-0.5.1.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate rend
Name: rust-rend
Version: 0.4.2
Version: 0.5.1
Release: %autorelease
Summary: Endian-aware primitives for Rust
Summary: Cross-platform, endian-aware primitives for Rust
License: MIT
URL: https://crates.io/crates/rend
@ -16,7 +16,7 @@ Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Endian-aware primitives for Rust.}
Cross-platform, endian-aware primitives 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,42 +59,6 @@ use the "bytecheck" feature of the "%{crate}" crate.
%files -n %{name}+bytecheck-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+bytemuck-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+bytemuck-devel %{_description}
This package contains library source intended for building other packages which
use the "bytemuck" feature of the "%{crate}" crate.
%files -n %{name}+bytemuck-devel
%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
%package -n %{name}+validation-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+validation-devel %{_description}
This package contains library source intended for building other packages which
use the "validation" feature of the "%{crate}" crate.
%files -n %{name}+validation-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (rend-0.4.2.crate) = 2df17191ce710e09927f6d17fa5e3432a154d605cf3b58bdd6a3037d69cc0b017007e23c16526a8879a89cc49e3a47d38ae5f6aca8b42cd05624fd15c9dc3529
SHA512 (rend-0.5.1.crate) = 62935cf1f01c2b94d7960418fd7fb254edd75fca78a56fcced442d46f4ab69b66dc8628831351c6995d3cf324dfdbbdb36799e9245ce7f6173f8aae127f7a4d1

Loading…
Cancel
Save