From 44a03bda6946fc3e750d17add7b678deae037d4a Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Mon, 3 Jul 2023 14:56:06 +0800 Subject: [PATCH] Update to Anolis 8.9 --- jemalloc.spec | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/jemalloc.spec b/jemalloc.spec index d330081..abfbd06 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,16 +1,15 @@ -%global anolis_release .0.2 - Name: jemalloc Version: 5.2.1 -Release: 2%{anolis_release}%{?dist} +Release: 3%{?dist}.3 Summary: General-purpose scalable concurrent malloc implementation License: BSD +#excludeArch: loongarch64 URL: http://www.canonware.com/jemalloc/ Source0: https://github.com/jemalloc/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2 -Patch1: 0001-add-new-architecture-loongarch.patch +Patch1: 0001-add-new-architecture-loongarch.patch BuildRequires: gcc BuildRequires: /usr/bin/xsltproc @@ -109,13 +108,18 @@ find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';' %ldconfig_scriptlets %changelog -* Wed Oct 26 2022 liweiganga - 5.2.1-1.0.2 -- add loongarch64 base support - -* Wed Oct 26 2022 liweiganga - 5.2.1-1.0.1 -- add new architecture loongarch64 +* Tue Apr 26 2022 pangqing - 5.2.1-3.3 - valgrind-devel does not compile loongarch64 schema +* Wed Mar 02 2022 pangqing - 5.2.1-3.2 +- Add new architecture loongarch + +* Tue Feb 09 2021 Xue haolin - 5.2.1-3.1 +- Rebuild + +* Sat Sep 19 2020 Xuehaolin - 5.2.1-3 +- Rebuild for CJ8-ALLARCH + * Tue Aug 06 2019 Ingvar Hagelund - 5.2.1-1 - New upstream release -- Gitee