Author: pluto Date: Sat Sep 2 18:02:14 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - support absolute paths in .gnu_debuglink section, release 1.1.
---- Files affected: SPECS: gdb.spec (1.87 -> 1.88) ---- Diffs: ================================================================ Index: SPECS/gdb.spec diff -u SPECS/gdb.spec:1.87 SPECS/gdb.spec:1.88 --- SPECS/gdb.spec:1.87 Tue Aug 22 19:27:08 2006 +++ SPECS/gdb.spec Sat Sep 2 20:02:09 2006 @@ -12,7 +12,7 @@ Summary(zh_TW): [.-Aś}ľo]CŠM.$)B¨ä.-AĽLťy.$)B¨ĽŞş˝Ő¸Őžš Name: gdb Version: 6.5 -Release: 1 +Release: 1.1 License: GPL Group: Development/Debuggers Source0: ftp://ftp.gnu.org/gnu/gdb/%{name}-%{version}.tar.bz2 @@ -26,6 +26,7 @@ Patch3: %{name}-gpc.patch Patch4: %{name}-gdbinit-stat.patch Patch5: %{name}-pretty-print-by-default.patch +Patch6: %{name}-absolute-gnu_debuglink-path.patch BuildRequires: autoconf >= 2.53 BuildRequires: automake BuildRequires: bison @@ -96,6 +97,7 @@ %patch3 -p1 %patch4 -p0 %patch5 -p1 +%patch6 -p1 %build for dir in `find gdb/ -name 'configure.in'`; do @@ -173,6 +175,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.88 2006/09/02 18:02:09 pluto +- support absolute paths in .gnu_debuglink section, release 1.1. + Revision 1.87 2006/08/22 17:27:08 pluto - enable by default pretty printing of real object type. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gdb.spec?r1=1.87&r2=1.88&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
