- Bump up release number.

Wed Apr 27 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.17
- Bump up release number.
Wed Apr 27 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.16
- Update ia64 sigtramp support to use libunwind and fix top-level rse
    register reads to also use libunwind.
- Bugzilla 151741
This commit is contained in:
Jeff Johnston 2005-04-27 23:29:27 +00:00
parent 0e6b69254f
commit fc61375721
1 changed files with 16 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: 1.15
Release: 1.18
License: GPL
Group: Development/Debuggers
@ -210,6 +210,9 @@ Patch152: gdb-6.3-dwoppieceread-20050407.patch
# Do not issue warning message about first page of storage for ia64 gcore
Patch153: gdb-6.3-ia64-gcore-page0-20050421.patch
# Ia64 patch for added libunwind support
Patch154: gdb-6.3-ia64-sigtramp-20050427.patch
%ifarch ia64
BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu libunwind >= 0.96-3
%else
@ -295,6 +298,7 @@ and printing their data.
%patch151 -p1
%patch152 -p1
%patch153 -p1
%patch154 -p1
# Change the version that gets printed at GDB startup, so it is RedHat
# specific.
@ -463,6 +467,17 @@ fi
# don't include the files in include, they are part of binutils
%changelog
* Wed Apr 27 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.18
- Bump up release number.
* Wed Apr 27 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.17
- Bump up release number.
* Wed Apr 27 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.16
- Update ia64 sigtramp support to use libunwind and fix top-level
rse register reads to also use libunwind.
- Bugzilla 151741
* Thu Apr 21 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.15
- Bump up release number.