diff --git a/libsbml.spec b/libsbml.spec index 7faf471..5589b5a 100644 --- a/libsbml.spec +++ b/libsbml.spec @@ -38,7 +38,7 @@ Name: libsbml Version: 5.11.5 #Release: 1%{?dist} -Release: 0.7.%{date}svn%{checkout}%{?dist} +Release: 0.8.%{date}svn%{checkout}%{?dist} Summary: Systems Biology Markup Language library License: LGPLv2+ @@ -254,6 +254,7 @@ make %{?_smp_mflags} %endif pushd ../build +export LDFLAGS="%{__global_ldflags} -Wl,--as-needed" %cmake -DENABLE_{LAYOUT,QUAL,COMP,FBC,RENDER}=ON \ %if 0%{?fedora} > 22 %ifarch x86_64 @@ -366,12 +367,8 @@ make -C build2 check CTEST_OUTPUT_ON_FAILURE=TRUE ##This test failed on ARM yet ##https://sourceforge.net/p/sbml/libsbml/411/ cd build -%ifarch %{arm} -ctest --force-new-ctest-process -E test_csharp_bindings_full -%else -ctest --force-new-ctest-process -E test_ruby_binding -%endif #ARM -%endif #with_check +ctest --force-new-ctest-process -E "test_csharp_bindings_full" -E "test_ruby_binding" -V +%endif %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -459,6 +456,9 @@ ctest --force-new-ctest-process -E test_ruby_binding %changelog +* Thu Jun 18 2015 Antonio Trande - 5.11.5-0.8.20150528svn22272 +- Excluded failed tests + * Wed Jun 17 2015 Fedora Release Engineering - 5.11.5-0.7.20150528svn22272 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild