Mailing List Archive

r2314 - trunk/varnish-cache/redhat
Author: ssm
Date: 2007-12-20 10:50:07 +0100 (Thu, 20 Dec 2007)
New Revision: 2314

Modified:
trunk/varnish-cache/redhat/varnish.spec
Log:
Red hat packaging, updated spec file
* Bumped version and release numbers
* Added build dependency for libxslt, for xsltproc


Modified: trunk/varnish-cache/redhat/varnish.spec
===================================================================
--- trunk/varnish-cache/redhat/varnish.spec 2007-12-20 09:43:37 UTC (rev 2313)
+++ trunk/varnish-cache/redhat/varnish.spec 2007-12-20 09:50:07 UTC (rev 2314)
@@ -1,13 +1,13 @@
Summary: Varnish is a high-performance HTTP accelerator
Name: varnish
-Version: 1.1.1
-Release: 200708142344%{?dist}
+Version: 1.1.2
+Release: 1
License: BSD-like
Group: System Environment/Daemons
URL: http://www.varnish-cache.org/
Source0: http://downloads.sourceforge.net/varnish/varnish-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: ncurses-devel automake autoconf libtool
+BuildRequires: ncurses-devel automake autoconf libtool libxslt
Requires: kernel >= 2.6.0 varnish-libs = %{version}-%{release}
Requires: logrotate
Requires(pre): shadow-utils
@@ -164,8 +164,13 @@
%postun libs -p /sbin/ldconfig

%changelog
+* Thu Dec 20 2007 Stig Sandbeck Mathisen <ssm at linpro.no> - 1.1.2-1
+- Bumped the version number to 1.1.2.
+- Addeed build dependency on libxslt
+
* Mon Aug 20 2007 Ingvar Hagelund <ingvar at linpro.no> - 1.1.1-1
- Bumped the version number to 1.1.1.
+
* Tue Aug 14 2007 Ingvar Hagelund <ingvar at linpro.no> - 1.1.svn
- Update for 1.1 branch
- Added the devel package for the header files and static library files