r4346 - trunk/varnish-cache/redhat

ingvar at projects.linpro.no ingvar at projects.linpro.no
Mon Nov 9 15:09:59 CET 2009


Author: ingvar
Date: 2009-11-09 15:09:59 +0100 (Mon, 09 Nov 2009)
New Revision: 4346

Modified:
   trunk/varnish-cache/redhat/varnish.spec
Log:
Some changelog items from Fedora

Modified: trunk/varnish-cache/redhat/varnish.spec
===================================================================
--- trunk/varnish-cache/redhat/varnish.spec	2009-11-09 10:18:01 UTC (rev 4345)
+++ trunk/varnish-cache/redhat/varnish.spec	2009-11-09 14:09:59 UTC (rev 4346)
@@ -1,12 +1,14 @@
 Summary: High-performance HTTP accelerator
 Name: varnish
-Version: 2.0.2
+Version: 2.0.5
 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
+#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
@@ -64,12 +66,14 @@
 %setup -q
 #%setup -q -n varnish-cache
 
-#%patch0 -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 )
@@ -91,7 +95,7 @@
 %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,24 @@
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Mon Nov 09 2009 Ingvar Hagelund <ingvar at linpro.no> - 2.0.5-1
+- New upstream release
+
+* 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
+
 * Wed Feb 11 2009 Ingvar Hagelund <ingvar at linpro.no> - 2.0.3-1
   New upstream release 2.0.3. A bugfix and feature enhancement release
 



More information about the varnish-commit mailing list