rpms/haproxy/EL-4 haproxy.spec,1.8,1.9

Jeremy Hinegardner jjh at fedoraproject.org
Sat Nov 15 22:18:58 UTC 2008


Author: jjh

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

Modified Files:
	haproxy.spec 
Log Message:
update to 1.3.14.10


Index: haproxy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/haproxy/EL-4/haproxy.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- haproxy.spec	29 Jun 2008 04:49:41 -0000	1.8
+++ haproxy.spec	15 Nov 2008 22:18:27 -0000	1.9
@@ -5,7 +5,7 @@
 %define haproxy_datadir %{_datadir}/haproxy
 
 Name:           haproxy
-Version:        1.3.14.6
+Version:        1.3.14.10
 Release:        1%{?dist}
 Summary:        HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 
@@ -45,7 +45,14 @@
 %build
 # No configure script is present, it is all done via make flags
 # pcre on EL-4 is in /usr/include/pcre not /usr/include
-make %{?_smp_mflags} CPU="generic" TARGET="linux26" USE_PCRE=1 ADDINC="%{optflags} -I/usr/include/pcre"
+
+# Recommended optimization option for x86 builds
+regparm_opts=
+%ifarch %ix86 x86_64
+regparm_opts="USE_REGPARM=1"
+%endif
+
+make %{?_smp_mflags} CPU="generic" TARGET="linux26" USE_PCRE=1 ${regparm_opts} ADDINC="%{optflags} -I/usr/include/pcre"
 
 
 %install
@@ -118,6 +125,10 @@
 
 
 %changelog
+* Sat Nov 15 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.14.10-1
+- update to 1.3.14.10
+- add in recommended regparm build option for x86
+
 * Sat Jun 28 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.14.6-1
 - update to 1.3.14.6
 - remove MIT license as that code has been removed from upstream




More information about the fedora-extras-commits mailing list