diff --git a/gperftools-2.10.tar.gz b/gperftools-2.10.tar.gz deleted file mode 100644 index 008a291..0000000 --- a/gperftools-2.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83e3bfdd28b8bcf53222c3798d4d395d52dadbbae59e8730c4a6d31a9c3732d8 -size 1616679 diff --git a/gperftools-2.13.tar.gz b/gperftools-2.13.tar.gz new file mode 100644 index 0000000..fa1e925 --- /dev/null +++ b/gperftools-2.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4882c5ece69f8691e51ffd6486df7d79dbf43b0c909d84d3c0883e30d27323e7 +size 1503107 diff --git a/gperftools.changes b/gperftools.changes index 8f57bb9..6afe351 100644 --- a/gperftools.changes +++ b/gperftools.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Sep 29 08:10:03 UTC 2023 - Paolo Stivanin + +- Update to 2.13: + * generic_fp backtracing method now uses robust address probing method. + The previous approach had occasional false positives, which caused + occasional rare crashes. + * fix pkg-config files + * we now support HEAPPROFILE_USE_PID and CPUPROFILE_USE_PID environment + variables that force profile filenames to have pid appended. + Which will be useful for some programs that fork for parallelism + * MPI detection has been extended + ------------------------------------------------------------------- Sun Jul 10 12:06:26 UTC 2022 - Callum Farmer diff --git a/gperftools.spec b/gperftools.spec index 3ec39a8..f5621bc 100644 --- a/gperftools.spec +++ b/gperftools.spec @@ -1,7 +1,7 @@ # # spec file for package gperftools # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: gperftools -Version: 2.10 +Version: 2.13 Release: 0 Summary: Performance Tools for C++ License: BSD-3-Clause diff --git a/gperftools_gcc46.patch b/gperftools_gcc46.patch index c95f126..2cf5783 100644 --- a/gperftools_gcc46.patch +++ b/gperftools_gcc46.patch @@ -1,8 +1,8 @@ -Index: google-perftools-1.8/src/base/elf_mem_image.h +Index: gperftools-2.13/src/base/elf_mem_image.h =================================================================== ---- google-perftools-1.8.orig/src/base/elf_mem_image.h -+++ google-perftools-1.8/src/base/elf_mem_image.h -@@ -46,6 +46,7 @@ +--- gperftools-2.13.orig/src/base/elf_mem_image.h ++++ gperftools-2.13/src/base/elf_mem_image.h +@@ -47,6 +47,7 @@ #define HAVE_ELF_MEM_IMAGE 1