517d431
%define _hardened_build 1
484144f
Summary: GUI for several command-line debuggers
484144f
Name: ddd
82e3bb9
Version: 3.3.12
e49b963
Release: 42%{?dist}
1ec8380
License: GPLv2+
484144f
URL: http://www.gnu.org/software/ddd/
82e3bb9
#Source0: http://dl.sf.net/ddd/ddd-%{version}.tar.gz
82e3bb9
#For rc:
f674a2e
Source0: ftp://alpha.gnu.org/gnu/ddd/ddd-3.3.12.tar.gz
4e39a81
#Source1: ddd.desktop
484144f
Source2: ddd.png
484144f
Patch1: ddd-3.3.11-lang.patch
82e3bb9
#Patch2: ddd-3.3.11-xprint.patch
484144f
Patch3: ddd-3.3.11-htmlview.patch
0da31e1
Patch4: ddd-3.3.12-rc1-strclass-includes.patch
9c5158f
Patch5: ddd-3.3.12-debuginfo.patch
c8fc2d7
Patch6: ddd-3.3.12-GDBAgent-fix.patch
e8b7fcc
Patch7: ddd-lto.patch
484144f
5bdebad
Requires: gdb, xterm, gnuplot, xdg-utils, xorg-x11-fonts-ISO8859-1-75dpi, xorg-x11-fonts-ISO8859-1-100dpi, xclipboard, xfontsel
9202e9f
BuildRequires:  gcc-c++
5765a6a
BuildRequires: motif-devel, ncurses-devel, libXaw-devel
484144f
BuildRequires: elfutils-libelf-devel, xterm 
5bdebad
BuildRequires: desktop-file-utils, gdb, readline-devel, texinfo, autoconf, automake, libtool
f49fc2d
BuildRequires: make
484144f
484144f
%description
484144f
The Data Display Debugger (DDD) is a popular GUI for command-line
484144f
debuggers like GDB, DBX, JDB, WDB, XDB, the Perl debugger, and the
484144f
Python debugger. DDD allows you to view source texts and provides an
484144f
interactive graphical data display, in which data structures are
484144f
displayed as graphs. You can use your mouse to dereference pointers
484144f
or view structure contents, which are updated every time the program
484144f
stops. DDD can debug programs written in Ada, C, C++, Chill, Fortran,
484144f
Java, Modula, Pascal, Perl, and Python. DDD provides machine-level
484144f
debugging; hypertext source navigation and lookup; breakpoint,
484144f
watchpoint, backtrace, and history editors; array plots; undo and
484144f
redo; preferences and settings editors; program execution in the
484144f
terminal emulation window, debugging on a remote host, an on-line
484144f
manual, extensive help on the Motif user interface, and a command-line
484144f
interface with full editing, history and completion capabilities.
484144f
484144f
%prep
b89c2e0
%setup -qn ddd-%{version}
484144f
%patch1 -p1 -b .lang
82e3bb9
#%patch2 -p1 -b .xprint
484144f
%patch3 -p1 -b .htmlview
0da31e1
%patch4 -p0
9c5158f
%patch5 -p1
c8fc2d7
%patch6 -p1
e8b7fcc
%patch7 -p1
484144f
484144f
%build
5765a6a
libtoolize --force
5765a6a
aclocal
5765a6a
autoheader
5765a6a
automake --force-missing --add-missing
5765a6a
autoconf
c615c42
export CXXFLAGS="${RPM_OPT_FLAGS} -fpermissive"
9c5158f
%configure --with-readline --disable-dependency-tracking
484144f
make %{?_smp_mflags}
484144f
484144f
%install
484144f
rm -rf $RPM_BUILD_ROOT
484144f
make DESTDIR=$RPM_BUILD_ROOT install
484144f
484144f
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir*
484144f
6946ba4
desktop-file-install \
484144f
        --dir $RPM_BUILD_ROOT%{_datadir}/applications \
484144f
        --add-category X-Fedora \
4e39a81
        ddd/ddd.desktop
4e39a81
484144f
install -D -m 0644 %{SOURCE2} \
484144f
    $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/ddd.png
