update to 5.3.0 [release 5.3.0-1mamba;Sun Jul 31 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 00:17:11 +01:00
parent 5fb96f1e8f
commit a4e95ef48c

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 5.3.0-1mamba
- update to 5.3.0
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.1-1mamba
- update to 5.2.1