commit cgdb for openSUSE:Factory
Hello community, here is the log from the commit of package cgdb for openSUSE:Factory checked in at 2015-04-05 02:04:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cgdb (Old) and /work/SRC/openSUSE:Factory/.cgdb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "cgdb" Changes: -------- --- /work/SRC/openSUSE:Factory/cgdb/cgdb.changes 2013-06-17 10:02:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cgdb.new/cgdb.changes 2015-04-05 02:04:26.000000000 +0200 @@ -1,0 +2,19 @@ +Thu Apr 2 17:28:14 UTC 2015 - mpluskal@suse.com + +- Update project and download url +- Update dependencies +- Cleanup spec file with spec-cleaner +- Update to 0.6.8 + * Fix issue #40, the map commands were adding additional new lines + to the mappings. For instance, 'imap a b' in the ~/.cgdb/cgdbrc + file would cause a to map to 'b<cr>' instead of just 'b'. + * Added feature from issue #29, added 'until' command to CGDB. + * Updated autotools configuration files to satisfy warnings and + recommendations produced by autotools when run. + * Fix issue #49, a gcc compiler warning. + * Fixed a hang consuming 100% CPU usage on OS X Mavericks (github #48). + * Fixed a hang when quitting cgdb while inferior is running + (github #1 and #5 and #46). This was believed to be fixed in the last + release but I've finally reproduced the issue and fixed it for good. + +------------------------------------------------------------------- Old: ---- cgdb-0.6.7.tar.bz2 New: ---- cgdb-0.6.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cgdb.spec ++++++ --- /var/tmp/diff_new_pack.WWWmuD/_old 2015-04-05 02:04:27.000000000 +0200 +++ /var/tmp/diff_new_pack.WWWmuD/_new 2015-04-05 02:04:27.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package cgdb # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,19 +17,22 @@ Name: cgdb -Version: 0.6.7 +Version: 0.6.8 Release: 0 Summary: Curses debugger License: GPL-2.0+ Group: Development/Tools/Debuggers -Url: http://cgdb.sourceforge.net -Source0: http://garr.dl.sourceforge.net/sourceforge/cgdb/%{name}-%{version}.tar.bz2 +Url: http://cgdb.github.io/ +Source0: http://cgdb.me/files/%{name}-%{version}.tar.gz BuildRequires: bison BuildRequires: flex +BuildRequires: help2man +BuildRequires: makeinfo BuildRequires: ncurses-devel BuildRequires: readline-devel -Requires(pre): %install_info_prereq Requires: gdb +Requires(preun): %{install_info_prereq} +Requires(post): %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -49,21 +52,21 @@ make %{?_smp_mflags} %install -%makeinstall +make DESTDIR=%{buildroot} install %{?_smp_mflags} %post %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz -%postun +%preun %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %files %defattr(-,root,root) -%doc TODO AUTHORS COPYING ChangeLog NEWS README +%doc TODO AUTHORS COPYING NEWS README %{_bindir}/cgdb %{_datadir}/cgdb/cgdb.txt %{_mandir}/man1/cgdb.1.gz %{_infodir}/cgdb.info.gz -%dir %{_datadir}/cgdb +%{_datadir}/cgdb %changelog
participants (1)
-
root@hilbert.suse.de