diff --git a/roc-toolkit.spec b/roc-toolkit.spec index 8a9522d..cef9e03 100644 --- a/roc-toolkit.spec +++ b/roc-toolkit.spec @@ -7,7 +7,7 @@ Name: roc-toolkit Version: 0.1.5^%{git_suffix} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Real-time audio streaming License: MPL-2.0 AND LGPL-2.1-or-later AND CECILL-C URL: https://github.com/roc-streaming/roc-toolkit @@ -72,7 +72,7 @@ scons install --with-openfec-includes=%{_includedir}/openfec --prefix=%{buildroo %check # https://github.com/roc-streaming/roc-toolkit/issues/480 -%ifnarch i686 +%ifnarch i686 armv7hl scons test --with-openfec-includes=%{_includedir}/openfec %endif @@ -95,6 +95,9 @@ scons test --with-openfec-includes=%{_includedir}/openfec %doc html %changelog +* Tue Oct 11 2022 Jaroslav Škarvada - 0.1.5^20220829git863a0227-3 +- Disabled tests on 32 bit architectures (code is broken, use on own risk) + * Mon Oct 10 2022 Jaroslav Škarvada - 0.1.5^20220829git863a0227-2 - Switched license tag to SPDX format