From 59da94819ac889863bd77b9ea32aa56943ec2aaf Mon Sep 17 00:00:00 2001 From: ut005731 Date: Mon, 30 Sep 2024 14:07:52 +0800 Subject: [PATCH] fix: use accessible URL --- libchardet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libchardet.spec b/libchardet.spec index a04fcfa..814569f 100644 --- a/libchardet.spec +++ b/libchardet.spec @@ -1,6 +1,6 @@ Name: libchardet Version: 1.0.5 -Release: 1 +Release: 2 Summary: Mozilla's universal character set detector License: MPLv1.1 or LGPLv2+ or GPLv2+ URL: http://ftp.oops.org/pub/oops/libchardet/ @@ -72,5 +72,8 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}/LICENSE %{_mandir}/man3/* %changelog +* Sun Sep 29 2024 zhuhongbo - 1.0.5-2 +- fix: use accessible URL + * Fri Aug 11 2023 leeffo - 1.0.5-1 - init package