[3.0] 1360bcd Update configure etc for rc1

Tollef Fog Heen tfheen at varnish-cache.org
Thu Aug 25 10:50:21 CEST 2011


commit 1360bcdfcf0021183dccd287942ac0d824634e67
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Thu Aug 25 09:13:10 2011 +0200

    Update configure etc for rc1

diff --git a/configure.ac b/configure.ac
index 5c3de64..6824a85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.59)
 AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS
 Copyright (c) 2006-2011 Varnish Software AS])
 AC_REVISION([$Id$])
-AC_INIT([Varnish], [3.0.0], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [3.0.1-rc1], [varnish-dev at varnish-cache.org])
 AC_CONFIG_SRCDIR(include/varnishapi.h)
 AM_CONFIG_HEADER(config.h)
 
diff --git a/doc/changes.rst b/doc/changes.rst
index d51a619..bbe29cf 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1,6 +1,6 @@
-==================================
-Changes from 3.0.0 to 3.0.1 beta 1
-==================================
+================================
+Changes from 3.0.0 to 3.0.1 rc 1
+================================
 
 Varnishd
 --------
diff --git a/redhat/varnish.spec b/redhat/varnish.spec
index 415f031..6dfaf4e 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -1,12 +1,12 @@
 Summary: High-performance HTTP accelerator
 Name: varnish
-Version: 3.0.0
-Release: 1%{?dist}
+Version: 3.0.1
+Release: 0.rc1%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.varnish-cache.org/
 #Source0: http://repo.varnish-cache.org/source/%{name}-%{version}.tar.gz
-Source0: %{name}-%{version}.tar.gz
+Source0: %{name}-%{version}-rc1.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # To build from git, start with a make dist, see redhat/README.redhat 
 # You will need at least automake autoconf libtool python-docutils
@@ -72,7 +72,7 @@ Documentation files for %name
 
 %prep
 #%setup -q
-%setup -q -n varnish-3.0.0-beta2
+%setup -q -n varnish-%{version}-rc1
 
 mkdir examples
 cp bin/varnishd/default.vcl etc/zope-plone.vcl examples



More information about the varnish-commit mailing list