Hello community,

here is the log from the commit of package gdb for openSUSE:Factory checked in 
at 2017-11-19 11:06:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdb (Old)
 and      /work/SRC/openSUSE:Factory/.gdb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gdb"

Sun Nov 19 11:06:10 2017 rev:118 rq:542017 version:8.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gdb/gdb.changes  2017-11-14 14:07:16.657381926 
+0100
+++ /work/SRC/openSUSE:Factory/.gdb.new/gdb.changes     2017-11-19 
11:06:15.210627396 +0100
@@ -1,0 +2,6 @@
+Wed Nov 15 08:54:04 UTC 2017 - [email protected]
+
+- Support --without=testsuite and disable testsuite for qemu-linux-user
+  builds
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gdb.spec ++++++
--- /var/tmp/diff_new_pack.h5MenL/_old  2017-11-19 11:06:19.618466669 +0100
+++ /var/tmp/diff_new_pack.h5MenL/_new  2017-11-19 11:06:19.626466378 +0100
@@ -17,7 +17,10 @@
 #
 
 
-%define _with_testsuite 1
+%if 0%{?qemu_user_space_build}
+%global _without_testsuite 1
+%endif
+%bcond_without testsuite
 
 Summary:        A GNU source-level debugger for C, C++, Fortran and other 
languages
 License:        GPL-3.0+ and GPL-3.0-with-GCC-exception and LGPL-2.1+ and 
LGPL-3.0+
@@ -328,7 +331,7 @@
 ExclusiveArch:  noarch i386 x86_64 ppc ppc64 ia64 s390 s390x
 %endif # 0%{?el5:1}
 
-%if 0%{?_with_testsuite:1}
+%if %{with testsuite}
 
 # Ensure the devel libraries are installed for both multilib arches.
 %global bits_local %{?_isa}
@@ -384,7 +387,7 @@
 BuildRequires:  glibc-devel-static
 %endif
 
-%endif # 0%{?_with_testsuite:1}
+%endif # %{with testsuite}
 
 %ifarch ia64
 BuildRequires:  libunwind-devel
@@ -868,7 +871,7 @@
 # Initially we're in the %{gdb_src} directory.
 cd %{gdb_build}
 
-%if 0%{!?_with_testsuite:1}
+%if %{without testsuite}
 echo ====================TESTSUITE DISABLED=========================
 %else
 echo ====================TESTING=========================
@@ -1133,7 +1136,7 @@
 %endif
 %endif
 
-%if 0%{?_with_testsuite:1}
+%if %{with testsuite}
 %files testresults
 %defattr(-,root,root)
 %doc %{gdb_build}/gdb/gdb-*.sum


Reply via email to