rpms/gdb/devel gdb.spec,1.205,1.206

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 16 00:01:25 UTC 2006


Author: jkratoch

Update of /cvs/dist/rpms/gdb/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv28604

Modified Files:
	gdb.spec 
Log Message:
* Wed Nov 16 2006 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.5-16
- Provide testcase for accessing the last address space byte.
- Related: rhbz#210614



Index: gdb.spec
===================================================================
RCS file: /cvs/dist/rpms/gdb/devel/gdb.spec,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- gdb.spec	9 Nov 2006 09:39:43 -0000	1.205
+++ gdb.spec	16 Nov 2006 00:01:18 -0000	1.206
@@ -11,7 +11,7 @@
 Version: 6.5
 
 # The release always contains a leading reserved number, start it at 0.
-Release: 15%{?dist}
+Release: 16%{?dist}
 
 License: GPL
 Group: Development/Debuggers
@@ -285,6 +285,7 @@
 
 # Fix deadlock accessing last address space byte; for corrupted backtraces.
 Patch203: gdb-6.5-last-address-space-byte.patch
+Patch211: gdb-6.5-last-address-space-byte-test.patch
 
 # Fix "??" resolving of symbols from (non-prelinked) debuginfo packages.
 # "gdb-6.5-matching_bfd_sections.patch" is a prerequisited CVS backport.
@@ -418,6 +419,7 @@
 %patch207 -p1
 %patch208 -p1
 %patch209 -p1
+%patch211 -p1
 
 # Change the version that gets printed at GDB startup, so it is RedHat
 # specific.
@@ -580,6 +582,9 @@
 # don't include the files in include, they are part of binutils
 
 %changelog
+* Wed Nov 16 2006 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.5-16
+- Provide testcase for accessing the last address space byte.
+
 * Wed Nov  9 2006 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.5-15
 - Fix readline segfault on excessively long hand-typed lines.
 




More information about the fedora-cvs-commits mailing list