Compare commits
10 Commits
90d6db5e6b
...
c86d520eb5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c86d520eb5 | ||
|
|
75f19b4264 | ||
|
|
488e333581 | ||
|
|
f9ac275bf9 | ||
|
|
5e319fc08e | ||
|
|
df7ec938d1 | ||
|
|
30326867d2 | ||
|
|
87478704d9 | ||
|
|
4ed450d6b2 | ||
|
|
010dfc5037 |
Binary file not shown.
BIN
jemalloc-5.3.0.tar.bz2
Normal file
BIN
jemalloc-5.3.0.tar.bz2
Normal file
Binary file not shown.
@ -11,14 +11,15 @@
|
||||
%endif
|
||||
|
||||
Name: jemalloc
|
||||
Version: 5.1.0
|
||||
Release: 3
|
||||
Version: 5.3.0
|
||||
Release: 1
|
||||
Summary: General-purpose scalable concurrent malloc implementation
|
||||
License: BSD
|
||||
License: BSD-2-Clause
|
||||
URL: http://www.canonware.com/jemalloc/
|
||||
Source0: https://github.com/jemalloc/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: libxslt perl-generators
|
||||
|
||||
BuildRequires: perl-generators gcc /usr/bin/xsltproc
|
||||
|
||||
%description
|
||||
Implemented by malloc (3), is an independent implementation of jemalloc.
|
||||
@ -37,7 +38,7 @@ Summary: help for jemalloc.
|
||||
The help package contains manual pages and other related files for jemalloc.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
export LDFLAGS="%{?__global_ldflags} -lrt"
|
||||
@ -47,10 +48,8 @@ uname -a
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%if %{?_with_check:1}%{!?_with_check:0}
|
||||
LD_LIBRARY_PATH=%{buildroot}%{_libdir} make test %{?_smp_mflags}
|
||||
make check
|
||||
%endif
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -81,5 +80,35 @@ make check
|
||||
%{_mandir}/man3/jemalloc.3*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 07 2023 mawenshuo <mawenshuo1@huawei.com> - 5.3.0-1
|
||||
- Upgrade to 5.3.0
|
||||
|
||||
* Mon Jan 9 2023 mengwenhua <mengwenhua@xfusion.com> - 5.2.1-8
|
||||
- Correct tsd layout graph
|
||||
|
||||
* Tue Nov 15 2022 doupengda <doupengda@loongson.cn> - 5.2.1-7
|
||||
- add loongarch64 support
|
||||
|
||||
* Tue May 10 2022 Ge Wang <wangge@h-partner.com> - 5.2.1-6
|
||||
- License compliance rectification
|
||||
|
||||
* Thu Dec 2 2021 guominghong <guominghong@huawei.com> - 5.2.1-5
|
||||
- Fix spec check
|
||||
|
||||
* Tue Nov 16 2021 guominghong <guominghong@huawei.com> - 5.2.1-4
|
||||
- Fix tcaches mutex pre-post fork handling
|
||||
|
||||
* Tue Nov 16 2021 guominghong <guominghong@huawei.com> - 5.2.1-3
|
||||
- Fix Undefined Behavior in hash.h
|
||||
|
||||
* Wed Nov 3 2021 guominghong <guominghong@huawei.com> - 5.2.1-2
|
||||
- Fix large bin index accessed through cache bin descriptor
|
||||
|
||||
* Tue Jul 20 2021 weidong <weidong@uniontech.com> - 5.2.1-1
|
||||
- Update jemlloc
|
||||
|
||||
* Wed Jun 02 2021 wulei <wulei80@huawei.com> - 5.1.0-4
|
||||
- fixes failed: no acceptable C compiler found in $PATH
|
||||
|
||||
* Thu Nov 14 2019 wangye<wangye54@huawei.com> - 5.1.0-3
|
||||
- Package init
|
||||
|
||||
4
jemalloc.yaml
Normal file
4
jemalloc.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: jemalloc/jemalloc
|
||||
tag_prefix: ^v
|
||||
seperator: .
|
||||
Loading…
x
Reference in New Issue
Block a user