[packages/varnish] up to 3.0.7

glen glen at pld-linux.org
Thu Apr 20 11:16:42 CEST 2017


commit b63ef8f0a434c8d0d85b668e033134fa08345168
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Apr 20 12:14:47 2017 +0300

    up to 3.0.7

 ac.patch     | 9 +++++++++
 varnish.spec | 9 +++++----
 2 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/varnish.spec b/varnish.spec
index bbf17fc..20019d4 100644
--- a/varnish.spec
+++ b/varnish.spec
@@ -10,12 +10,12 @@
 Summary:	Varnish - a high-performance HTTP accelerator
 Summary(pl.UTF-8):	Varnish - wydajny akcelerator HTTP
 Name:		varnish
-Version:	3.0.5
-Release:	3
+Version:	3.0.7
+Release:	1
 License:	BSD
 Group:		Networking/Daemons/HTTP
 Source0:	http://repo.varnish-cache.org/source/%{name}-%{version}.tar.gz
-# Source0-md5:	674d44775cc927aee4601edb37f60198
+# Source0-md5:	aa63a7808d775c005d020c41f152b7af
 Source1:	%{name}.init
 Source3:	%{name}ncsa.init
 Source4:	%{name}.sysconfig
@@ -25,6 +25,7 @@ Source8:	%{name}.tmpfiles
 #Patch100:	branch.diff
 Patch0:		no-ccache.patch
 Patch1:		no-sysctl.patch
+Patch2:		ac.patch
 URL:		http://www.varnish-cache.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -115,8 +116,8 @@ Source code of Varnish for building VMODs.
 #%patch100 -p0
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
-%{__sed} -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
 #%{__sed} -i -e 's,$(srcdir)/,,' bin/varnishtest/Makefile.am
 
 %{__sed} -i -e '1s,^#!.*python,#!%{__python},' lib/libvmod_std/vmod.py
diff --git a/ac.patch b/ac.patch
new file mode 100644
index 0000000..6c0e27c
--- /dev/null
+++ b/ac.patch
@@ -0,0 +1,9 @@
+--- varnish-3.0.5/configure.ac	2017-04-20 12:10:13.927977904 +0300
++++ varnish-3.0.7/configure.ac	2017-04-20 12:12:07.970236508 +0300
+@@ -4,5 +4,5 @@
+ AC_CONFIG_SRCDIR(include/varnishapi.h)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ 
+ # save command line CFLAGS for use in VCC_CC (to pass through things like -m64)
+ OCFLAGS="$CFLAGS"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/varnish.git/commitdiff/b63ef8f0a434c8d0d85b668e033134fa08345168



More information about the pld-cvs-commit mailing list