From 61f6c8db6bb660dc889cddc0b23c9358222d5bfa Mon Sep 17 00:00:00 2001 From: "Wei,Qiang" <28121808128@qq.com> Date: Mon, 16 Dec 2024 15:03:27 +0800 Subject: [PATCH] Update URL to http://jemalloc.net/, www.canonware.com does not work Signed-off-by: Wei,Qiang <28121808128@qq.com> --- jemalloc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jemalloc.spec b/jemalloc.spec index fe446f8..feabd0b 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -12,10 +12,10 @@ Name: jemalloc Version: 5.3.0 -Release: 1 +Release: 2 Summary: General-purpose scalable concurrent malloc implementation License: BSD-2-Clause -URL: http://www.canonware.com/jemalloc/ +URL: http://jemalloc.net/ Source0: https://github.com/jemalloc/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2 @@ -80,6 +80,9 @@ make check %{_mandir}/man3/jemalloc.3* %changelog +* Wed Mar 01 2023 Wei Qiang <2812108128@qq.com> - 5.3.0-2 +- Set URL to http://jemalloc.net/. + * Wed Mar 01 2023 li-long315 - 5.3.0-1 - Upgrade to 5.3.0 -- Gitee