diff --git a/orocos-bfl.spec b/orocos-bfl.spec index 357c9c5..de8a52b 100644 --- a/orocos-bfl.spec +++ b/orocos-bfl.spec @@ -3,7 +3,7 @@ Name: orocos-bfl %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global checkout 20160503git%{shortcommit} Version: 0.8.99 -Release: 6.%{checkout}%{?dist} +Release: 7.%{checkout}%{?dist} Summary: A framework for inference in Dynamic Bayesian Networks # Explanation from upstream for multiple licenses: @@ -20,11 +20,11 @@ License: GPLv2 with exceptions and LGPLv2+ URL: http://www.orocos.org/bfl/ Source0: https://gitlab.mech.kuleuven.be/rob-estimation/orocos-bayesian-filtering/repository/archive.tar.gz?ref=%{commit}#/%{name}-%{commit}.tar.gz -# Unit test test_model fails on arm. +# Unit test test_model fails on all non-x86 arches. # The test results look like this package does not work on arm, thus exclude for # now. This is reported upstream: # http://bugs.orocos.org/show_bug.cgi?id=1062 -ExcludeArch: %{arm} aarch64 +ExclusiveArch: %{ix86} x86_64 BuildRequires: cmake, cppunit-devel, boost-devel, ginac-devel BuildRequires: doxygen-latex, ghostscript-core @@ -109,6 +109,9 @@ rm -rf %{buildroot}%{_bindir}/bfl %changelog +* Wed Oct 19 2016 Dan HorĂ¡k - 0.8.99-7.20160503gitc1b18e3 +- Switch to ExclusiveArch, the unit test fails on ppc64/ppc64le/s390x too + * Mon Oct 03 2016 Till Hofmann - 0.8.99-6.20160503gitc1b18e3 - Exclude aarch64, the error is the same as on arm - Add -ldl to the linker flags