Author: pluto Date: Tue Aug 22 17:27:13 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - enable by default pretty printing of real object type.
---- Files affected: SPECS: gdb.spec (1.86 -> 1.87) ---- Diffs: ================================================================ Index: SPECS/gdb.spec diff -u SPECS/gdb.spec:1.86 SPECS/gdb.spec:1.87 --- SPECS/gdb.spec:1.86 Thu Jun 22 16:25:58 2006 +++ SPECS/gdb.spec Tue Aug 22 19:27:08 2006 @@ -25,6 +25,7 @@ # updated from http://www.math.uni.wroc.pl/~hebisch/gpc/gdb-6.1.diff Patch3: %{name}-gpc.patch Patch4: %{name}-gdbinit-stat.patch +Patch5: %{name}-pretty-print-by-default.patch BuildRequires: autoconf >= 2.53 BuildRequires: automake BuildRequires: bison @@ -94,6 +95,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p0 +%patch5 -p1 %build for dir in `find gdb/ -name 'configure.in'`; do @@ -171,6 +173,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.87 2006/08/22 17:27:08 pluto +- enable by default pretty printing of real object type. + Revision 1.86 2006/06/22 14:25:58 qboosh - updated to 6.5, updated readline,gpc patches ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gdb.spec?r1=1.86&r2=1.87&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
