diff --git a/gdb.spec b/gdb.spec
index 66dd943..c66c303 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: 0.25
+Release: 0.27
 
 License: GPL
 Group: Development/Debuggers
@@ -183,6 +183,9 @@ Patch141: gdb-6.3-step-thread-exit-20050211.patch
 # Prevent gdb from being pushed into background
 Patch142: gdb-6.3-terminal-fix-20050214.patch
 
+# Fix for unload.exp testcase
+Patch143: gdb-6.3-unload-test-20050216.patch
+
 %ifarch ia64
 BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu libunwind >= 0.96-3
 %else
@@ -258,6 +261,7 @@ and printing their data.
 %patch140 -p1
 %patch141 -p1
 %patch142 -p1
+%patch143 -p1
 
 # Change the version that gets printed at GDB startup, so it is RedHat
 # specific.
@@ -426,6 +430,12 @@ fi
 # don't include the files in include, they are part of binutils
 
 %changelog
+* Wed Feb 16 2005 Jeff Johnston <jjohnstn@redhat.com>   6.3.0.0-0.27
+- Bump up release number.
+
+* Wed Feb 16 2005 Jeff Johnston <jjohnstn@redhat.com>   6.3.0.0-0.26
+- Fix unload.exp testcase.
+
 * Mon Feb 14 2005 Jeff Johnston <jjohnstn@redhat.com>   6.3.0.0-0.25
 - Bump up release number.