rpms/varnish/devel varnish.changes-2.1.0.patch, NONE, 1.1 varnish.spec, 1.26, 1.27

Ingvar Hagelund ingvar at fedoraproject.org
Wed Apr 14 13:28:41 UTC 2010


Author: ingvar

Update of /cvs/pkgs/rpms/varnish/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23433

Modified Files:
	varnish.spec 
Added Files:
	varnish.changes-2.1.0.patch 
Log Message:
Added a patch from svn that fixes changes-2.0.6-2.1.0.xml

varnish.changes-2.1.0.patch:
 changes-2.0.6-2.1.0.xml |   22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

--- NEW FILE varnish.changes-2.1.0.patch ---
--- doc/changes-2.0.6-2.1.0.xml.orig	2010-04-14 15:16:12.308484148 +0200
+++ doc/changes-2.0.6-2.1.0.xml	2010-04-14 15:16:28.844484368 +0200
@@ -2,7 +2,7 @@
 <!DOCTYPE group [
 <!ENTITY mdash "&#8212;">
 ]>
-<!-- $Id: changes-2.0.6-2.1.0.xml 4641 2010-03-24 10:36:56Z tfheen $ -->
+<!-- $Id: changes-2.0.6-2.1.0.xml 4643 2010-03-24 12:41:53Z tfheen $ -->
 <group from="2.0.6" to="2.1.0">
   <subsystem>
     <name>varnishd</name>
@@ -48,7 +48,7 @@
       <para>When closing connections, we experimented with sending RST
       to free up load balancers and free up threads more quickly.
       This caused some problems with NAT routers and so has been
-      reverted for now.
+      reverted for now.</para>
     </change>
 
     <change type="enh">
@@ -176,7 +176,7 @@
 
     <change type="enh">
       <para><code>purge.hash</code> is now deprecated and no longer
-      shown in help listings.</code>.</para>
+      shown in help listings.</para>
     </change>
 
     <change type="enh" ref="607">
@@ -298,11 +298,19 @@
       <para>Exit at the end of the file when started
 	with <code>-d</code>.</para>
     </change>
+  </subsystem>
 
+  <subsystem>
+    <name>varnishadm</name>
 
-varnishadm:
- - timeout support
- - secret support
- - handle cli banner
+    <change type="enh">
+      <para><code>varnishadm</code> can now have a timeout when trying
+      to connect to the running <code>varnishd</code>.</para>
+    </change>
 
+    <change type="enh">
+      <para><code>varnishadm</code> now knows how to respond to the
+      secret from a secured <code>varnishd</code></para>
+    </change>
+  </subsystem>
 </group>


Index: varnish.spec
===================================================================
RCS file: /cvs/pkgs/rpms/varnish/devel/varnish.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- varnish.spec	14 Apr 2010 12:32:17 -0000	1.26
+++ varnish.spec	14 Apr 2010 13:28:41 -0000	1.27
@@ -1,7 +1,7 @@
 Summary: High-performance HTTP accelerator
 Name: varnish
 Version: 2.1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.varnish-cache.org/
@@ -9,6 +9,7 @@ URL: http://www.varnish-cache.org/
 Source0: http://downloads.sourceforge.net/varnish/varnish-2.1.tar.gz
 patch0: varnish.S-option.patch
 patch1: varnish.floor.patch
+patch2: varnish.changes-2.1.0.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # The svn sources needs autoconf, automake and libtool to generate a suitable
 # configure script. Release tarballs would not need this
@@ -74,6 +75,7 @@ Varnish is a high-performance HTTP accel
 
 %patch0
 %patch1
+%patch2
 
 # Makefile.am was patched. Needs to rerun autoconf
 ./autogen.sh
@@ -109,6 +111,11 @@ cp bin/varnishd/default.vcl etc/zope-plo
 	%configure --disable-static --localstatedir=/var/lib
 %endif
 
+# Have to regenerate the docs because of patched doc/changes-2.0.6-2.1.0.xml
+pushd doc/
+make clean
+popd
+
 # We have to remove rpath - not allowed in Fedora
 # (This problem only visible on 64 bit arches)
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g;
@@ -256,6 +263,9 @@ fi
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Wed Apr 14 2010 Ingvar Hagelund <ingvar at linpro.no> - 2.1.0-2
+- Added a patch from svn that fixes changes-2.0.6-2.1.0.xml
+
 * Tue Apr 06 2010 Ingvar Hagelund <ingvar at linpro.no> - 2.1.0-1
 - New upstream release; note: Configuration changes, see the README
 - Removed unneeded patches 



More information about the scm-commits mailing list