Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
c86d520eb5
!31 update to 5.3.0
From: @caodongxia 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
2023-03-31 09:35:35 +00:00
caodongxia
75f19b4264 update to 5.3.0 2023-03-31 17:23:15 +08:00
openeuler-ci-bot
488e333581
!26 Correct tsd layout graph
From: @meng-wenhua 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
2023-01-09 11:30:05 +00:00
mengwenhua
f9ac275bf9 Correct tsd layout graph
Signed-off-by: mengwenhua <mengwenhua@xfusion.com>
2023-01-09 15:30:20 +08:00
openeuler-ci-bot
5e319fc08e
!10 update to 5.2.1
Merge pull request !10 from xigaoxinyan/openEuler-22.03-LTS-Next
2022-01-08 07:42:03 +00:00
xigaoxinyan
df7ec938d1 update 2021-12-30 15:37:01 +08:00
openeuler-ci-bot
30326867d2 !4 修复因缺少依赖导致编译失败问题
From: @wu-leilei
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-06-03 15:27:30 +08:00
wu-leilei
87478704d9 fixes failed: no acceptable C compiler found in /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin 2021-06-02 15:04:06 +08:00
openeuler-ci-bot
4ed450d6b2 !2 Add jemalloc.yaml
Merge pull request !2 from yaokai13/master
2020-05-08 14:59:52 +08:00
yaokai13
010dfc5037 Add jemalloc.yaml 2020-05-07 17:47:54 +08:00
4 changed files with 40 additions and 7 deletions

Binary file not shown.

BIN
jemalloc-5.3.0.tar.bz2 Normal file

Binary file not shown.

View File

@ -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
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: jemalloc/jemalloc
tag_prefix: ^v
seperator: .