Hello community, here is the log from the commit of package cgdb for openSUSE:Factory checked in at 2020-09-29 19:00:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cgdb (Old) and /work/SRC/openSUSE:Factory/.cgdb.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cgdb" Tue Sep 29 19:00:29 2020 rev:17 rq:827862 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cgdb/cgdb.changes 2018-01-13 21:47:35.814216323 +0100 +++ /work/SRC/openSUSE:Factory/.cgdb.new.4249/cgdb.changes 2020-09-29 19:00:58.849713534 +0200 @@ -1,0 +2,42 @@ +Wed Aug 19 10:02:10 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 0.7.1: + * Status bar messages are now displayed properly in veritical mode. + The message is now truncated according to the status bar width instead + of the width of the terminal. + * Fix spurious error from CGDB on shutdown. You may have seen, + CGDB had unexpected results. Search the logs for more details. + In the log there was a waitpid error. CGDB was using the API wrong. + * Fix issue #161 - CGDB would lock up when doing a regex search from + the status bar if the file was just opened from the file dialog and + the search did not match any text in the file. Now the search fails + to match text as expected. + * Status bar commands and gdb console commands now both show gdb + output in the gdb window (instead of only the gdb console commands). + This fixed issue #154 on github. + * Fixed issue where typing F8 would do a 'next', 'step' and + screen refresh instead of just doing a 'next' command. + * Fix issue #139 - Show appropriate logos when color disabled + Previously, if the user had colors disabled, CGDB would still show + logos that had ansi escape color sequences in them. + * Fixed :highlight regression introduced in 0.7.0. + In 0.6.8, if the user entered a :highlight command from the CGDB + status bar, for instance: + :highlight Comment ctermfg=Blue + CGDB would updated the currently displayed source file + with the requested highlighting changes. In 0.7.0 this would not occur. + Both versions honored :highlight in the .cgdbrc file. + * Fix issue #125 - CGDB can cross compile again. + * The rust syntax highlighter is now case sensitive instead of case + insensitive. + * Fix issue #129. CGDB with old versions of ncurses (5.6 or before) + would not display colors. Now it will display colors, but will + not support ansi colors in the GDB window. + * Fix issue #137. rustlexer.lpp fails to compile with some versions + of GNU autotools. + * Fix issue #135. CGDB would "freeze" when opening the file + dialog if the number of files was very large. Updating the + gdbwire parser resolved the issue. + * Add support for readline's backward-kill-word and kill-word at gdb prompt + +------------------------------------------------------------------- Old: ---- cgdb-0.7.0.tar.gz New: ---- cgdb-0.7.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cgdb.spec ++++++ --- /var/tmp/diff_new_pack.OeYglo/_old 2020-09-29 19:00:59.653714510 +0200 +++ /var/tmp/diff_new_pack.OeYglo/_new 2020-09-29 19:00:59.657714515 +0200 @@ -1,7 +1,7 @@ # # spec file for package cgdb # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,17 +12,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: cgdb -Version: 0.7.0 +Version: 0.7.1 Release: 0 Summary: Curses debugger -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Tools/Debuggers -Url: https://cgdb.github.io/ +URL: https://cgdb.github.io/ Source0: https://cgdb.me/files/%{name}-%{version}.tar.gz BuildRequires: bison BuildRequires: flex @@ -60,7 +60,8 @@ %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %files -%doc AUTHORS COPYING NEWS README +%license COPYING +%doc NEWS %{_bindir}/%{name} %{_datadir}/%{name}/%{name}.txt %{_infodir}/%{name}.info%{ext_info} ++++++ cgdb-0.7.0.tar.gz -> cgdb-0.7.1.tar.gz ++++++ ++++ 8834 lines of diff (skipped)
