rpms/haproxy/devel haproxy.spec,1.7,1.8

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Sat Mar 1 20:43:58 UTC 2008


Author: jjh

Update of /cvs/pkgs/rpms/haproxy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27570

Modified Files:
	haproxy.spec 
Log Message:
actually apply the gcc 4.3 compat patch


Index: haproxy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/haproxy/devel/haproxy.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- haproxy.spec	1 Mar 2008 20:28:08 -0000	1.7
+++ haproxy.spec	1 Mar 2008 20:43:21 -0000	1.8
@@ -6,7 +6,7 @@
 
 Name:           haproxy
 Version:        1.3.14.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 
 Group:          System Environment/Daemons
@@ -17,6 +17,9 @@
 Source1:        %{name}.init
 Source2:        %{name}.cfg
 
+Patch0:         haproxy-gcc43-compat.patch
+
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  pcre-devel 
 
@@ -41,6 +44,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 # No configure script is present, it is all done via make flags
@@ -118,6 +122,9 @@
 
 
 %changelog
+* Sat Mar 01 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.14.2-4
+- apply the gcc 4.3 patch to the build process
+
 * Sat Mar 01 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.14.2-3
 - fix gcc 4.3 bug [#434144]
 - update init script to properly reload configuration




More information about the fedora-extras-commits mailing list