Author: pluto Date: Sun Dec 11 00:02:45 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fix amd64 version. - use caller address instead of reaturn address (proper src. line loc.).
---- Files affected: SPECS: LeakTracer.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/LeakTracer.spec diff -u SPECS/LeakTracer.spec:1.4 SPECS/LeakTracer.spec:1.5 --- SPECS/LeakTracer.spec:1.4 Sat Dec 10 21:43:07 2005 +++ SPECS/LeakTracer.spec Sun Dec 11 01:02:39 2005 @@ -8,6 +8,8 @@ Source0: http://www.andreasen.org/LeakTracer/LeakTracer.tar.gz # Source0-md5: e1cf9d03c12a45d39f253e558d231438 Patch0: %{name}-Makefile.patch +Patch1: %{name}-64bit.patch +Patch2: %{name}-caller_addr.patch URL: http://www.andreasen.org/LeakTracer/ BuildRequires: sed >= 4.0 Requires: gdb @@ -28,6 +30,8 @@ %prep %setup -q -n %{name} %patch0 -p1 +%patch1 -p0 +%patch2 -p0 %build sed -i "s:SHLIB=.*:SHLIB=%{_libdir}/LeakTracer.so:" LeakCheck @@ -62,6 +66,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2005/12/11 00:02:39 pluto +- fix amd64 version. +- use caller address instead of reaturn address (proper src. line loc.). + Revision 1.4 2005/12/10 20:43:07 pluto - pass rpmcxxflags. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/LeakTracer.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
