Update to version 1.0.0-alpha.8; Fixes RHBZ#2017344

epel9
Fabio Valentini 3 years ago
parent a85e7034ae
commit 21bc143991
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/value-bag-1.0.0-alpha.6.crate
/value-bag-1.0.0-alpha.7.crate
/value-bag-1.0.0-alpha.8.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 17
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate value-bag
Name: rust-%{crate}
Version: 1.0.0~alpha.7
Version: 1.0.0~alpha.8
Release: %autorelease
Summary: Anonymous structured values
@ -199,13 +199,8 @@ which use "test" feature of "%{crate}" crate.
%if %{with check}
%check
%ifarch aarch64
# FIXME: one failing memory layout test on aarch64
%cargo_test -- -- --skip tests::value_bag_size
%else
%cargo_test
%endif
%endif
%changelog
%autochangelog

@ -1 +1 @@
SHA512 (value-bag-1.0.0-alpha.7.crate) = e53e974f5b653ecab3653ae070a5d66f8db3986a1c7203d9714dbcd9d03c7bf468b85c13b9de0461a3bf8acd5b9526d215e67700b21d8d8a9b0ab3c7c5648143
SHA512 (value-bag-1.0.0-alpha.8.crate) = aaa6070148e6ff201563e11619cf2899daaa3e0aea62492550a06c21a0ea918f44e1e4911cd7941c549754dc5e4de23863c3a04ed510c25a661c57b3552b69e3

Loading…
Cancel
Save