Hello community,

here is the log from the commit of package votca-tools for openSUSE:Factory 
checked in at 2019-09-26 20:41:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/votca-tools (Old)
 and      /work/SRC/openSUSE:Factory/.votca-tools.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "votca-tools"

Thu Sep 26 20:41:38 2019 rev:12 rq:733260 version:1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/votca-tools/votca-tools.changes  2019-03-26 
15:44:13.104164158 +0100
+++ /work/SRC/openSUSE:Factory/.votca-tools.new.2352/votca-tools.changes        
2019-09-26 20:41:43.094464866 +0200
@@ -1,0 +2,5 @@
+Thu Sep 26 00:52:50 UTC 2019 - Christoph Junghans <jungh...@votca.org>
+
+- Fix build on i586
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ votca-tools.spec ++++++
--- /var/tmp/diff_new_pack.YLaDYx/_old  2019-09-26 20:41:43.642463402 +0200
+++ /var/tmp/diff_new_pack.YLaDYx/_new  2019-09-26 20:41:43.646463391 +0200
@@ -96,7 +96,11 @@
 sed -i '1s@env @@' %{buildroot}/%{_bindir}/votca_compare
 
 %check
-make -C build test CTEST_OUTPUT_ON_FAILURE=1
+# https://github.com/votca/tools/issues/166
+%ifarch i586
+%global testargs ARGS='-E unit_test_elements'
+%endif
+make -C build test CTEST_OUTPUT_ON_FAILURE=1 %{?testargs:%{testargs}}
 
 %files
 %defattr(-,root,root,-)


Reply via email to