Update to version 0.3.6; Fixes RHBZ#2033907

epel9
Rémi Lauzier 3 years ago
parent 752983823a
commit 56d00e9ec7
No known key found for this signature in database
GPG Key ID: D4B9ECD143336C1D

1
.gitignore vendored

@ -3,3 +3,4 @@
/rend-0.3.3.crate
/rend-0.3.4.crate
/rend-0.3.5.crate
/rend-0.3.6.crate

@ -5,7 +5,7 @@
%global crate rend
Name: rust-%{crate}
Version: 0.3.5
Version: 0.3.6
Release: %autorelease
Summary: Endian-aware primitives for Rust
@ -29,7 +29,7 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
This package contains library source intended for building other packages which
use "%{crate}" crate.
%files devel
@ -43,7 +43,7 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
This package contains library source intended for building other packages which
use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
@ -55,7 +55,7 @@ BuildArch: noarch
%description -n %{name}+bytecheck-devel %{_description}
This package contains library source intended for building other packages which
This package contains library source intended for building other packages which
use "bytecheck" feature of "%{crate}" crate.
%files -n %{name}+bytecheck-devel
@ -67,7 +67,7 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
This package contains library source intended for building other packages which
use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
@ -79,7 +79,7 @@ BuildArch: noarch
%description -n %{name}+validation-devel %{_description}
This package contains library source intended for building other packages which
This package contains library source intended for building other packages which
use "validation" feature of "%{crate}" crate.
%files -n %{name}+validation-devel

@ -1 +1 @@
SHA512 (rend-0.3.5.crate) = d6220aa3195042288c4dcb360c500bd1a49d4a4e43fa28c273a87b7428d81719eb6596cd3159e6a1685cc8b466f841271424349a2720dfa5b39b0e38d8829065
SHA512 (rend-0.3.6.crate) = 348c4e11373d80fead2db69556621f7291f4179c137b914e8acab1dae62e3bd7e2b5bd74f39aa93b732d30ed45f4f26012620abb90a8aedaa898d9a0378c807d

Loading…
Cancel
Save