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 Name: jemalloc
Version: 5.2.1 Version: 5.3.0
Release: 1mamba Release: 1mamba
Summary: A general purpose malloc(3) implementation Summary: A general purpose malloc(3) implementation
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> 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: https://github.com/jemalloc/jemalloc.git/%{version}/jemalloc-%{version}.tar.bz2
#Source: http://www.canonware.com/download/jemalloc/jemalloc-%{version}.tar.bz2 #Source: http://www.canonware.com/download/jemalloc/jemalloc-%{version}.tar.bz2
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libperl
BuildRequires: libstdc++6-devel
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support. 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 %prep
%setup -q %setup -q
./autogen.sh ./autogen.sh
%build %build
@ -81,6 +82,9 @@ This package contains libraries and header files for developing applications tha
%doc ChangeLog README %doc ChangeLog README
%changelog %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 * Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.1-1mamba
- update to 5.2.1 - update to 5.2.1