- Update to version 3.3.0

* Add clipping support to lg_chunk option processing.
  * Add the --enable-ivsalloc option.
  * Add the --without-export option.
  * Add the --disable-zone-allocator option.
  * Fix "arenas.extend" mallctl to output the number of arenas.
  * Fix chunk_recycyle() to unconditionally inform Valgrind that
    returned memory is undefined.
  * Fix build break on FreeBSD related to alloca.h.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jemalloc?expand=0&rev=8
This commit is contained in:
Ismail Dönmez 2013-01-24 11:03:44 +00:00 committed by Git OBS Bridge
parent bee663cde3
commit d7899721c1
4 changed files with 23 additions and 10 deletions

View File

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

3
jemalloc-3.3.0.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jan 24 11:56:49 UTC 2013 - idonmez@suse.com
- Update to version 3.3.0
* Add clipping support to lg_chunk option processing.
* Add the --enable-ivsalloc option.
* Add the --without-export option.
* Add the --disable-zone-allocator option.
* Fix "arenas.extend" mallctl to output the number of arenas.
* Fix chunk_recycyle() to unconditionally inform Valgrind that
returned memory is undefined.
* Fix build break on FreeBSD related to alloca.h.
-------------------------------------------------------------------
Wed Nov 14 23:32:04 UTC 2012 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package jemalloc
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,22 +15,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: jemalloc
Version: 3.2.0
Version: 3.3.0
Release: 0
License: BSD-2-Clause
%define lname libjemalloc1
Summary: General-purpose scalable concurrent malloc implementation
URL: http://canonware.com/jemalloc/
License: BSD-2-Clause
Group: Development/Libraries/C and C++
Url: http://canonware.com/jemalloc/
#Git-Clone: git://canonware.com/jemalloc
Source: jemalloc-%{version}.tar.bz2
#BuildRequires: autoconf, automake, libtool
Source: http://www.canonware.com/download/jemalloc/jemalloc-%{version}.tar.bz2
BuildRequires: docbook-xsl-stylesheets
BuildRequires: libxslt
Requires: %lname = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
jemalloc is a general-purpose scalable concurrent malloc(3) implementation.