Hello community,

here is the log from the commit of package orc for openSUSE:Factory checked in 
at 2015-03-03 11:12:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orc (Old)
 and      /work/SRC/openSUSE:Factory/.orc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/orc/orc.changes  2014-12-31 11:22:05.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.orc.new/orc.changes     2015-03-03 
11:12:21.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Feb 27 17:29:20 UTC 2015 - [email protected]
+
+- disable make check for ppc64le archi
+  would need changes in orcprogram-altivec.c
+  and define of HAVE_POWERPC
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ orc.spec ++++++
--- /var/tmp/diff_new_pack.mmHds9/_old  2015-03-03 11:12:21.000000000 +0100
+++ /var/tmp/diff_new_pack.mmHds9/_new  2015-03-03 11:12:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package orc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -95,8 +95,9 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 # Temp disable check on i586 until we have sorted out the i586 fails with 
upstream
+# disable also for ppc64le as many changes required in orcprogram-altivec.c
 %check
-%ifnarch %{arm} || %{ix86}
+%ifnarch %{arm} || %{ix86} || ppc64le
 make check %{?_smp_mflags}
 %endif
 


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to