OBS User unknown
2009-01-19 00:46:30 +00:00
committed by Git OBS Bridge
parent c2ccc3d9f3
commit a2afc99c64
9 changed files with 139 additions and 288 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package gdb (Version 6.8.50.20081120)
# spec file for package gdb (Version 6.8.50.20090116)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,8 +19,8 @@
Name: gdb
Summary: The GNU Debugger
Version: 6.8.50.20081120
Release: 2
Version: 6.8.50.20090116
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
@@ -33,6 +33,7 @@ BuildRequires: libunwind-devel
%ifnarch ppc64 s390x
BuildRequires: gcc-ada
%endif
Recommends: python
Url: http://www.gnu.org/software/gdb/
License: GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later
Group: Development/Tools/Debuggers
@@ -53,9 +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
Patch12: resume.diff
Patch13: testsuite.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -125,9 +123,6 @@ Authors:
%patch8
%patch9
%patch10
%patch11
%patch12
%patch13
%build
%ifarch %ix86 ia64 ppc ppc64 s390 s390x x86_64
@@ -204,6 +199,11 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Jan 16 2009 schwab@suse.de
- Update to head of trunk.
* Fri Jan 16 2009 bwalle@suse.de
- Recommend Python for GDB to prevent strange error messages to
be presented to the user in the default case.
* Wed Dec 10 2008 olh@suse.de
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
(bnc#437293)