From a4e95ef48ca06233d955167d17559682941c7117 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 00:17:11 +0100 Subject: [PATCH] update to 5.3.0 [release 5.3.0-1mamba;Sun Jul 31 2022] --- jemalloc.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/jemalloc.spec b/jemalloc.spec index 6bc0dfd..209fe40 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,21 +1,23 @@ Name: jemalloc -Version: 5.2.1 +Version: 5.3.0 Release: 1mamba Summary: A general purpose malloc(3) implementation Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.canonware.com/jemalloc/ +URL: http://jemalloc.net/ Source: https://github.com/jemalloc/jemalloc.git/%{version}/jemalloc-%{version}.tar.bz2 #Source: http://www.canonware.com/download/jemalloc/jemalloc-%{version}.tar.bz2 License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libgcc +BuildRequires: libperl +BuildRequires: libstdc++6-devel BuildRequires: perl-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support. @@ -39,7 +41,6 @@ This package contains libraries and header files for developing applications tha %prep %setup -q - ./autogen.sh %build @@ -81,6 +82,9 @@ This package contains libraries and header files for developing applications tha %doc ChangeLog README %changelog +* Sun Jul 31 2022 Silvan Calarco 5.3.0-1mamba +- update to 5.3.0 + * Sat Oct 26 2019 Silvan Calarco 5.2.1-1mamba - update to 5.2.1