From fc452d5c021a61cc0b9c54dcfa12108fd051fd48 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Tue, 16 Oct 2012 14:37:54 +0200 Subject: [PATCH] Update to latest upstream version 3.2.2 --- .gitignore | 2 ++ sources | 3 ++- squid.spec | 7 +++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ed0b4f4..7e75cb2 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ squid-3.1-10021.patch /squid-3.2.0.16.tar.bz2 /squid-3.2.0.16.tar.bz2.asc /squid-3.2.1.tar.bz2 +/squid-3.2.2.tar.bz2 +/squid-3.2.2.tar.bz2.asc diff --git a/sources b/sources index 2f535fb..4ed607b 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -929f7a3988fe63ec188d2ad920d92d82 squid-3.2.1.tar.bz2 +39d3f9d03cc0ea9e4d55cde02db18093 squid-3.2.2.tar.bz2 +43db024a63637c80a2df64f0e61f9460 squid-3.2.2.tar.bz2.asc diff --git a/squid.spec b/squid.spec index 1c379d2..6283fd7 100644 --- a/squid.spec +++ b/squid.spec @@ -3,8 +3,8 @@ ## % define __find_requires %{SOURCE99} Name: squid -Version: 3.2.1 -Release: 2%{?dist} +Version: 3.2.2 +Release: 1%{?dist} Summary: The Squid proxy caching server Epoch: 7 # See CREDITS for breakdown of non GPLv2+ code @@ -305,6 +305,9 @@ fi /sbin/chkconfig --add squid >/dev/null 2>&1 || : %changelog +* Tue Oct 16 2012 Tomas Hozza - 7:3.2.2-1 +- Update to latest upstream version 3.2.2 + * Fri Oct 05 2012 Tomas Hozza - 7:3.2.1-2 - Introduced new systemd-rpm macros in squid spec file. (#850326)