- Bump up release number.

Wed Feb 16 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-0.26
- Fix unload.exp testcase.
This commit is contained in:
Jeff Johnston 2005-02-16 21:37:58 +00:00
parent 955cd49926
commit 6ba43c9d8c
1 changed files with 11 additions and 1 deletions

View File

@ -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.