From faba54689d8487812427a1327d4c886c92235ecf Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Apr 29 2010 12:15:16 +0000 Subject: - add zlib-devel to build requirements (#509557) --- diff --git a/privoxy.spec b/privoxy.spec index c7a0bd2..8e4d781 100644 --- a/privoxy.spec +++ b/privoxy.spec @@ -6,7 +6,7 @@ Name: privoxy Version: 3.0.16 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Privacy enhancing proxy License: GPLv2+ Source0: http://downloads.sourceforge.net/ijbswa/%{name}-%{version}-%{beta_or_stable}-src.tar.gz @@ -19,7 +19,7 @@ Requires(pre): shadow-utils Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig, /sbin/service Requires(postun): /sbin/service -BuildRequires: libtool autoconf pcre-devel +BuildRequires: libtool autoconf pcre-devel zlib-devel %description Privoxy is a web proxy with advanced filtering capabilities for @@ -116,6 +116,9 @@ fi #doc/source/developer-manual doc/source/faq doc/source/user-manual %changelog +* Thu Apr 29 2010 Karsten Hopp 3.0.16-3 +- add zlib-devel to build requirements (#509557) + * Thu Mar 25 2010 Karsten Hopp 3.0.16-2 - add chkconfig header to init script (#576641) - fix patch to config files (#576642)