Update to version 0.4.1; Fixes RHBZ#2240492

epel9 imports/e9/rust-rend-0.4.1-1.el9
Fabio Valentini 1 year ago
parent 6e194ab0f2
commit 46e637e011
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/rend-0.3.5.crate
/rend-0.3.6.crate
/rend-0.4.0.crate
/rend-0.4.1.crate

@ -5,7 +5,7 @@
%global crate rend
Name: rust-rend
Version: 0.4.0
Version: 0.4.1
Release: %autorelease
Summary: Endian-aware primitives for Rust
@ -59,6 +59,18 @@ 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

@ -1 +1 @@
SHA512 (rend-0.4.0.crate) = 81760a50e9957bad30e0c0a02c6be8a26700c87f712e8f8e841be9fa7390cc047e67699f1815021b943a50e570729b0ab16c86f13e5e35cf471432f2760841ee
SHA512 (rend-0.4.1.crate) = 1c918770be4bbcb585b74fb62d8bafbcdd52071e71a975c591e0c3dcfc40d55c76f318b3873c86bf23f56653f9367cbe9ba5d80800a149485996844cb25b09ce

Loading…
Cancel
Save