Hello community,

here is the log from the commit of package osmo-iuh for openSUSE:Factory 
checked in at 2018-07-06 10:47:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osmo-iuh (Old)
 and      /work/SRC/openSUSE:Factory/.osmo-iuh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osmo-iuh"

Fri Jul  6 10:47:09 2018 rev:2 rq:621092 version:0.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/osmo-iuh/osmo-iuh.changes        2018-01-10 
23:34:12.974702948 +0100
+++ /work/SRC/openSUSE:Factory/.osmo-iuh.new/osmo-iuh.changes   2018-07-06 
10:48:09.718814160 +0200
@@ -1,0 +2,5 @@
+Thu Mar 22 19:26:39 UTC 2018 - jeng...@inai.de
+
+- Show testsuite.log on failure. Now, always run it on PPC.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ osmo-iuh.spec ++++++
--- /var/tmp/diff_new_pack.my9Tog/_old  2018-07-06 10:48:10.450813288 +0200
+++ /var/tmp/diff_new_pack.my9Tog/_new  2018-07-06 10:48:10.450813288 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package osmo-iuh
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           osmo-iuh
 Version:        0.2.0
 Release:        0
 Summary:        Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
-License:        AGPL-3.0+ AND GPL-2.0+
+License:        AGPL-3.0-or-later AND GPL-2.0-or-later
 Group:          Hardware/Mobile
-URL:            https://osmocom.org/projects/osmohnbgw/wiki
+Url:            https://osmocom.org/projects/osmohnbgw/wiki
 Source:         %name-%version.tar.xz
 Patch1:         0001-fix-compiler-warning-implicit-function-declaration-i.patch
 Patch2:         0001-fix-return-values.patch
@@ -76,9 +77,12 @@
 find "%buildroot" -type f -name "*.la" -delete -print
 
 %check
+if ! make %{?_smp_mflags} check; then
+       find . -type f -name testsuite.log -exec cat "{}" "+"
 %ifnarch ppc ppc64
-make %{?_smp_mflags} check
+       exit 1
 %endif
+fi
 
 %post   -n libosmo-ranap1 -p /sbin/ldconfig
 %postun -n libosmo-ranap1 -p /sbin/ldconfig


Reply via email to