rpms/varnish/F-11 varnish.sparc_pagesize.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 varnish.spec, 1.19, 1.20

Ingvar Hagelund ingvar at fedoraproject.org
Thu Aug 20 10:04:49 UTC 2009


Author: ingvar

Update of /cvs/pkgs/rpms/varnish/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29800

Modified Files:
	.cvsignore sources varnish.spec 
Added Files:
	varnish.sparc_pagesize.patch 
Log Message:
New upstream release 2.0.4. Added arch specific patches to jemalloc

varnish.sparc_pagesize.patch:
 jemalloc_linux.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE varnish.sparc_pagesize.patch ---
--- lib/libjemalloc/jemalloc_linux.c.old	2009-08-14 10:38:53.783906580 +0200
+++ lib/libjemalloc/jemalloc_linux.c	2009-08-14 10:39:04.215906982 +0200
@@ -243,7 +243,7 @@
 #  define SIZEOF_PTR_2POW	3
 #  define NO_TLS
 #endif
-#ifdef __sparc64__
+#ifdef __sparc__
 #  define PAGESIZE_2POW		13
 #  define QUANTUM_2POW		4
 #  define SIZEOF_PTR_2POW	3


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/varnish/F-11/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	12 Feb 2009 16:17:51 -0000	1.9
+++ .cvsignore	20 Aug 2009 10:04:49 -0000	1.10
@@ -1 +1 @@
-varnish-2.0.3.tar.gz
+varnish-2.0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/varnish/F-11/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	12 Feb 2009 16:17:51 -0000	1.9
+++ sources	20 Aug 2009 10:04:49 -0000	1.10
@@ -1 +1 @@
-4233ad2fc3d0c2fcf7bf399f6ccf50b2  varnish-2.0.3.tar.gz
+8044d59cb6d2ec6d09b7ae6033f06bbf  varnish-2.0.4.tar.gz


Index: varnish.spec
===================================================================
RCS file: /cvs/pkgs/rpms/varnish/F-11/varnish.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- varnish.spec	5 Jun 2009 09:59:06 -0000	1.19
+++ varnish.spec	20 Aug 2009 10:04:49 -0000	1.20
@@ -1,13 +1,14 @@
 Summary: High-performance HTTP accelerator
 Name: varnish
-Version: 2.0.3
-Release: 3%{?dist}
+Version: 2.0.4
+Release: 4%{?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
 Patch1: varnish.s390x_pagesize.patch
+Patch2: varnish.sparc_pagesize.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
@@ -65,13 +66,14 @@ Varnish is a high-performance HTTP accel
 %setup -q
 #%setup -q -n varnish-cache
 
-%patch0 -p0
-%patch1 -p0
-
 # The svn sources needs to generate a suitable configure script
 # Release tarballs would not need this
 #./autogen.sh
 
+%patch0 -p0
+%patch1 -p0
+%patch2 -p0
+
 # Hack to get 32- and 64-bits tests run concurrently on the same build machine
 case `uname -m` in
 	ppc64 | s390x | x86_64 | sparc64 )
@@ -237,9 +239,18 @@ fi
 %postun libs -p /sbin/ldconfig
 
 %changelog
-* Thu May 04 2009 Ingvar Hagelund <ingvar at linpro.no> - 2.0.3-3
+* Thu Aug 13 2009 Ingvar Hagelund <ingvar at linpro.no> - 2.0.4-4
+- Added a sparc specific patch to libjemalloc.
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.4-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu May 04 2009 Ingvar Hagelund <ingvar at linpro.no> - 2.0.4-2
 - Added a s390 specific patch to libjemalloc.
 
+* Fri Mar 27 2009 Ingvar Hagelund <ingvar at linpro.no> - 2.0.4-1
+  New upstream release 2.0.4 
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list