Hello community,

here is the log from the commit of package cgdb for openSUSE:Factory checked in 
at 2018-01-13 21:47:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cgdb (Old)
 and      /work/SRC/openSUSE:Factory/.cgdb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cgdb"

Sat Jan 13 21:47:31 2018 rev:16 rq:563545 version:0.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cgdb/cgdb.changes        2015-04-05 
02:04:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cgdb.new/cgdb.changes   2018-01-13 
21:47:35.814216323 +0100
@@ -1,0 +2,60 @@
+Thu Jan 11 04:58:30 UTC 2018 - avin...@opensuse.org
+
+- Update to 0.7.0
+  * Support for curses was removed (only ncurses is supported)
+  * Remove help2man dependency
+  * hlsearch option added (off by default). Improves searching
+    and displaying of searching functionality within CGDB. If
+    enabled, and previous search exists, CGDB will display search
+    results using the Search highlighting group. The IncSearch
+    highlighting group is used to display the active search. The
+    hlsearch option highlights previous searches in the source
+    window, the gdb window when in scroll mode and the file dialog
+    window.
+  * Assembly code support.  Assembly code will be shown when no
+    source code is available. The option 'set disasm' allows you
+    to show mixed source/assembly when both are available.
+  * Add support to enable/disable showing assembly code in CGDB.
+    Disabled by default. The 'set disasm' enables showing mixed
+    assembly mode by default. See the documentation for more
+    information.
+  * Add the :logo command to cgdb. This tells CGDB to display a
+    logo in the source window.
+  * Initial Rust syntax highlighter.
+  * Support vi type <digit>j and <digit>k motions. Previously only
+    typing j or k with out a number was supported.
+  * Support for vim like marks. Showmarks option was introduced
+    to show the marks in the source window. Default is true.
+    You can disable the viewing of marks using 'set noshowmarks'.
+  * Color support. Default is enabled.
+  * Ansi escape codes representing color will show correctly.
+    Configurable with the `set debugwincolor` option.
+  * Add the winminwidth option- it controls the minimum width that
+    a window can be resized.
+  * Support for vertical or horizontal splitting of the CGDB/GDB
+    windows. You can change the window orientation by using the
+    command 'set winsplitorientation=horizontal or vertical'.
+    horizontal is the default orientation. Type Ctrl-w to switch
+    between vertical and horizontal viewing.
+  * Remove the TTY mode and TTY window. It is now recommended to
+    attach to your program from a separate terminal.
+  * -w command line option. CGDB will wait to start until either
+    a debugger is attached to it, or until a key is written to it's
+    stdin. Useful for debugging CGDB itself.
+  * Added scroll mode in addition to the existing GDB command mode.
+    To enter scroll mode, type 'page up' when in GDB mode and to
+    exit type 'q', 'i' or 'Enter'. In scroll mode, you can scroll
+    through the GDB output. You can also search the GDB output with
+    the /, ?, n and N keys. Vim marks are also supported.
+  * Extended support for the vim G command when in CGDB mode.
+    [<number>]G works as it does in vim now.
+  * Support for 'executinglinedisplay' and 'selectedlinedisplay'
+    configuration options. It allows you to configure how CGDB
+    displays both the currently executing line and the currently
+    selected line. Default for executing line is set to
+    longarrow. Default for selected line is set to block. The
+    'arrowstyle' option has been deprecated (but still supported).
+    Use 'executinglinedisplay' instead.
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  cgdb-0.6.8.tar.gz

New:
----
  cgdb-0.7.0.tar.gz

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

Other differences:
------------------
++++++ cgdb.spec ++++++
--- /var/tmp/diff_new_pack.cGCcdh/_old  2018-01-13 21:47:36.634178096 +0100
+++ /var/tmp/diff_new_pack.cGCcdh/_new  2018-01-13 21:47:36.642177723 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cgdb
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,23 +17,22 @@
 
 
 Name:           cgdb
-Version:        0.6.8
+Version:        0.7.0
 Release:        0
 Summary:        Curses debugger
 License:        GPL-2.0+
 Group:          Development/Tools/Debuggers
-Url:            http://cgdb.github.io/
-Source0:        http://cgdb.me/files/%{name}-%{version}.tar.gz
+Url:            https://cgdb.github.io/
+Source0:        https://cgdb.me/files/%{name}-%{version}.tar.gz
 BuildRequires:  bison
 BuildRequires:  flex
-BuildRequires:  help2man
+BuildRequires:  gcc-c++
 BuildRequires:  makeinfo
 BuildRequires:  ncurses-devel
 BuildRequires:  readline-devel
 Requires:       gdb
-Requires(preun): %{install_info_prereq}
 Requires(post):  %{install_info_prereq}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Requires(preun): %{install_info_prereq}
 
 %description
 CGDB is a curses (terminal-based) interface to the GNU Debugger (GDB). Its goal
@@ -52,7 +51,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
@@ -61,12 +60,10 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %files
-%defattr(-,root,root)
-%doc TODO AUTHORS COPYING NEWS README
-%{_bindir}/cgdb
-%{_datadir}/cgdb/cgdb.txt
-%{_mandir}/man1/cgdb.1.gz
-%{_infodir}/cgdb.info.gz
-%{_datadir}/cgdb
+%doc AUTHORS COPYING NEWS README
+%{_bindir}/%{name}
+%{_datadir}/%{name}/%{name}.txt
+%{_infodir}/%{name}.info%{ext_info}
+%{_datadir}/%{name}
 
 %changelog

++++++ cgdb-0.6.8.tar.gz -> cgdb-0.7.0.tar.gz ++++++
++++ 119483 lines of diff (skipped)


Reply via email to