new version 3.5.9
- added Patch, which fixes problem with include guards
This commit is contained in:
parent
4c2c0794e0
commit
aa3ac68fae
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
6cd553300a2253c0913f498beb79ee51 squid-3.5.3.tar.xz
|
||||
af4c5d253c3c1ab034c11f2f17a41ee5 squid-3.5.3.tar.xz.asc
|
||||
fe7306a90a0ba2fc906e9a8c741cc8ea squid-3.5.9.tar.xz
|
||||
1b0d5cbc63a451e89ef626574ee2f356 squid-3.5.9.tar.xz.asc
|
||||
|
10
squid.spec
10
squid.spec
@ -1,8 +1,8 @@
|
||||
%define __perl_requires %{SOURCE98}
|
||||
|
||||
Name: squid
|
||||
Version: 3.5.3
|
||||
Release: 5%{?dist}
|
||||
Version: 3.5.9
|
||||
Release: 1%{?dist}
|
||||
Summary: The Squid proxy caching server
|
||||
Epoch: 7
|
||||
# See CREDITS for breakdown of non GPLv2+ code
|
||||
@ -30,6 +30,7 @@ Source98: perl-requires-squid.sh
|
||||
Patch201: squid-3.1.0.9-config.patch
|
||||
Patch202: squid-3.1.0.9-location.patch
|
||||
Patch203: squid-3.0.STABLE1-perlpath.patch
|
||||
Patch204: squid-3.5.9-include-guards.patch
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: bash >= 2.0
|
||||
@ -87,6 +88,7 @@ lookup program (dnsserver), a program for retrieving FTP data
|
||||
%patch201 -p1 -b .config
|
||||
%patch202 -p1 -b .location
|
||||
%patch203 -p1 -b .perlpath
|
||||
%patch204 -p0 -b .include-guards
|
||||
|
||||
%build
|
||||
|
||||
@ -279,6 +281,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 24 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.9-1
|
||||
- new version 3.5.9
|
||||
- added Patch, which fixes problem with include guards
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.5.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user