Package Release Info

ddd-3.3.12-bp150.3.3.1

Update Info: openSUSE-2019-756
Available in Package Hub : 15 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ddd
ddd-doc

Change Logs

* Mon Oct 01 2018 Petr Gajdos <pgajdos@suse.com>
- allow PS decoder for build [bsc#1109976]
- build with -j1, otherwise build fails
Version: 3.3.12-bp150.2.5
* Wed Mar 22 2017 pgajdos@suse.com
- fix color names in xpm files
  + ddd-imagemagick-xpm-colors.patch
* Mon Mar 07 2016 olaf@aepfle.de
- Remove timestamps from binaries
  ddd-buildcompare.patch
* Tue Feb 24 2015 dimstar@opensuse.org
- Add ddd-texinfo-5.0.patch: Fix HTML generation with texinfo 5.0.
* Sun Oct 19 2014 Led <ledest@gmail.com>
- fix shebang of ddd.wrapper
* Sat Jul 20 2013 coolo@suse.com
- fix license to be in spdx.org format
* Sun Feb 03 2013 lnt-sysadmin@lists.lrz.de
- added makeinfo to BuildRequires
* Tue Feb 21 2012 pgajdos@suse.com
- buildrequire xorg-x11
* Tue Dec 27 2011 idonmez@suse.com
- Fix wrong size parameter in memcpy call
* Tue Nov 22 2011 pgajdos@suse.com
- compile against libtinfo
* Tue Nov 15 2011 pgajdos@suse.com
- don't build html in parallel build
* Sun Sep 18 2011 jengelh@medozas.de
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build
* Mon Sep 07 2009 aj@suse.de
- Build doc subpackage as noarch to save 6 MB on media.
* Thu Feb 26 2009 crrodriguez@suse.de
- fix build with GCC44
* Fri Feb 20 2009 mseben@suse.cz
- updated to 3.3.12
  - Consolidated support for pydb, bashdb and remake.
- changes in 3.3.12-rc2
  - DDD can once more locate its own core file when it crashes, even on
  Linux systems where the core file may not be named "core".
- changes in 3.3.12-rc1
  - Fixed several segmentation faults.
  - Fixed a few regressions affecting gdb support after merging the pydb
    code.
- changes in 3.3.12-test6
  - Remove pydb in this directory. Use
    http://bashdb.sourceforge.net/pydb instead
  - fixed continue button for pydb
  - Start informing ddd that bash and pydb now have (or will have in the
    next release) "commands", and "display".
  - LynxOS support via Olli Savia
  - Add x86 theme for changing display expressions to x86 registers and
    flag-bits. Change Data/Memory examine behavior when used on Intel
    registers so that %reg is the same as $reg.
    Contributed by Zarko Zivanov.
- changes in 3.3.12-test5
  - Had broken gdb support
  - Add vsllib/DEMOS into distribution
  - Changes Makefiles to make "distcheck" or VPATH, or building outside
    of source tree work better (It's still not complete though).
  - GNU Make, Python pydb and bashdb support improved:
  * command completion for bashdb and pydb (via gdb "complete")
  * possibly a better test for debuggers using "bashdb" (vs. "bash")
    and "remake" (vs. "make")
  * pydb and bashdb also now have built-in "cd" and "pwd" commands - use
    them.
  * deal with bogus file name <string> that comes up in
    tracebacks. Require a "run" to get pydb stack set correctly.
- changes in 3.3.12-test4
  - Minor bug fixes, mostly for Python support.
- changes in 3.3.12-test3
  - Extended python debugger support. Sort of a merge of pdb.py, ddd's old
    pydb.py and new things.
- changes in 3.3.12-test2
  - GNU Make (mdb) support.
- changes in 3.3.12-test
  - Fixed a bug parsing the gdb annotations -- this should improve
    the source code tracking accuracy.
  - Fixed a bug where gdb annotations were sent to the command window.
  - GNU Make debugger support
  - Fixes to Bash debugger (remove stack movement crashes, show
    breakpoints), better word parsing, e.g ${foo[@]}
  - Fixed a couple of warnings.
  - DDD now starts up much faster, and exits more cleanly (Doug Graham)
  - DDD now builds and runs on LynxOS (Olli Savia)
- splitted into two packages : ddd and ddd-doc
* Fri Sep 05 2008 bwalle@suse.de
- Fix UTF-8 warning to fit in a terminal with 80 characters wide.
- Don't print the warning if ~/.ddd/suse_no_utf8_warning exists.
* Sun Apr 06 2008 bwalle@suse.de
- Add ghostscript-library to BuildRequires.
* Sun Aug 26 2007 bwalle@suse.de
- execute with argv[0] == ddd so that X ressources with
  ddd.???? still apply (#304021)
* Tue May 29 2007 anosek@suse.cz
- added wrapper to workaround [#254472]
- updated README.SUSE
* Mon May 21 2007 anosek@suse.cz
- added README.SUSE explaning workaround for [#254472]
* Fri Mar 30 2007 dmueller@suse.de
- add ncurses-devel buildrequires