From a5fe47c6ba5368df9778b8b2121221b1925e52e1 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: May 03 2005 22:58:36 +0000 Subject: - Bump up release number. Tue May 03 2005 Jeff Johnston 6.3.0.0-1.20 - Bump up release number. Tue May 03 2005 Jeff Johnston 6.3.0.0-1.19 - Fix for partial die in cache error - Bugzilla 137904 --- diff --git a/gdb.spec b/gdb.spec index 19f31d5..ebbf187 100644 --- a/gdb.spec +++ b/gdb.spec @@ -11,7 +11,7 @@ Name: gdb Version: 6.3.0.0 # The release always contains a leading reserved number, start it at 0. -Release: 1.18 +Release: 1.21 License: GPL Group: Development/Debuggers @@ -213,6 +213,9 @@ Patch153: gdb-6.3-ia64-gcore-page0-20050421.patch # Ia64 patch for added libunwind support Patch154: gdb-6.3-ia64-sigtramp-20050427.patch +# Partial die in cache fix +Patch155: gdb-6.3-partial-die-20050503.patch + %ifarch ia64 BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu libunwind >= 0.96-3 %else @@ -299,6 +302,7 @@ and printing their data. %patch152 -p1 %patch153 -p1 %patch154 -p1 +%patch155 -p1 # Change the version that gets printed at GDB startup, so it is RedHat # specific. @@ -467,6 +471,16 @@ fi # don't include the files in include, they are part of binutils %changelog +* Tue May 03 2005 Jeff Johnston 6.3.0.0-1.21 +- Bump up release number. + +* Tue May 03 2005 Jeff Johnston 6.3.0.0-1.20 +- Bump up release number. + +* Tue May 03 2005 Jeff Johnston 6.3.0.0-1.19 +- Fix for partial die in cache error +- Bugzilla 137904 + * Wed Apr 27 2005 Jeff Johnston 6.3.0.0-1.18 - Bump up release number.