Hello community,

here is the log from the commit of package kdbg for openSUSE:Factory checked in 
at 2013-01-07 11:00:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdbg (Old)
 and      /work/SRC/openSUSE:Factory/.kdbg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdbg", Maintainer is "kde-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdbg/kdbg.changes        2012-11-12 
07:03:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdbg.new/kdbg.changes   2013-01-07 
11:00:44.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Jan  6 14:53:47 UTC 2013 - wba...@tmo.at
+
+- adapt opensuse-gdb.diff to slightly different gdb output in case of
+  a missing debuginfo-package on 12.3
+
+-------------------------------------------------------------------
@@ -9 +15,2 @@
-- patched to ignore messages about debuginfo-packages from openSUSE's gdb
+- Added opensuse-gdb.diff: ignore messages about debuginfo-packages from
+  openSUSE's gdb (bnc#784634)

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ opensuse-gdb.diff ++++++
--- /var/tmp/diff_new_pack.In143a/_old  2013-01-07 11:00:45.000000000 +0100
+++ /var/tmp/diff_new_pack.In143a/_new  2013-01-07 11:00:45.000000000 +0100
@@ -1,11 +1,12 @@
 --- a/kdbg/gdbdriver.cpp
 +++ b/kdbg/gdbdriver.cpp
-@@ -2191,6 +2191,8 @@
+@@ -2191,6 +2191,9 @@
       *     Reading symbols from
       */
      while (strncmp(output, "Reading symbols from", 20) == 0 ||
 +         strncmp(output, "done.", 5) == 0 ||
 +         strncmp(output, "Missing separate debuginfos", 27) == 0 ||
++         strncmp(output, "Try: ", 5) == 0 ||
           strncmp(output, "Using host libthread_db", 23) == 0 ||
           strncmp(output, "(no debugging symbols found)", 28) == 0)
      {

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to