diff --git a/gdb.spec b/gdb.spec index 36e6981..b5dc243 100644 --- a/gdb.spec +++ b/gdb.spec @@ -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}.22 +Release: 1.%{cvsdate}.23 License: GPL Group: Development/Debuggers Source: ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb+dejagnu-20040607.tar.bz2 @@ -317,6 +317,10 @@ fi # don't include the files in include, they are part of binutils %changelog +* Mon Aug 30 2004 Elena Zannoni 1.200400607.23 +- Delete some part of gdb-6.1post-test-rh.patch, to avoid confusing + gdb when testing itself, and loading separate debug info. + * Fri Aug 13 2004 Jeff Johnston 1.200400607.22 - Check in gdb mainline fix for applications calling clone directly.