--- squid-5.7.spec 2023-06-05 14:35:20.529156281 +0300 +++ squid-5.9.spec 2023-06-05 14:34:34.055446000 +0300 @@ -9,9 +9,9 @@ %def_with systemd Name: squid -Version: 5.7 +Version: 5.9 Release: alt2 -%define langpack_ver 20220905 +%define langpack_ver 20230225 Summary: The Squid proxy caching server License: GPLv2 Group: System/Servers @@ -26,7 +26,7 @@ Source7: %name.service Source8: %name.tmpfiles -Patch: %name-%version-%release.patch +#Patch: %name-%version-%release.patch Obsoletes: %name-novm < %EVR Obsoletes: %name-pinger < %EVR Requires: net-snmp-mibs @@ -97,7 +97,7 @@ %prep %setup -q %{?langpack_ver:-a 1} -%patch -p1 +#%patch -p1 sed -i -r '1s|^(#!/usr/)local(/bin/perl)|\1\2|' {contrib,scripts}/*.pl @@ -298,6 +298,9 @@ %exclude %_man8dir/cachemgr.cgi.* %changelog +* Mon Jun 05 2023 Alexander Lukyanov 5.9-alt2 +- 5.7 -> 5.9 + * Mon Jan 09 2023 Alexey Shabalin 5.7-alt2 - Fixed FTBFS: fix deprecation htmlDefaultSAXHandlerInit() -> xmlInitParser()