rpms/varnish/EL-4 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 varnish.spec, 1.14, 1.15 varnish.varnishtest_debugflag.patch, 1.1, 1.2

Ingvar Hagelund ingvar at fedoraproject.org
Mon Nov 17 15:41:53 UTC 2008


Author: ingvar

Update of /cvs/pkgs/rpms/varnish/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10672

Modified Files:
	.cvsignore sources varnish.spec 
	varnish.varnishtest_debugflag.patch 
Log Message:
New upstream release 2.0.2. A bugfix release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/varnish/EL-4/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	17 Oct 2008 21:36:43 -0000	1.6
+++ .cvsignore	17 Nov 2008 15:41:22 -0000	1.7
@@ -1 +1 @@
-varnish-2.0.1.tar.gz
+varnish-2.0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/varnish/EL-4/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	17 Oct 2008 21:36:43 -0000	1.6
+++ sources	17 Nov 2008 15:41:22 -0000	1.7
@@ -1 +1 @@
-f23fbdf493abd2262d45d3d1c26b4481  varnish-2.0.1.tar.gz
+131f502a9a507b9ce0a7a91b22528e0c  varnish-2.0.2.tar.gz


Index: varnish.spec
===================================================================
RCS file: /cvs/pkgs/rpms/varnish/EL-4/varnish.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- varnish.spec	2 Nov 2008 21:32:53 -0000	1.14
+++ varnish.spec	17 Nov 2008 15:41:22 -0000	1.15
@@ -1,11 +1,12 @@
 Summary: Varnish is a high-performance HTTP accelerator
 Name: varnish
-Version: 2.0.1
-Release: 2%{?dist}
+Version: 2.0.2
+Release: 1%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.varnish-cache.org/
 Source0: http://downloads.sourceforge.net/varnish/varnish-%{version}.tar.gz
+Patch0: varnish.varnishtest_debugflag.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
@@ -63,6 +64,8 @@
 %setup -q
 #%setup -q -n varnish-cache
 
+%patch0
+
 # The svn sources needs to generate a suitable configure script
 # Release tarballs would not need this
 #./autogen.sh
@@ -122,6 +125,13 @@
 %endif
 
 %check
+# rhel5 on ppc64 is just too strange
+%ifarch ppc64
+	%if 0%{?rhel} > 4
+		cp bin/varnishd/.libs/varnishd bin/varnishd/lt-varnishd
+	%endif
+%endif
+
 LD_LIBRARY_PATH="lib/libvarnish/.libs:lib/libvarnishcompat/.libs:lib/libvarnishapi/.libs:lib/libvcl/.libs" bin/varnishd/varnishd -b 127.0.0.1:80 -C -n /tmp/foo
 %{__make} check LD_LIBRARY_PATH="../../lib/libvarnish/.libs:../../lib/libvarnishcompat/.libs:../../lib/libvarnishapi/.libs:../../lib/libvcl/.libs"
 
@@ -220,6 +230,9 @@
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Mon Nov 10 2008 Ingvar Hagelund <ingvar at linpro.no> - 2.0.2-1
+  New upstream release 2.0.2. A bugfix release
+
 * Sun Nov 02 2008 Ingvar Hagelund <ingvar at linpro.no> - 2.0.1-2
 - Removed the requirement for kernel => 2.6.0. All supported
   platforms meets this, and it generates strange errors in EPEL
@@ -228,10 +241,14 @@
 - 2.0.1 released, a bugfix release. New upstream sources
 - Package now also available in EPEL
 
+* Thu Oct 16 2008 Ingvar Hagelund <ingvar at linpro.no> - 2.0-2
+- Readded the debugflag patch. It's so practical
+- Added a strange workaround for make check on ppc64
+
 * Wed Oct 15 2008 Ingvar Hagelund <ingvar at linpro.no> - 2.0-1
 - 2.0 released. New upstream sources
 - Disabled jemalloc on ppc and ppc64. Added a note in README.redhat
-- Synced to upstream again. No more patches needed.
+- Synced to upstream again. No more patches needed
 
 * Wed Oct 08 2008 Ingvar Hagelund <ingvar at linpro.no> - 2.0-0.11.rc1
 - 2.0-rc1 released. New upstream sources

varnish.varnishtest_debugflag.patch:

Index: varnish.varnishtest_debugflag.patch
===================================================================
RCS file: /cvs/pkgs/rpms/varnish/EL-4/varnish.varnishtest_debugflag.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- varnish.varnishtest_debugflag.patch	17 Oct 2008 21:36:43 -0000	1.1
+++ varnish.varnishtest_debugflag.patch	17 Nov 2008 15:41:22 -0000	1.2
@@ -1,6 +1,6 @@
-diff -Naur ../varnish-2.0-beta2.orig/bin/varnishtest/Makefile.am ./bin/varnishtest/Makefile.am
---- ../varnish-2.0-beta2.orig/bin/varnishtest/Makefile.am	2008-09-24 20:05:19.000000000 +0200
-+++ ./bin/varnishtest/Makefile.am	2008-09-26 12:34:05.565663207 +0200
+diff -Naur ../varnish-2.0.2.orig/bin/varnishtest/Makefile.am ./bin/varnishtest/Makefile.am
+--- ../varnish-2.0.2.orig/bin/varnishtest/Makefile.am	2008-11-14 13:24:08.000000000 +0100
++++ ./bin/varnishtest/Makefile.am	2008-11-17 13:40:05.964237951 +0100
 @@ -1,6 +1,6 @@
  # $Id$
  
@@ -9,10 +9,10 @@
  TESTS = $(srcdir)/tests/*.vtc
  
  DISTCLEANFILES = _.ok
-diff -Naur ../varnish-2.0-beta2.orig/bin/varnishtest/Makefile.in ./bin/varnishtest/Makefile.in
---- ../varnish-2.0-beta2.orig/bin/varnishtest/Makefile.in	2008-09-24 20:36:06.000000000 +0200
-+++ ./bin/varnishtest/Makefile.in	2008-09-26 12:36:07.190263234 +0200
-@@ -199,7 +199,7 @@
+diff -Naur ../varnish-2.0.2.orig/bin/varnishtest/Makefile.in ./bin/varnishtest/Makefile.in
+--- ../varnish-2.0.2.orig/bin/varnishtest/Makefile.in	2008-11-14 13:59:33.000000000 +0100
++++ ./bin/varnishtest/Makefile.in	2008-11-17 13:40:51.503384938 +0100
+@@ -204,7 +204,7 @@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  varnishconfdir = @varnishconfdir@




More information about the fedora-extras-commits mailing list