From 45ac7c57964b669c15692336b1cc06347d35c3d6 Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Tue, 7 Nov 2023 18:01:37 +0800 Subject: [PATCH] rebuild for qt --- jemalloc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jemalloc.spec b/jemalloc.spec index abfbd06..e048cb8 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,7 +1,8 @@ +%define anolis_release 1 Name: jemalloc Version: 5.2.1 -Release: 3%{?dist}.3 +Release: 3.3.%{anolis_release}%{?dist} Summary: General-purpose scalable concurrent malloc implementation License: BSD @@ -108,6 +109,9 @@ find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';' %ldconfig_scriptlets %changelog +* Tue Nov 07 2023 yangxianzhao - 5.2.1-3.3.1 +- rebuild for qt + * Tue Apr 26 2022 pangqing - 5.2.1-3.3 - valgrind-devel does not compile loongarch64 schema -- Gitee