This commit is contained in:
Luboš Uhliarik 2015-09-25 10:54:34 +02:00
parent 4b8bb63325
commit 0829904a2b

View File

@ -2,7 +2,7 @@
Name: squid Name: squid
Version: 3.5.9 Version: 3.5.9
Release: 1%{?dist} Release: 2%{?dist}
Summary: The Squid proxy caching server Summary: The Squid proxy caching server
Epoch: 7 Epoch: 7
# See CREDITS for breakdown of non GPLv2+ code # See CREDITS for breakdown of non GPLv2+ code
@ -59,7 +59,7 @@ BuildRequires: libcap-devel
# eCAP support # eCAP support
BuildRequires: libecap-devel BuildRequires: libecap-devel
#ip_user helper requires #ip_user helper requires
BuildRequires: glibc-headers BuildRequires: gcc-c++
# #
BuildRequires: libtool libtool-ltdl-devel BuildRequires: libtool libtool-ltdl-devel
# For test suite # For test suite
@ -281,6 +281,9 @@ fi
%changelog %changelog
* Fri Sep 25 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.9-2
- Resolves: #1230501
* Thu Sep 24 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.9-1 * Thu Sep 24 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.9-1
- new version 3.5.9 - new version 3.5.9
- added Patch, which fixes problem with include guards - added Patch, which fixes problem with include guards