484144f
484144f
%files
82e3bb9
%doc AUTHORS COPYING COPYING.DOC CREDITS 
82e3bb9
%doc INSTALL NEWS PROBLEMS README TIPS doc/ddd-paper.*
484144f
%{_bindir}/ddd
484144f
%{_datadir}/applications/*.desktop
d1e7796
%dir %{_datadir}/%{name}-%{version}
d1e7796
%dir %{_datadir}/%{name}-%{version}/ddd
d1e7796
%{_datadir}/%{name}-%{version}/COPYING
d1e7796
%{_datadir}/%{name}-%{version}/NEWS
d1e7796
%config(noreplace) %{_datadir}/%{name}-%{version}/ddd/Ddd
d1e7796
%{_datadir}/%{name}-%{version}/themes/
d1e7796
%{_datadir}/%{name}-%{version}/vsllib/
484144f
%{_datadir}/icons/hicolor/48x48/apps/ddd.png
484144f
%{_infodir}/ddd*
484144f
%{_mandir}/man1/ddd.1*
484144f
484144f
%changelog
e49b963
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.12-42
e49b963
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
e49b963
1a766d8
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.12-41
1a766d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
1a766d8
1571325
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.12-40
1571325
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
1571325
b2623cd
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.12-39
b2623cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
b2623cd
e8b7fcc
* Tue Sep 29 2020 Jeff Law <law@redhat.com> - 3.3.12-38
e8b7fcc
- Include @MINIMAL_TOC@ when compiling vsl-DocSpace to fix ppc vs LTO issues
e8b7fcc
- Re-enable LTO
e8b7fcc
305df39
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.12-37
305df39
- Second attempt - Rebuilt for
305df39
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
305df39
5bdebad
* Tue Jul 28 2020 Adam Jackson <ajax@redhat.com> - 3.3.12-36
5bdebad
- Don't require xorg-x11-utils at all, doesn't seem to be necessary
5bdebad
- Require xclipboard xfontsel not xorg-x11-apps
5bdebad
46a5908
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.12-35
46a5908
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
46a5908
bbd090c
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.12-34
bbd090c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
bbd090c
2e237c8
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.12-33
2e237c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2e237c8
de0d1be
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.3.12-32
de0d1be
- Rebuild for readline 8.0
de0d1be
ee66e3b
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.12-31
ee66e3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
ee66e3b
8e4c474
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 3.3.12-30
8e4c474
- Rebuild with fixed binutils
8e4c474
b7bcef9
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.12-29
b7bcef9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
b7bcef9
c47bae2
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.12-28
c47bae2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c47bae2
f150ece
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.12-27
f150ece
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f150ece
2655481
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.12-26
2655481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2655481
704a784
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.12-25
704a784
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
704a784
Igor Gnatenko 4558bb5
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 3.3.12-24
Igor Gnatenko 4558bb5
- Rebuild for readline 7.x
Igor Gnatenko 4558bb5
031a945
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.12-23
031a945
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
031a945
d1c00c2
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.12-22
d1c00c2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d1c00c2
6e4348d
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.3.12-21
6e4348d
- Rebuilt for GCC 5 C++11 ABI change
6e4348d
32efce3
* Sat Nov 29 2014 Andy Grover <agrover@redhat.com> - 3.3.12-20
32efce3
- Add Requires for xorg-x11-apps, for rhbz #1169011
32efce3
ee8f2f0
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.12-19
ee8f2f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ee8f2f0
c8fc2d7
* Thu Jul 24 2014 Andy Grover <agrover@redhat.com> - 3.3.12-18
c8fc2d7
- Add patch ddd-3.3.12-GDBAgent-fix.patch for rhbz #1108862
c8fc2d7
9ccb1f1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.12-17
9ccb1f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
9ccb1f1
5765a6a
* Thu Jan 16 2014 Jon Ciesla <limburgher@gmail.com> - 3.3.12-16
5765a6a
- Switch from lesstif to motif, BZ 1042757,
5765a6a
9c5158f
* Fri Aug 09 2013 Jon Ciesla <limburgher@gmail.com> - 3.3.12-15
9c5158f
- Better debuginfo fix.
9c5158f
8a6bdbc
* Thu Aug 08 2013 Jon Ciesla <limburgher@gmail.com> - 3.3.12-14
8a6bdbc
- Fix debuginfo, BZ 994166.
8a6bdbc
9bd3e4e
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.12-13
9bd3e4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
9bd3e4e
6946ba4
* Mon Feb 11 2013 Jon Ciesla <limburgher@gmail.com> - 3.3.12-12
6946ba4
- Drop desktop vendor tag.
6946ba4
3bd6c5d
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.12-11
3bd6c5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3bd6c5d
517d431
* Fri Apr 13 2012 Jon Ciesla <limburgher@gmail.com> - 3.3.12-10
517d431
- Add hardened build.
517d431
2326042
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.12-9
2326042
- Rebuilt for c++ ABI breakage
2326042
8d0df7d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.12-8
8d0df7d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8d0df7d
Jon Ciesla e92d662
* Mon Aug 08 2011 Jon Ciesla <limb@jcomserv.net> - 3.3.12-7
Jon Ciesla e92d662
- Rebuild for new openmotif, BZ 727312.
Jon Ciesla e92d662
068acfb
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.12-6
068acfb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
068acfb
4e39a81
* Mon Aug 17 2009 Jon Ciesla <limb@jcomserv.net> - 3.3.12-5
4e39a81
- Adopt upstream's .desktop file, BZ 517587.
4e39a81
8a6bdbc
* Mon Aug 10 2009 Jon Ciesla <limb@jcomserv.net> - 3.3.12-4
f674a2e
- Fix source.
f674a2e
5f55658
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.12-3
5f55658
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5f55658
41b267d
* Mon Apr 27 2009 Jon Ciesla <limb@jcomserv.net> - 3.3.12-2
41b267d
- 3.3.12 final.
41b267d
a9c71df
* Mon Mar 02 2009 Jon Ciesla <limb@jcomserv.net> - 3.3.12-1.rc1.3
a9c71df
- Desktop file fix, BZ 487811.
a9c71df
0da31e1
* Fri Feb 27 2009 Jon Ciesla <limb@jcomserv.net> - 3.3.12-1.rc1.2
0da31e1
- Includes fix.
0da31e1
84697c6
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.12-1.rc1.1
84697c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
84697c6
82e3bb9
* Thu Jan 08 2009 Jon Ciesla <limb@jcomserv.net> - 3.3.12-1.rc1
82e3bb9
- New upstream.
82e3bb9
- Updated htmlview patch.
82e3bb9
- Dropped xprint patch, applied upstream.
82e3bb9
4bd858a
* Mon Dec 15 2008 Jon Ciesla <limb@jcomserv.net> - 3.3.11-19
82e3bb9
- Added font requires, BZ 476531.
4bd858a
045efab
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.3.11-18
045efab
- Autorebuild for GCC 4.3
045efab
4c8c5aa
* Tue Nov 20 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 3.3.11-17
4c8c5aa
- use xdg-utils to open html pages
4c8c5aa
1ec8380
* Thu Aug 23 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 3.3.11-16
1ec8380
- fix license tag
1ec8380
8cb1e38
* Sun Apr  1 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 3.3.11-15
8cb1e38
- drop BR on libtermcap-devel, bugzilla 231198
8cb1e38
7e20ce2
* Sat Jan  6 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 3.3.11-14
7e20ce2
- fix Requires, bugzilla 218235
7e20ce2
484144f
* Fri Sep 29 2006 Tom "spot" Callaway <tcallawa@redhat.com> - 3.3.11-13
484144f
- readd extra docs needed to files
484144f
484144f
* Wed Sep 27 2006 Tom "spot" Callaway <tcallawa@redhat.com> - 3.3.11-12
484144f
- get rid of libtool BR, no longer needed
484144f
- get rid of libXmu-devel/libXpm-devel BR, unnecessary
484144f
- no need to include COPYING.LIB
484144f
- don't rm extra doc files, needed for runtime
484144f
484144f
* Wed Sep 27 2006 Tom "spot" Callaway <tcallawa@redhat.com> - 3.3.11-11
484144f
- add lots of interesting docs
484144f
- get rid of X-Red-Hat-Extra from desktop file
484144f
- mark Ddd as a config file
484144f
- set BuildRequires for default tools
484144f
- use htmlview as default html viewer
484144f
484144f
* Mon Sep 25 2006 Tom "spot" Callaway <tcallawa@redhat.com> - 3.3.11-10
484144f
- Add missing libtool BR
484144f
- Fix mixed tabs/spaces
484144f
484144f
* Mon Sep 25 2006 Tom "spot" Callaway <tcallawa@redhat.com> - 3.3.11-9
484144f
- vendor is fedora for d-f-i
484144f
- remove unnecessary BR
484144f
- use preferred buildroot
484144f
- don't need .gz in the install-info snippet
484144f
484144f
* Fri Sep 22 2006 Tom "spot" Callaway <tcallawa@redhat.com> - 3.3.11-8
484144f
- clean up the spec a bit for Fedora Extras
484144f
484144f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.3.11-7.1
484144f
- rebuild
484144f
484144f
* Wed May 17 2006 Karsten Hopp <karsten@redhat.de> 3.3.11-7
484144f
- add buildrequires elfutils-libelf-devel
484144f
484144f
* Fri May  5 2006 Adam Jackson <ajackson@redhat.com> - 3.3.11-6
484144f
- Remove spurious libXp dependency
484144f
484144f
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.3.11-5.2
484144f
- bump again for double-long bug on ppc(64)
484144f
484144f
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.3.11-5.1
484144f
- rebuilt for new gcc4.1 snapshot and glibc changes
484144f
484144f
* Mon Dec 12 2005 Than Ngo <than@redhat.com> 3.3.11-5 
484144f
- rebuilt against new openmotif-2.3
484144f
484144f
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
484144f
- rebuilt
484144f
484144f
* Fri Nov 11 2005 Than Ngo <than@redhat.com> 3.3.11-4
484144f
- cleanup specfile, thanks to Matthias Saou
484144f
484144f
* Tue Nov 08 2005 Than Ngo <than@redhat.com> 3.3.11-3
484144f
- get rid of xorg-x11-devel, fix for modular X
484144f
484144f
* Wed Oct 12 2005 Than Ngo <than@redhat.com> 3.3.11-2
484144f
- install icon in correct place #170512
484144f
484144f
* Thu Jun 09 2005 Than Ngo <than@redhat.com> 3.3.11-1
484144f
- 3.3.11
484144f
- add workaround for utf8
484144f
484144f
* Fri Mar 04 2005 Than Ngo <than@redhat.com> 3.3.10-2
484144f
- rebuilt against gcc-4
484144f
484144f
* Mon Nov 15 2004 Than Ngo <than@redhat.com> 3.3.10-1
484144f
- update to 3.3.10
484144f
484144f
* Wed Jun 30 2004 Than Ngo <than@redhat.com> 3.3.9-1
484144f
- update to 3.3.9
484144f
- make ddd menu try GNOME HIG compliant (#125854)
484144f
484144f
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
484144f
- rebuilt
484144f
484144f
* Fri Apr 09 2004 Than Ngo <than@redhat.com> 3.3.8-4
484144f
- fix gcc 3.4 build problem
484144f
484144f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
484144f
- rebuilt
484144f
484144f
* Thu Jan 29 2004 Than Ngo <than@redhat.com> 3.3.8-2
484144f
- rebuild in new build enviroment
484144f
484144f
* Mon Nov 10 2003 Than Ngo <than@redhat.com> 3.3.8-1
484144f
- 3.3.8
484144f
484144f
* Wed Oct 08 2003 Than Ngo <than@redhat.com> 3.3.7-3
484144f
- fixed utf-8 issue, bug #84816
484144f
484144f
* Thu Aug 21 2003 Than Ngo <than@redhat.com> 3.3.7-2
484144f
- install icon in correct place (bug #102794)
484144f
484144f
* Fri Jun 27 2003 Than Ngo <than@redhat.com> 3.3.7-1
484144f
- 3.3.7
484144f
484144f
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
484144f
- rebuilt
484144f
484144f
* Tue Jun  3 2003 Than Ngo <than@redhat.com> 3.3.6-1
484144f
- 3.3.6
484144f
484144f
* Mon May  5 2003 Than Ngo <than@redhat.com> 3.3.5-1.1
484144f
- use smp_mflags
484144f
484144f
* Mon May  5 2003 Than Ngo <than@redhat.com> 3.3.5-1
484144f
- 3.3.5 (bug #89523)
484144f
484144f
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
484144f
- rebuilt
484144f
484144f
* Thu Jan  2 2003 Than Ngo <than@redhat.com> 3.3.1-22
484144f
- disable debug_package
484144f
484144f
* Wed Nov  6 2002 Tim Powers <timp@redhat.com> 3.3.1-20
484144f
- rebuilt to drop old libelf dep
484144f
- add NEWS and COPYING files to filelist
484144f
484144f
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 3.3.1-19
484144f
- rebuilt with gcc-3.2 (we hope)
484144f
484144f
* Wed Jul 24 2002 Than Ngo <than@redhat.com> 3.3.1-18
484144f
- desktop file issue (bug #69381)
484144f
484144f
* Sat Jul 20 2002 Than Ngo <than@redhat.com> 3.3.1-17
484144f
- use desktop-file-install
484144f
484144f
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
484144f
- automated rebuild
484144f
484144f
* Sat Jun 08 2002 Than Ngo <than@redhat.com> 3.3.1-15
484144f
- PHP DBG support (bug #62180)
484144f
484144f
* Thu May 23 2002 Tim Powers <timp@redhat.com>
484144f
- automated rebuild
484144f
484144f
* Fri Mar 22 2002 Tim Powers <timp@redhat.com>
484144f
- rebuilt against openmotif-2.2.2
484144f
484144f
* Mon Mar 18 2002 Than Ngo <than@redhat.com> 3.3.1-12
484144f
- fix broken desktop file (bug #53193)
484144f
484144f
* Fri Feb 22 2002 Than Ngo <than@redhat.com> 3.3.1-11
484144f
- clean up patch file (bug #59935)
484144f
- rebuild in new enviroment
484144f
484144f
* Thu Jan 17 2002 Trond Eivind Glomsrod <teg@redhat.com> 3.3.1-10
484144f
- Don't include %%{_infodir}/dir
484144f
484144f
* Thu Jan 17 2002 Than Ngo <than@redhat.com> 3.3.1-9
484144f
- fix bug #52954
484144f
- fix to build against gcc 3
484144f
484144f
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
484144f
- rebuild with new gcc and binutils
484144f
484144f
* Thu Jul 19 2001 Than Ngo <than@redhat.com>
484144f
- add some build requires
484144f
- Copyright->License
484144f
484144f
* Fri Jun 29 2001 Karsten Hopp <karsten@redhat.de>
484144f
- add desktop icons (gnome-cpu.png isn't always installed)
484144f
484144f
* Sun Jun 10 2001 Than Ngo <than@redhat.com>
484144f
- buildrequires lesstif-devel
484144f
484144f
* Tue May 22 2001 Tim Powers <timp@redhat.com>
484144f
- built for the distro
484144f
484144f
* Thu May 03 2001 Than Ngo <than@redhat.com>
484144f
- update to 3.3.1, it brings a couple of minor bug fixes
484144f
484144f
* Sat Feb 03 2001 Than Ngo <than@redhat.com>
484144f
- updated to 3.3
484144f
484144f
* Tue Jan 23 2001 Than Ngo <than@redhat.com>
484144f
- updated to 3.2.98, a release candidate for DDD 3.3
484144f
484144f
* Mon Dec 04 2000 Than Ngo <than@redhat.com>
484144f
- updated to 2.3.92 (Bug #16254)
484144f
484144f
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
484144f
- rebuilt
484144f
484144f
* Sat Jul 22 2000 Tim Powers <timp@redhat.com>
484144f
- fixed missing BuildPreReq
484144f
484144f
* Mon Jul 17 2000 Tim Powers <timp@redhat.com>
484144f
- added defattr
484144f
484144f
* Wed Jul 12 2000 Than Ngo <than@redhat.de>
484144f
- rebuilt
484144f
484144f
* Mon Jun 12 2000 Than Ngo <than@redhat.de>
484144f
- rebuild with openmotif-2.1.30 for 7.0
484144f
- clean up specfile
484144f
- FHS fixes
484144f
484144f
* Mon May 8 2000 Tim Powers <timp@redhat.com>
484144f
- updated to 3.2.1
484144f
- use applnk
484144f
484144f
* Fri Feb 11 2000 Tim Powers <timp@redhat.com>
484144f
- applied patch for ddd for use with lesstif 0.89 which caused the "view news"
484144f
  etc. help items not to uncompress the news and manual properly, resulting in
484144f
  an error message. Patch was from Andreas Zeller
484144f
  <andreas.zeller@fmi.uni-passau.de>
484144f
484144f
* Tue Feb 01 2000 Tim Powers <timp@redhat.com>
484144f
- bzipped sources to conserve space
484144f
- built for 6.2
484144f
484144f
* Tue Feb 01 2000 Trond Eivind Glomsrod <teg@pvv.ntnu.no>
484144f
- includes pdf doc instead of postscript
484144f
- upgraded to 3.2
484144f
- changed source locations and URLs to point at the new GNU sites
484144f
- now does a make strip
484144f
- added GNOME desktop entry
484144f
484144f
484144f
* Fri Jan 07 2000 Trond Eivind Glomsrod <teg@pvv.ntnu.no>
484144f
- removed ptrace patch
484144f
- now installs pydb
484144f
- upgraded to 3.1.99
484144f
- removed lots of old log entries
484144f
484144f
* Thu Aug 19 1999 Tim Powers <timp@redhat.com>
484144f
- reapplied patch for ptrace problems with sparc
484144f
484144f
* Thu Aug 19 1999 Dale Lovelace <dale@redhat.com>
484144f
- added ddd.wmconfig
484144f
484144f
* Thu Jul 1 1999 Tim Powers <timp@redhat.com>
484144f
- added the --with-motif-includes= and --with-motif-libraries= lines
484144f
  so that it would build
484144f
- rebuilt package for Powertools
484144f
484144f
* Sat Jun 12 1999 Jeff Johnson <jbj@redhat.com>
484144f
- update to 3.1.5.
484144f
484144f
* Tue Apr 13 1999 Michael Maher <mike@redhat.com>
484144f
- built package for 6.0
484144f
- updated package