diff --git a/programming/profiler/valgrind/actions.py b/programming/profiler/valgrind/actions.py index 63d66f0e8f..4d11d8f026 100644 --- a/programming/profiler/valgrind/actions.py +++ b/programming/profiler/valgrind/actions.py @@ -20,4 +20,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "FAQ.txt", "NEWS", "README*") + pisitools.dodoc("AUTHORS", "FAQ.txt", "NEWS", "README*") \ No newline at end of file diff --git a/programming/profiler/valgrind/pspec.xml b/programming/profiler/valgrind/pspec.xml index 31118b9500..8a8d19fee4 100644 --- a/programming/profiler/valgrind/pspec.xml +++ b/programming/profiler/valgrind/pspec.xml @@ -12,14 +12,14 @@ app:console Memory access debugger for X86 and PPC Linux platforms Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs. - http://www.valgrind.org/downloads/valgrind-3.11.0.tar.bz2 + http://www.valgrind.org/downloads/valgrind-3.12.0.tar.bz2 glibc-devel boost-devel gdb-devel - fix_rlimit.patch + @@ -39,6 +39,13 @@ + + 2017-02-17 + 3.12.0 + Version Bump + Kamil Atlı + suvari@pisilinux.org + 2016-06-09 3.11.0 @@ -54,4 +61,4 @@ ayhanyalcinsoy@pisilinux.org - + \ No newline at end of file