This commit is contained in:
committed by
Git OBS Bridge
parent
1d77b88bc0
commit
736f078442
8
gdb.spec
8
gdb.spec
@@ -30,7 +30,7 @@ AutoReqProv: on
|
||||
PreReq: %{install_info_prereq}
|
||||
Summary: The GNU Debugger
|
||||
Version: 6.8
|
||||
Release: 19
|
||||
Release: 20
|
||||
%define sss %{nil}
|
||||
Source: gdb-%{version}%{sss}.tar.bz2
|
||||
Patch1: find-pc-sect-line.diff
|
||||
@@ -44,6 +44,7 @@ Patch8: infcall.diff
|
||||
Patch9: examine-prologue.diff
|
||||
Patch10: watchpoints.diff
|
||||
Patch11: get-prev-frame-1.diff
|
||||
Patch12: fix-gdb-backtrace.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -77,7 +78,7 @@ Group: Development/Tools/Debuggers
|
||||
AutoReqProv: on
|
||||
Provides: gdb:/usr/bin/gdbserver
|
||||
Version: 6.8
|
||||
Release: 6
|
||||
Release: 7
|
||||
|
||||
%description -n gdbserver
|
||||
GDBSERVER is a program that allows you to run GDB on a different
|
||||
@@ -116,6 +117,7 @@ Authors:
|
||||
%patch9
|
||||
%patch10
|
||||
%patch11 -p1
|
||||
%patch12
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" \
|
||||
@@ -177,6 +179,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri May 23 2008 matz@suse.de
|
||||
- Try harder to provide backtraces without debuginfo on i386. [bnc #390722]
|
||||
* Wed May 21 2008 schwab@suse.de
|
||||
- Fix assertion failure.
|
||||
* Fri May 09 2008 schwab@suse.de
|
||||
|
Reference in New Issue
Block a user