OBS User unknown
2007-01-13 11:49:02 +00:00
committed by Git OBS Bridge
parent ec41293d68
commit 9b57370743
3 changed files with 27 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package gdb (Version 6.6)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -21,7 +21,7 @@ Group: Development/Tools/Debuggers
Autoreqprov: on
PreReq: %{install_info_prereq}
Version: 6.6
Release: 1
Release: 8
Summary: The GNU Debugger
Source: gdb-%{version}.tar.bz2
Patch1: gdb-misc.patch
@@ -38,6 +38,7 @@ Patch12: ppc-long-double.diff
Patch13: lr-frame-offset.diff
Patch14: ppc64-fdesc.diff
Patch15: solib-extract-address.diff
Patch16: pc-regnum.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -82,6 +83,7 @@ cd ..
%patch13 -p1
%patch14
%patch15
%patch16
%build
CFLAGS="$RPM_OPT_FLAGS" \
@@ -137,6 +139,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog -n gdb
* Thu Jan 11 2007 - schwab@suse.de
- Fix unchecked use of PC_REGNUM.
* Wed Dec 20 2006 - schwab@suse.de
- Update to gdb 6.6.
* New targets