diff --git a/jemalloc-3.2.0.tar.bz2 b/jemalloc-3.2.0.tar.bz2 deleted file mode 100644 index 693e3b1..0000000 --- a/jemalloc-3.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96eff12ec2bcf135e502cad8df67af484f491aa19856eaa5ee89ec771abe040f -size 250072 diff --git a/jemalloc-3.3.0.tar.bz2 b/jemalloc-3.3.0.tar.bz2 new file mode 100644 index 0000000..8521118 --- /dev/null +++ b/jemalloc-3.3.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa97722c6e0d646aaa65a78312425c206c922f015102dbd0ac546bc3da4a56e3 +size 252647 diff --git a/jemalloc.changes b/jemalloc.changes index 1386f59..48e2e85 100644 --- a/jemalloc.changes +++ b/jemalloc.changes @@ -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 diff --git a/jemalloc.spec b/jemalloc.spec index 9f6e1af..ef640fd 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -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.