|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 2.7.0
|
|
|
|
Version: 2.7.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Structured, extensible, composable logging for Rust
|
|
|
|
Summary: Structured, extensible, composable logging for Rust
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MPL-2.0 OR MIT OR Apache-2.0
|
|
|
|
# Upstream license specification: MPL-2.0 OR MIT OR Apache-2.0
|
|
|
@ -271,10 +271,19 @@ which use "std" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
|
|
|
|
%ifnarch aarch64
|
|
|
|
%cargo_test
|
|
|
|
%cargo_test
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
# rustdoc fails to compile some doctests on aarch64
|
|
|
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1902663
|
|
|
|
|
|
|
|
%cargo_test -- --lib
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Dec 10 2020 Fabio Valentini <decathorpe@gmail.com> - 2.7.0-2
|
|
|
|
|
|
|
|
- Temporarily disable doctests on aarch64.
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 30 2020 Fabio Valentini <decathorpe@gmail.com> - 2.7.0-1
|
|
|
|
* Mon Nov 30 2020 Fabio Valentini <decathorpe@gmail.com> - 2.7.0-1
|
|
|
|
- Update to version 2.7.0.
|
|
|
|
- Update to version 2.7.0.
|
|
|
|
- Fixes RHBZ#1902585
|
|
|
|
- Fixes RHBZ#1902585
|
|
|
|