r4771 - branches/2.1/varnish-cache/redhat

tfheen at varnish-cache.org tfheen at varnish-cache.org
Wed May 5 10:48:56 CEST 2010


Author: tfheen
Date: 2010-05-05 10:48:56 +0200 (Wed, 05 May 2010)
New Revision: 4771

Modified:
   branches/2.1/varnish-cache/redhat/varnish.spec
Log:
Update spec file to 2.1.2

Modified: branches/2.1/varnish-cache/redhat/varnish.spec
===================================================================
--- branches/2.1/varnish-cache/redhat/varnish.spec	2010-05-05 08:38:16 UTC (rev 4770)
+++ branches/2.1/varnish-cache/redhat/varnish.spec	2010-05-05 08:48:56 UTC (rev 4771)
@@ -1,7 +1,7 @@
 Summary: High-performance HTTP accelerator
 Name: varnish
-Version: 2.1.1
-Release: 0.svn20100421%{?dist}
+Version: 2.1.2
+Release: 1
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.varnish-cache.org/
@@ -88,6 +88,12 @@
 
 %build
 
+# No pkgconfig/libpcre.pc in rhel4
+%if 0%{?rhel} == 4
+	export PCRE_CFLAGS=`pcre-config --cflags`
+	export PCRE_LIBS=`pcre-config --libs` 
+%endif
+
 # Remove "--disable static" if you want to build static libraries 
 # jemalloc is not compatible with Red Hat's ppc* RHEL5 kernel koji server :-(
 %ifarch ppc64 ppc
@@ -251,6 +257,17 @@
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Wed May 05 2010 Tollef Fog Heen <tfheen at varnish-software.com> - 2.1.2-1
+- New upstream release
+- Remove patches merged upstream
+
+* Tue Apr 27 2010 Ingvar Hagelund <ingvar at linpro.no> - 2.1.1-1
+- New upstream release
+- Added a fix for missing pkgconfig/libpcre.pc on rhel4
+- Added a patch from trunk making the rpm buildable on lowspec
+  build hosts (like Red Hat's ppc build farm nodes)
+- Removed patches that are merged upstream
+
 * Wed Apr 14 2010 Ingvar Hagelund <ingvar at linpro.no> - 2.1.0-2
 - Added a patch from svn that fixes changes-2.0.6-2.1.0.xml
 




More information about the varnish-commit mailing list