OBS User unknown
2009-02-03 21:49:21 +00:00
committed by Git OBS Bridge
parent 0ffa8e7b93
commit 7168e51d73
6 changed files with 22 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package gdb (Version 6.8.50.20090116)
# spec file for package gdb (Version 6.8.50.20090203)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,8 +19,8 @@
Name: gdb
Summary: The GNU Debugger
Version: 6.8.50.20090116
Release: 2
Version: 6.8.50.20090203
Release: 1
BuildRequires: bison dejagnu flex gcc-c++ gcc-fortran gcc-java gcc-objc python-devel readline-devel zlib-devel
%if 0%{?suse_version} > 1020
BuildRequires: libexpat-devel
@@ -54,7 +54,6 @@ Patch7: pie-relocate.diff
Patch8: find-separate-debug-file.diff
Patch9: fix-gdb-backtrace.diff
Patch10: expand-line-sal-maybe.diff
Patch11: startup-inferior.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -124,7 +123,6 @@ Authors:
%patch8
%patch9
%patch10
%patch11
%build
%ifarch %ix86 ia64 ppc ppc64 s390 s390x x86_64
@@ -201,6 +199,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Tue Feb 03 2009 schwab@suse.de
- Update to head to trunk.
* Thu Jan 22 2009 schwab@suse.de
- Update Cell combined debugger patch.
* Fri Jan 16 2009 schwab@suse.de