- Bump up release number.
Tue May 03 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.20 - Bump up release number. Tue May 03 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.19 - Fix for partial die in cache error - Bugzilla 137904
This commit is contained in:
parent
fc61375721
commit
a5fe47c6ba
16
gdb.spec
16
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 <jjohnstn@redhat.com> 6.3.0.0-1.21
|
||||
- Bump up release number.
|
||||
|
||||
* Tue May 03 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.20
|
||||
- Bump up release number.
|
||||
|
||||
* Tue May 03 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.19
|
||||
- Fix for partial die in cache error
|
||||
- Bugzilla 137904
|
||||
|
||||
* Wed Apr 27 2005 Jeff Johnston <jjohnstn@redhat.com> 6.3.0.0-1.18
|
||||
- Bump up release number.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user