- 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,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.