rpms/varnish/F-10 varnish.spec,1.18,1.19

Ingvar Hagelund ingvar at fedoraproject.org
Thu Aug 20 09:18:13 UTC 2009


Author: ingvar

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

Modified Files:
	varnish.spec 
Log Message:
2.0.4-4: Synced specfile with devel and f11


Index: varnish.spec
===================================================================
RCS file: /cvs/pkgs/rpms/varnish/F-10/varnish.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- varnish.spec	16 Apr 2009 08:31:56 -0000	1.18
+++ varnish.spec	20 Aug 2009 09:18:13 -0000	1.19
@@ -1,12 +1,14 @@
 Summary: High-performance HTTP accelerator
 Name: varnish
 Version: 2.0.4
-Release: 1%{?dist}
+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
@@ -69,6 +71,8 @@ Varnish is a high-performance HTTP accel
 #./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
@@ -91,7 +95,7 @@ cp bin/varnishd/default.vcl etc/zope-plo
 %build
 
 # Remove "--disable static" if you want to build static libraries 
-# jemalloc is not compatible with Red Hat's ppc64 RHEL5 kernel koji server :-(
+# jemalloc is not compatible with Red Hat's ppc* RHEL5 kernel koji server :-(
 %ifarch ppc64 ppc
 %configure --disable-static --localstatedir=/var/lib --disable-jemalloc
 %else
@@ -235,6 +239,15 @@ fi
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* 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 
 




More information about the scm-commits mailing list