View | Details | Raw Unified | Return to bug 46412
Collapse All | Expand All

(-)squid-5.7.spec (-4 / +7 lines)
Lines 9-17 Link Here
9
%def_with systemd
9
%def_with systemd
10
10
11
Name: squid
11
Name: squid
12
Version: 5.7
12
Version: 5.9
13
Release: alt2
13
Release: alt2
14
%define langpack_ver 20220905
14
%define langpack_ver 20230225
15
Summary: The Squid proxy caching server
15
Summary: The Squid proxy caching server
16
License: GPLv2
16
License: GPLv2
17
Group: System/Servers
17
Group: System/Servers
Lines 26-32 Link Here
26
Source7: %name.service
26
Source7: %name.service
27
Source8: %name.tmpfiles
27
Source8: %name.tmpfiles
28
28
29
Patch: %name-%version-%release.patch
29
#Patch: %name-%version-%release.patch
30
Obsoletes: %name-novm < %EVR
30
Obsoletes: %name-novm < %EVR
31
Obsoletes: %name-pinger < %EVR
31
Obsoletes: %name-pinger < %EVR
32
Requires: net-snmp-mibs
32
Requires: net-snmp-mibs
Lines 97-103 Link Here
97
97
98
%prep
98
%prep
99
%setup -q %{?langpack_ver:-a 1}
99
%setup -q %{?langpack_ver:-a 1}
100
%patch -p1
100
#%patch -p1
101
101
102
sed -i -r '1s|^(#!/usr/)local(/bin/perl)|\1\2|' {contrib,scripts}/*.pl
102
sed -i -r '1s|^(#!/usr/)local(/bin/perl)|\1\2|' {contrib,scripts}/*.pl
103
103
Lines 298-303 Link Here
298
%exclude %_man8dir/cachemgr.cgi.*
298
%exclude %_man8dir/cachemgr.cgi.*
299
299
300
%changelog
300
%changelog
301
* Mon Jun 05 2023 Alexander Lukyanov <a.lukyanov@stud.uniyar.ac.ru> 5.9-alt2
302
- 5.7 -> 5.9
303
301
* Mon Jan 09 2023 Alexey Shabalin <shaba@altlinux.org> 5.7-alt2
304
* Mon Jan 09 2023 Alexey Shabalin <shaba@altlinux.org> 5.7-alt2
302
- Fixed FTBFS: fix deprecation htmlDefaultSAXHandlerInit() -> xmlInitParser()
305
- Fixed FTBFS: fix deprecation htmlDefaultSAXHandlerInit() -> xmlInitParser()
303
306

Return to bug 46412