Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2015-04-28 20:42:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnutls (Old)
 and      /work/SRC/openSUSE:Factory/.gnutls.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnutls"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes    2015-04-18 
10:38:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes       2015-04-28 
20:42:22.000000000 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Sun Apr 26 08:54:53 UTC 2015 - sch...@linux-m68k.org
+
+- Disable buggy valgrind on armv7l

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

Other differences:
------------------
++++++ gnutls.spec ++++++
--- /var/tmp/diff_new_pack.fRvCJA/_old  2015-04-28 20:42:23.000000000 +0200
+++ /var/tmp/diff_new_pack.fRvCJA/_new  2015-04-28 20:42:23.000000000 +0200
@@ -58,9 +58,12 @@
 Requires:       libgnutls-dane%{gnutls_dane_sover} = %{version}
 %endif
 # disabled ppc - valgrind crashes on email cert tests currently. Marcus 
20150413
+# disabled armv7l - valgrind appears to mishandle some insns
+%ifnarch armv7hl
 %ifarch %ix86 x86_64 ppc64 s390x ppc64le %arm aarch64
 BuildRequires:  valgrind
 %endif
+%endif
 %if %suse_version >= 1230
 BuildRequires:  makeinfo
 %endif
@@ -192,7 +195,7 @@
 %if %{with gnutls_openssl_compat}
        --enable-openssl-compatibility \
 %endif
-
+       %{nil}
 %__make
 
 %install
@@ -213,7 +216,10 @@
 
 %check
 %if ! 0%{?qemu_user_space_build}
-%__make check
+%__make check || {
+    find -name test-suite.log -print -exec cat {} \;
+    exit 1
+}
 %endif
 
 %post -n libgnutls%{gnutls_sover} -p /sbin/ldconfig




Reply via email to