Hello community,

here is the log from the commit of package vips for openSUSE:Factory checked in 
at 2016-04-28 16:55:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vips (Old)
 and      /work/SRC/openSUSE:Factory/.vips.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vips"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vips/vips.changes        2016-02-18 
12:36:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.vips.new/vips.changes   2016-04-28 
16:59:11.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Apr 21 10:12:28 UTC 2016 - [email protected]
+
+- ignore make check errors for ppc64 architecture tracked upstream
+  https://github.com/jcupitt/libvips/issues/427
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vips.spec ++++++
--- /var/tmp/diff_new_pack.7lbwBg/_old  2016-04-28 16:59:14.000000000 +0200
+++ /var/tmp/diff_new_pack.7lbwBg/_new  2016-04-28 16:59:14.000000000 +0200
@@ -143,7 +143,11 @@
 rm -rf %{buildroot}%{_datadir}/doc/vips
 
 %check
+%ifarch ppc64 ppc
+make check || echo "Warning: ignore make check error for ppc64"
+%else
 make check
+%endif
 
 %post -n %{libname}%{somajor} -p /sbin/ldconfig
 


Reply via email to