From 75a8191ff4c19bf4ce631bef3801f098d4c0bfe45221990aff42ca87c8c54947 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 11 Jul 2022 05:59:55 +0000 Subject: [PATCH] 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 --- gperftools-2.10.tar.gz | 3 +++ gperftools-2.9.1.tar.gz | 3 --- gperftools.changes | 10 ++++++++++ gperftools.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 gperftools-2.10.tar.gz delete mode 100644 gperftools-2.9.1.tar.gz diff --git a/gperftools-2.10.tar.gz b/gperftools-2.10.tar.gz new file mode 100644 index 0000000..008a291 --- /dev/null +++ b/gperftools-2.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e3bfdd28b8bcf53222c3798d4d395d52dadbbae59e8730c4a6d31a9c3732d8 +size 1616679 diff --git a/gperftools-2.9.1.tar.gz b/gperftools-2.9.1.tar.gz deleted file mode 100644 index c979540..0000000 --- a/gperftools-2.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea566e528605befb830671e359118c2da718f721c27225cbbc93858c7520fee3 -size 1581218 diff --git a/gperftools.changes b/gperftools.changes index c3a40ff..8f57bb9 100644 --- a/gperftools.changes +++ b/gperftools.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jul 10 12:06:26 UTC 2022 - Callum Farmer + +- 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 diff --git a/gperftools.spec b/gperftools.spec index 93a2a19..3ec39a8 100644 --- a/gperftools.spec +++ b/gperftools.spec @@ -17,7 +17,7 @@ Name: gperftools -Version: 2.9.1 +Version: 2.10 Release: 0 Summary: Performance Tools for C++ License: BSD-3-Clause