auto-import changelog data from gdb-6.1post-1.20040607.22.src.rpm

Fri Aug 13 2004 Jeff Johnston <jjohnstn@redhat.com> 1.200400607.22
- Check in gdb mainline fix for applications calling clone directly.
This commit is contained in:
cvsdist 2004-09-09 05:23:26 +00:00
parent 6ca16471a0
commit 2bdd126bb9
1 changed files with 7 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Summary: A GNU source-level debugger for C, C++ and other languages.
Name: gdb
# Daily snapshot of gdb taken from FSF mainline cvs, after the 6.1 branchpoint.
Version: 6.1post
Release: 1.%{cvsdate}.21
Release: 1.%{cvsdate}.22
License: GPL
Group: Development/Debuggers
Source: ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb+dejagnu-20040607.tar.bz2
@ -39,6 +39,8 @@ Patch6: gdb-6.1post-thread-fix.patch
Patch7: gdb-6.1post-libunwind-tst-fix.patch
# Fix to allow using libunwind 0.97 and up.
Patch8: gdb-6.1post-libunwind.patch
# Fix to support applications calling clone directly
Patch9: gdb-6.1post-linlwp-aug2004.patch
####### Signal trampoline fixes
Patch10: gdb-6.1post-sig-ppc-jun2004.patch
@ -108,7 +110,7 @@ printing their data.
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
@ -315,6 +317,9 @@ fi
# don't include the files in include, they are part of binutils
%changelog
* Fri Aug 13 2004 Jeff Johnston <jjohnstn@redhat.com> 1.200400607.22
- Check in gdb mainline fix for applications calling clone directly.
* Tue Aug 10 2004 Jeff Johnston <jjohnstn@redhat.com> 1.200400607.21
- Alter libunwind frame code to allow using libunwind 0.97 and up.