Accepting request 184993 from home:ganglia:latest_perftools

- gperftools 2.1, released 30 July 2013.
  * fixes for building on newer platforms. Notably, there's now initial
    support for x32 ABI (--enable-minimal only at this time))
  * Some fixes for debug allocation on POWER/Linux 
  * new getNumericProperty stats for cache sizes
  * added HEAP_PROFILER_TIME_INTERVAL variable (see documentation)
  * added environment variable to control heap size (TCMALLOC_HEAP_LIMIT_MB)
  * added environment variable to disable release of memory back to OS
    (TCMALLOC_DISABLE_MEMORY_RELEASE)
  * cpu profiler can now be switched on and off by sending it a signal
    (specified in CPUPROFILESIGNAL)
  * (issue 491) fixed race-ful spinlock wake-ups
  * (issue 496) added some support for fork-ing of process that is using
    tcmalloc
  * (issue 368) improved memory fragmentation when large chunks of
    memory are allocated/freed

OBS-URL: https://build.opensuse.org/request/show/184993
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gperftools?expand=0&rev=15
This commit is contained in:
Marcus Meissner 2013-07-31 10:21:11 +00:00 committed by Git OBS Bridge
parent 6ed2b425af
commit 8c0d9fd470
5 changed files with 36 additions and 16 deletions

View File

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

3
gperftools-2.1.tar.bz2 Normal file
View File

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

View File

@ -1,10 +1,10 @@
Index: gperftools/Makefile.am
Index: gperftools-2.0.99/Makefile.am
===================================================================
--- gperftools.orig/Makefile.am
+++ gperftools/Makefile.am
@@ -124,7 +124,7 @@ googleinclude_HEADERS = \
src/google/tcmalloc.h \
src/windows/google/tcmalloc.h
--- gperftools-2.0.99.orig/Makefile.am
+++ gperftools-2.0.99/Makefile.am
@@ -128,7 +128,7 @@ googleinclude_HEADERS = \
src/google/stacktrace.h \
src/google/tcmalloc.h
-docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
+docdir = $(prefix)/share/doc/packages/$(PACKAGE)

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Jul 30 17:44:01 UTC 2013 - cgardner@suse.com
- gperftools 2.1, released 30 July 2013.
* fixes for building on newer platforms. Notably, there's now initial
support for x32 ABI (--enable-minimal only at this time))
* Some fixes for debug allocation on POWER/Linux
* new getNumericProperty stats for cache sizes
* added HEAP_PROFILER_TIME_INTERVAL variable (see documentation)
* added environment variable to control heap size (TCMALLOC_HEAP_LIMIT_MB)
* added environment variable to disable release of memory back to OS
(TCMALLOC_DISABLE_MEMORY_RELEASE)
* cpu profiler can now be switched on and off by sending it a signal
(specified in CPUPROFILESIGNAL)
* (issue 491) fixed race-ful spinlock wake-ups
* (issue 496) added some support for fork-ing of process that is using
tcmalloc
* (issue 368) improved memory fragmentation when large chunks of
memory are allocated/freed
-------------------------------------------------------------------
Thu Dec 27 11:08:09 UTC 2012 - dvaleev@suse.com

View File

@ -17,16 +17,16 @@
Name: gperftools
Version: 2.0
Version: 2.1
Release: 0
Url: http://code.google.com/p/gperftools/
Source0: %{name}-%{version}.tar.bz2
Patch4: %{name}-fix_docdir.patch
Patch11: %{name}_fix_multiple_install_headers.patch
# Patch11: %{name}_fix_multiple_install_headers.patch
Patch12: %{name}_fix_unassigned_malloc_in_unittest.patch
Patch14: %{name}_gcc46.patch
Patch15: %{name}-glibc216.patch
Patch16: spinlock-rand.patch
#Patch15: %{name}-glibc216.patch
#Patch16: spinlock-rand.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
@ -64,11 +64,11 @@ files for developing applications that use the gperftools package.
%prep
%setup -q
%patch4 -p1
%patch11 -p1
#patch11 -p1
%patch12 -p1
%patch14 -p1
%patch15 -p1
%patch16 -p1
#patch15 -p1
#patch16 -p1
%build
autoreconf -fi