rpms/gdb/devel gdb.spec,1.344,1.345

Jan Kratochvil jkratoch at fedoraproject.org
Sun Apr 19 14:37:12 UTC 2009


Author: jkratoch

Update of /cvs/pkgs/rpms/gdb/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23515

Modified Files:
	gdb.spec 
Log Message:
* Sun Apr 19 2009 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8.50.20090302-21
- New test for parsing elf64-i386 files for kdump PAE vmcore dumps (BZ 457187).



Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb.spec,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -r1.344 -r1.345
--- gdb.spec	16 Apr 2009 19:09:09 -0000	1.344
+++ gdb.spec	19 Apr 2009 14:36:39 -0000	1.345
@@ -13,7 +13,7 @@
 
 # The release always contains a leading reserved number, start it at 1.
 # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
-Release: 20%{?_with_upstream:.upstream}%{?dist}
+Release: 21%{?_with_upstream:.upstream}%{?dist}
 
 License: GPLv3+
 Group: Development/Debuggers
@@ -374,6 +374,7 @@
 # Fix parsing elf64-i386 files for kdump PAE vmcore dumps (BZ 457187).
 # - Turn on 64-bit BFD support, globally enable AC_SYS_LARGEFILE.
 Patch352: gdb-6.8-bz457187-largefile.patch
+Patch360: gdb-6.8-bz457187-largefile-test.patch
 
 # Fix crash on pretty-printer reading uninitialized std::string (BZ 495781).
 Patch357: gdb-c_get_string-xfree.patch
@@ -577,6 +578,7 @@
 %patch352 -p1
 %patch357 -p1
 %patch359 -p1
+%patch360 -p1
 %patch124 -p1
 
 find -name "*.orig" | xargs rm -f
@@ -859,6 +861,9 @@
 %endif
 
 %changelog
+* Sun Apr 19 2009 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8.50.20090302-21
+- New test for parsing elf64-i386 files for kdump PAE vmcore dumps (BZ 457187).
+
 * Thu Apr 16 2009 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8.50.20090302-20
 - Fix crash in the charset support.
 




More information about the scm-commits mailing list