Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2018-02-03 15:40:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bluez (Old)
 and      /work/SRC/openSUSE:Factory/.bluez.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bluez"

Sat Feb  3 15:40:31 2018 rev:152 rq:572111 version:5.48

Changes:
--------
--- /work/SRC/openSUSE:Factory/bluez/bluez.changes      2018-01-16 
09:39:40.581255774 +0100
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez.changes 2018-02-03 
15:40:33.514818920 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 16:05:52 UTC 2018 - [email protected]
+
+- Add disable_some_obex_tests.patch bypass boo#1078285 for PowerPC
+
+-------------------------------------------------------------------

New:
----
  disable_some_obex_tests.patch

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

Other differences:
------------------
++++++ bluez.spec ++++++
--- /var/tmp/diff_new_pack.5kKl0I/_old  2018-02-03 15:40:34.778759885 +0100
+++ /var/tmp/diff_new_pack.5kKl0I/_new  2018-02-03 15:40:34.782759698 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bluez
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010-2017 B1 Systems GmbH, Vohburg, Germany
 #
 # All modifications and additions to the file contributed by third parties
@@ -36,6 +36,8 @@
 Patch4:         bluez-5.45-disable-broken-tests.diff
 # PATCH-FIX-UPSTREAM: obexd not compiled with -fpie -- [email protected]
 Patch5:         0001-obexd-use-AM_LDFLAGS-for-linking.patch
+# disable tests for bypass boo#1078285
+Patch6:         disable_some_obex_tests.patch
 BuildRequires:  automake
 BuildRequires:  flex
 BuildRequires:  libtool
@@ -140,6 +142,9 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%ifarch ppc ppc64 ppc64le
+%patch6 -p1
+%endif
 mkdir dbus-apis
 cp -a doc/*.txt dbus-apis/
 # FIXME: Change the dbus service to be a real service, not systemd launched

++++++ disable_some_obex_tests.patch ++++++
From: Michel Normand <[email protected]>
Subject: disable some obex tests
Date: Tue, 30 Jan 2018 17:01:45 +0100

disable some obex tests as transient failures
reported by bug
https://bugzilla.suse.com/show_bug.cgi?id=1078285

Signed-off-by: Michel Normand <[email protected]>
---
 Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: bluez-5.48/Makefile.am
===================================================================
--- bluez-5.48.orig/Makefile.am
+++ bluez-5.48/Makefile.am
@@ -363,8 +363,8 @@ unit_test_gdbus_client_SOURCES = unit/te
 unit_test_gdbus_client_LDADD = gdbus/libgdbus-internal.la \
                                src/libshared-glib.la @GLIB_LIBS@ @DBUS_LIBS@
 
-unit_tests += unit/test-gobex-header unit/test-gobex-packet unit/test-gobex \
-                       unit/test-gobex-transfer unit/test-gobex-apparam
+unit_tests += unit/test-gobex-header unit/test-gobex-packet \
+                       unit/test-gobex-apparam
 
 unit_test_gobex_SOURCES = $(gobex_sources) unit/util.c unit/util.h \
                                                unit/test-gobex.c

Reply via email to