diff --git a/gdb.spec b/gdb.spec index 569e4b6..6948cb4 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}.17.1 +Release: 1.%{cvsdate}.18 License: GPL Group: Development/Debuggers Source: ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb+dejagnu-20040607.tar.bz2 @@ -76,8 +76,7 @@ Patch80: gdb-6.1post-infcall-step-jul2004.patch %ifarch ia64 BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu libunwind >= 0.96-3 %else -#BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu -BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo +BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu %endif %ifarch ia64 @@ -308,6 +307,9 @@ fi # don't include the files in include, they are part of binutils %changelog +* Mon Jul 26 2004 Elena Zannoni 1.200400607.18 +- Add Pie patches back in. + * Fri Jul 16 2004 Andrew Cagney 1.200400607.17 - Fix stepping over a no-debug shared-library function. - Fix patch vsyscall patch name.