Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cgdb for openSUSE:Factory checked in 
at 2022-05-17 17:24:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cgdb (Old)
 and      /work/SRC/openSUSE:Factory/.cgdb.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cgdb"

Tue May 17 17:24:43 2022 rev:18 rq:977726 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cgdb/cgdb.changes        2020-09-29 
19:00:58.849713534 +0200
+++ /work/SRC/openSUSE:Factory/.cgdb.new.1538/cgdb.changes      2022-05-17 
17:25:05.119206427 +0200
@@ -1,0 +2,36 @@
+Tue May 17 09:18:52 UTC 2022 - Ferdinand Thiessen <[email protected]>
+
+- Update to 0.8.0:
+  * CGDB now exits when gdb exits, previously if gdb exited but the
+    inferior, or child of the inferior was still running, cgdb would
+    possibly continue running in a non responsive state.
+    Now cgdb exits when gdb does.
+  * Single stepping through disassembly without debug symbols does not
+    move arrow in source window. Now the arrow moves in the source
+    window as expected.
+  * Fix CGDB freezes when pressing "o" to open the file dialog
+  * Fix breakpoint handling is broken in disasembly view
+  * Fix CGDB would not process commands after F5, F6, etc
+  * CGDB implements a virtual terminal in the GDB window
+    * The GDB scroller is now a virtual terminal (using libvterm)
+    * The scrollback buffer has been reimplemented using libvterm
+      The cursor row/col position is now known, rather than just the row
+    * Searching in the scrollback buffer is improved
+    * The scrollback buffer size is configurable with a new option,
+      scrollbackbuffersize (sbbs) and is defaulted to 10000.
+    * Mark commands in the GDB scroller have been removed
+    * Unicode is now fully supported in the gdb window
+    * libvterm does not support reflow yet, so resizing the terminal or
+      switching the window orientation (winsplitorientation) after startup
+      may cause the text in the GDB window to not be as expected
+    * Colors in the GDB window are not fully supported yet.
+      Ncurses is difficult to work with, considering switching.
+      RGB vterm colors are unsupported at the moment.
+  * CGDB implements GDB/MI in favor of GDB/Annotations
+  * Add the nexti and stepi configuration commands
+  * Fix ANSI escape issues with GDB-9
+  * Fix auto source reload issue
+  * CGDB works again with newer versions of GDB (gdb 8.3 and above)
+  * CGDB now supports a configurable home directory.
+
+-------------------------------------------------------------------

Old:
----
  cgdb-0.7.1.tar.gz

New:
----
  cgdb-0.8.0.tar.gz

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

Other differences:
------------------
++++++ cgdb.spec ++++++
--- /var/tmp/diff_new_pack.iAG5Re/_old  2022-05-17 17:25:05.767207015 +0200
+++ /var/tmp/diff_new_pack.iAG5Re/_new  2022-05-17 17:25:05.775207022 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cgdb
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           cgdb
-Version:        0.7.1
+Version:        0.8.0
 Release:        0
 Summary:        Curses debugger
 License:        GPL-2.0-or-later
@@ -32,7 +32,7 @@
 BuildRequires:  readline-devel
 Requires:       gdb
 Requires(post): %{install_info_prereq}
-Requires(preun): %{install_info_prereq}
+Requires(preun):%{install_info_prereq}
 
 %description
 CGDB is a curses (terminal-based) interface to the GNU Debugger (GDB). Its goal

++++++ cgdb-0.7.1.tar.gz -> cgdb-0.8.0.tar.gz ++++++
++++ 17744 lines of diff (skipped)

Reply via email to