- Bump up release number.

Thu Sep 29 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.74
- Fix up DSO read logic when process is attached.
This commit is contained in:
Jeff Johnston 2005-09-29 22:41:56 +00:00
parent 078093a0f2
commit c73684b204
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: 1.73
Release: 1.77
License: GPL
Group: Development/Debuggers
@ -249,6 +249,9 @@ Patch165: gdb-6.3-xfree-20050922.patch
# Fix frame pointer for ia64 sigtramp frame
Patch166: gdb-6.3-ia64-sigtramp-fp-20050926.patch
# Fix DSO read logic for attached process
Patch167: gdb-6.3-attach-dso-20050929.patch
%ifarch ia64
BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu libunwind >= 0.96-3
%else
@ -347,6 +350,7 @@ and printing their data.
%patch164 -p1
%patch165 -p1
%patch166 -p1
%patch167 -p1
# Change the version that gets printed at GDB startup, so it is RedHat
# specific.
@ -515,6 +519,12 @@ fi
# don't include the files in include, they are part of binutils
%changelog
* Thu Sep 29 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.77
- Bump up release number.
* Thu Sep 29 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.74
- Fix up DSO read logic when process is attached.
* Mon Sep 26 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.73
- Bump up release number.