Accepting request 988187 from home:gmbr3:Active

- Update to 2.10:
  * Added debugallocator feature to use readable (PROT_READ) fence pages.
  * fix for cmake detection of libunwind.
  * fix for OSX Monterey support.
  * support for returning memory back to OS by using mmap with MAP_FIXED and PROT_NONE
  * basic support for LoongArch.

OBS-URL: https://build.opensuse.org/request/show/988187
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gperftools?expand=0&rev=62
This commit is contained in:
Dirk Mueller 2022-07-11 05:59:55 +00:00 committed by Git OBS Bridge
parent f71442e952
commit 75a8191ff4
4 changed files with 14 additions and 4 deletions

3
gperftools-2.10.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83e3bfdd28b8bcf53222c3798d4d395d52dadbbae59e8730c4a6d31a9c3732d8
size 1616679

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea566e528605befb830671e359118c2da718f721c27225cbbc93858c7520fee3
size 1581218

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jul 10 12:06:26 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
- Update to 2.10:
* Added debugallocator feature to use readable (PROT_READ) fence pages.
* fix for cmake detection of libunwind.
* fix for OSX Monterey support.
* support for returning memory back to OS by using mmap with MAP_FIXED and PROT_NONE
* basic support for LoongArch.
-------------------------------------------------------------------
Mon May 9 08:57:17 UTC 2022 - Andreas Schwab <schwab@suse.de>

View File

@ -17,7 +17,7 @@
Name: gperftools
Version: 2.9.1
Version: 2.10
Release: 0
Summary: Performance Tools for C++
License: BSD-3-Clause