OBS User unknown
2008-09-12 23:16:14 +00:00
committed by Git OBS Bridge
parent 95f0a78342
commit 3fdbcb41f3
8 changed files with 6130 additions and 200 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package gdb (Version 6.8.50.20080904)
# spec file for package gdb (Version 6.8.50.20080912)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -36,12 +36,13 @@ Group: Development/Tools/Debuggers
AutoReqProv: on
PreReq: %{install_info_prereq}
Summary: The GNU Debugger
Version: 6.8.50.20080904
Version: 6.8.50.20080912
Release: 1
%define sss -cvs
Source: gdb-%{version}%{sss}.tar.bz2
Patch: cell-combined.diff
Patch1: find-pc-sect-line.diff
Patch2: warn.patch
Patch2: args-newline.diff
Patch3: readline-5.1-random.patch
Patch4: readnever.patch
Patch5: gstack.patch
@@ -109,6 +110,7 @@ Authors:
%prep
%setup -q -n %{name}-%{version}%{sss}
%patch -p1
%patch1
%patch2
%patch3
@@ -192,6 +194,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Sep 12 2008 schwab@suse.de
- Update to head of trunk.
- Add Cell combined debugger patch.
* Thu Sep 04 2008 schwab@suse.de
- Update to head of trunk.
* Fri Aug 15 2008 schwab@suse.de