Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libecpint for openSUSE:Factory checked in at 2021-12-16 02:00:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libecpint (Old) and /work/SRC/openSUSE:Factory/.libecpint.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libecpint" Thu Dec 16 02:00:32 2021 rev:8 rq:940603 version:1.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/libecpint/libecpint.changes 2021-12-14 22:02:44.971166854 +0100 +++ /work/SRC/openSUSE:Factory/.libecpint.new.2520/libecpint.changes 2021-12-16 02:01:05.891638885 +0100 @@ -1,0 +2,10 @@ +Tue Dec 14 21:51:56 UTC 2021 - Christoph Junghans <jungh...@votca.org> + +- Fix deps of devel package + +------------------------------------------------------------------- +Tue Dec 14 21:41:28 UTC 2021 - Christoph Junghans <jungh...@votca.org> + +- Fix tests on i586 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libecpint.spec ++++++ --- /var/tmp/diff_new_pack.qqxgQR/_old 2021-12-16 02:01:06.435639215 +0100 +++ /var/tmp/diff_new_pack.qqxgQR/_new 2021-12-16 02:01:06.435639215 +0100 @@ -70,6 +70,7 @@ Summary: Devel package for libecpint Group: Development/Libraries/C and C++ Requires: %{name}%{sover} = %{version}-%{release} +Requires: libcerf-devel >= 1.17 %description devel Libecpint is a C++ library for the efficient evaluation of integrals over ab @@ -89,7 +90,11 @@ %cmake_install %check -%ctest +# https://github.com/robashaw/libecpint/issues/27 +%ifarch %ix86 +%global testargs --exclude-regex Type1Test2 +%endif +%ctest %{?testargs} %post -n libecpint%sover -p /sbin/ldconfig %postun -n libecpint%sover -p /sbin/ldconfig