diff --git a/.cvsignore b/.cvsignore index 31b8f82..bb3cf4a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,4 @@ squid-2.5.STABLE11.tar.bz2 squid-2.5.STABLE12.tar.bz2 squid-2.5.STABLE13.tar.bz2 squid-2.5.STABLE14.tar.bz2 +squid-2.6.STABLE3.tar.bz2 diff --git a/sources b/sources index 72f1cf5..6583f2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -838492f95de0964e31e633bfa07a0682 squid-2.6.STABLE2.tar.bz2 +5b181e9c08f35d098e53e54b01fbd092 squid-2.6.STABLE3.tar.bz2 diff --git a/squid.spec b/squid.spec index ff0a221..2baeb9c 100644 --- a/squid.spec +++ b/squid.spec @@ -4,8 +4,8 @@ Summary: The Squid proxy caching server. Name: squid -Version: 2.6.STABLE2 -Release: 3%{?dist} +Version: 2.6.STABLE3 +Release: 1%{?dist} Epoch: 7 License: GPL Group: System Environment/Daemons @@ -19,7 +19,7 @@ Source98: perl-requires-squid.sh ## Source99: filter-requires-squid.sh # Upstream patches -# the latest upstream CVS snapshot +Patch101: squid-2.6.STABLE3-italian.patch # External patches @@ -56,6 +56,8 @@ lookup program (dnsserver), a program for retrieving FTP data %prep %setup -q +%patch101 -p1 + %patch201 -p1 -b .config %patch202 -p1 -b .location %patch203 -p1 -b .build @@ -325,6 +327,9 @@ fi chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || : %changelog +* Mon Aug 21 2006 Martin Stransky - 7:2.6.STABLE3-1 +- the latest stable upstream + * Thu Aug 10 2006 Karsten Hopp 7:2.6.STABLE2-3 - added some requirements for pre/post install scripts