Accepting request 1123973 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1123973 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gperftools?expand=0&rev=32
This commit is contained in:
commit
b74f145810
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:83e3bfdd28b8bcf53222c3798d4d395d52dadbbae59e8730c4a6d31a9c3732d8
|
|
||||||
size 1616679
|
|
BIN
gperftools-2.13.tar.gz
(Stored with Git LFS)
Normal file
BIN
gperftools-2.13.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 29 08:10:03 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- 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 <gmbr3@opensuse.org>
|
Sun Jul 10 12:06:26 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gperftools
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gperftools
|
Name: gperftools
|
||||||
Version: 2.10
|
Version: 2.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Performance Tools for C++
|
Summary: Performance Tools for C++
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@ -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
|
--- gperftools-2.13.orig/src/base/elf_mem_image.h
|
||||||
+++ google-perftools-1.8/src/base/elf_mem_image.h
|
+++ gperftools-2.13/src/base/elf_mem_image.h
|
||||||
@@ -46,6 +46,7 @@
|
@@ -47,6 +47,7 @@
|
||||||
|
|
||||||
#define HAVE_ELF_MEM_IMAGE 1
|
#define HAVE_ELF_MEM_IMAGE 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user