From aa3ac68fae8e0000fa8c941372e7fc14d137594a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Uhliarik?= Date: Thu, 24 Sep 2015 15:23:49 +0200 Subject: [PATCH] new version 3.5.9 - added Patch, which fixes problem with include guards --- sources | 4 ++-- squid.spec | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sources b/sources index da6c944..f553d82 100644 --- a/sources +++ b/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 diff --git a/squid.spec b/squid.spec index 2080617..1aed845 100644 --- a/squid.spec +++ b/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 - 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 - 7:3.5.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild