Accepting request 628575 from home:scarabeus_iv:branches:devel:gcc
- Apply patch from fedora to build with python3.7: * gdb-fix-python37-breakage.patch OBS-URL: https://build.opensuse.org/request/show/628575 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=184
This commit is contained in:
8
gdb.spec
8
gdb.spec
@@ -23,7 +23,7 @@
|
||||
%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+
|
||||
License: GPL-3.0-or-later AND GPL-3.0-with-GCC-exception AND LGPL-2.1-or-later AND LGPL-3.0-or-later
|
||||
Group: Development/Tools/Debuggers
|
||||
Name: gdb
|
||||
|
||||
@@ -224,6 +224,7 @@ Patch123: gdb-archer.patch
|
||||
Patch124: gdb-vla-intel-fix-print-char-array.patch
|
||||
Patch125: gdb-rhbz1540559-gdbaddindex-glibcdebug-regression.patch
|
||||
Patch126: gdb-ppc64-stwux-tautological-compare.patch
|
||||
Patch127: gdb-fix-python37-breakage.patch
|
||||
#Fedora Packages end
|
||||
|
||||
# Upstream patch to fix gcc -Werror
|
||||
@@ -352,7 +353,7 @@ and printing their data.
|
||||
%if %{suse_version} > 1010
|
||||
%package -n gdbserver
|
||||
Summary: A standalone server for GDB (the GNU source-level debugger)
|
||||
License: GPL-3.0+ and GPL-3.0-with-GCC-exception and LGPL-2.1+ and LGPL-3.0+
|
||||
License: GPL-3.0-or-later AND GPL-3.0-with-GCC-exception AND LGPL-2.1-or-later AND LGPL-3.0-or-later
|
||||
Group: Development/Tools/Debuggers
|
||||
|
||||
%description -n gdbserver
|
||||
@@ -366,7 +367,7 @@ machine than the one which is running the program being debugged.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation for GDB (the GNU source-level debugger)
|
||||
License: GFDL-1.3
|
||||
License: GFDL-1.3-only
|
||||
Group: Documentation/Other
|
||||
PreReq: %{install_info_prereq}
|
||||
|
||||
@@ -532,6 +533,7 @@ find -name "*.info*"|xargs rm -f
|
||||
%patch124 -p1
|
||||
%patch125 -p1
|
||||
%patch126 -p1
|
||||
%patch127 -p1
|
||||
#Fedora patching end
|
||||
|
||||
%patch1002 -p1
|
||||
|
Reference in New Issue
Block a user