Hello community,

here is the log from the commit of package socat for openSUSE:Factory checked 
in at 2018-02-06 16:46:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/socat (Old)
 and      /work/SRC/openSUSE:Factory/.socat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "socat"

Tue Feb  6 16:46:16 2018 rev:35 rq:572514 version:1.7.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/socat/socat.changes      2017-08-22 
11:05:45.825033998 +0200
+++ /work/SRC/openSUSE:Factory/.socat.new/socat.changes 2018-02-06 
16:46:17.832089396 +0100
@@ -1,0 +2,6 @@
+Fri Feb  2 06:50:32 UTC 2018 - [email protected]
+
+- Add socat-ignore-tests-failure-boo1078346.patch
+  flaky test failures PowerPC and s390 , bypass boo#1078346
+
+-------------------------------------------------------------------

New:
----
  socat-ignore-tests-failure-boo1078346.patch

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

Other differences:
------------------
++++++ socat.spec ++++++
--- /var/tmp/diff_new_pack.kxfYV7/_old  2018-02-06 16:46:18.476059263 +0100
+++ /var/tmp/diff_new_pack.kxfYV7/_new  2018-02-06 16:46:18.476059263 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package socat
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Pascal Bleser <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -43,6 +43,7 @@
 Group:          Productivity/Networking/Other
 Source:         
http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2
 Patch0:         socat-openssl-1.1-tests.patch
+Patch1:         socat-ignore-tests-failure-boo1078346.patch
 Source1:        %{name}.changes
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -60,6 +61,7 @@
 then
 %patch0 -p1
 fi
+%patch1 -p1
 
 %build
 # export deterministic BUILD_DATE, format like "__DATE__ __TIME__"

++++++ socat-ignore-tests-failure-boo1078346.patch ++++++
From: Michel Normand <[email protected]>
Subject: socat ignore tests failure boo1078346
Date: Wed, 31 Jan 2018 10:19:54 +0100

socat ignore flaky tests failure boo1078346
for PowerPC and S390

Signed-off-by: Michel Normand <[email protected]>
---
 test.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: socat-1.7.3.2/test.sh
===================================================================
--- socat-1.7.3.2.orig/test.sh
+++ socat-1.7.3.2/test.sh
@@ -12801,7 +12801,7 @@ echo "summary: $((N-1)) tests, $((numOK+
 
 if [ "$numFAIL" -gt 0 ]; then
     echo "FAILED: $listFAIL"
-    exit 1
+    uname -p | grep -qE 'ppc|s390' && { echo "ignore flaky failures, bypass 
boo#1078346"; exit 0; } || exit 1
 fi
 exit 0
 

Reply via email to