Update to 0.3.0; Fixes: RHBZ#1983804

epel9
Davide Cavalca 3 years ago
parent d53737b6ce
commit da3a45369a

1
.gitignore vendored

@ -1 +1,2 @@
/below-common-0.2.0.crate
/below-common-0.3.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate below-common
Name: rust-%{crate}
Version: 0.2.0
Version: 0.3.0
Release: %autorelease
Summary: Common below code
@ -66,15 +66,8 @@ which use "default" feature of "%{crate}" crate.
%if %{with check}
%check
%ifarch s390x
# on s390x these tests consistently fail
%cargo_test -- -- \
--skip test_system_time_from_date_and_adjuster_fail \
--skip test_system_time_from_date_and_adjuster_fail
%else
%cargo_test
%endif
%endif
%changelog
%autochangelog

@ -1 +1 @@
SHA512 (below-common-0.2.0.crate) = c4eae69b34039e79de099debf6ea2b2069483838c94d39b6d7c8dc4fcc6b31ce2024aa2ba07bc6a7f2253ddd7583749efa2de0fa02fa7f7df5ef4e76f76d2b6c
SHA512 (below-common-0.3.0.crate) = e1586ff11aeb6d642d7bab450ae184b5b2807c91a0abd13ceae471b90c9c0f24ab69eff8d639baa24196eb77c23d3616e3d43d8c6b60f60467ea09016c2b2bd9

Loading…
Cancel
Save