OBS User unknown
2007-10-02 22:54:19 +00:00
committed by Git OBS Bridge
parent 7fd6933597
commit 235bfbc404
6 changed files with 61 additions and 68 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package gdb (Version 6.6.50.20070726)
# spec file for package gdb (Version 6.6.90.20071001)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -23,11 +23,10 @@ License: GPL v2 or later
Group: Development/Tools/Debuggers
AutoReqProv: on
PreReq: %{install_info_prereq}
Version: 6.6.50.20070726
Release: 24
Version: 6.6.90.20071001
Release: 1
Summary: The GNU Debugger
Source: gdb-%{version}-cvs.tar.bz2
Patch1: gdb-misc.patch
Patch2: warn.patch
Patch3: readline-5.1-random.patch
Patch4: readnever.patch
@@ -66,7 +65,6 @@ Authors:
%prep
%setup -q -n %{name}-%{version}-cvs
%patch1
%patch2
%patch3
%patch4
@@ -81,7 +79,7 @@ Authors:
%build
CFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=%{_prefix} --libdir=%{_libdir} --infodir=%{_infodir} \
--mandir=%{_mandir} \
--mandir=%{_mandir} --with-system-readline \
%ifarch ia64
--with-libunwind \
%else
@@ -133,6 +131,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/gdbserver.1.gz
%endif
%changelog
* Mon Oct 01 2007 - schwab@suse.de
- Update to head of gdb_6_7-branch.
* Mon Sep 24 2007 - schwab@suse.de
- Fix internal error [#309928].
* Thu Jul 26 2007 - schwab@suse.de