rpms/gdb/F-11 gdb-python-gdbserver-tp-crash.patch, 1.1, 1.2 gdb.spec, 1.359, 1.360

Jan Kratochvil jkratoch at fedoraproject.org
Sun Aug 2 08:15:20 UTC 2009


Author: jkratoch

Update of /cvs/pkgs/rpms/gdb/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15115

Modified Files:
	gdb-python-gdbserver-tp-crash.patch gdb.spec 
Log Message:
* Sun Aug  2 2009 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8.50.20090302-36
- Fix compilation error typo in the previous commit 6.8.50.20090302-35.


gdb-python-gdbserver-tp-crash.patch:
 frame.c |    8 ++++++++
 1 file changed, 8 insertions(+)

Index: gdb-python-gdbserver-tp-crash.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/F-11/gdb-python-gdbserver-tp-crash.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gdb-python-gdbserver-tp-crash.patch	2 Aug 2009 03:18:56 -0000	1.1
+++ gdb-python-gdbserver-tp-crash.patch	2 Aug 2009 08:15:19 -0000	1.2
@@ -33,7 +33,7 @@ Executing on host: gcc ../../../gdb/test
 +      is_thread_state would assertion check here as
 +      remote_start_remote->add_inferior_silent->observer_notify_new_inferior is
 +      before remote_start_remote->add_thread_silent.  */
-+   if (find_thread_ptid (inferior_ptid) == NULL)
++   if (find_thread_pid (inferior_ptid) == NULL)
 +     return 0;
 + 
    /* If the current thread is executing, don't try to read from


Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/F-11/gdb.spec,v
retrieving revision 1.359
retrieving revision 1.360
diff -u -p -r1.359 -r1.360
--- gdb.spec	2 Aug 2009 03:18:56 -0000	1.359
+++ gdb.spec	2 Aug 2009 08:15:19 -0000	1.360
@@ -13,7 +13,7 @@ Version: 6.8.50.20090302
 
 # 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: 35%{?_with_upstream:.upstream}%{?dist}
+Release: 36%{?_with_upstream:.upstream}%{?dist}
 
 License: GPLv3+
 Group: Development/Debuggers
@@ -870,6 +870,9 @@ fi
 %endif
 
 %changelog
+* Sun Aug  2 2009 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8.50.20090302-36
+- Fix compilation error typo in the previous commit 6.8.50.20090302-35.
+
 * Sun Aug  2 2009 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.8.50.20090302-35
 - Fix crash running gdbserver (incompatibility with python).
 




More information about the scm-commits mailing list