[haproxy] update to 1.4.18

jjh jjh at fedoraproject.org
Thu Sep 22 09:18:40 UTC 2011


commit 6bfc80965ccd8344e953a6634d374c78279044fa
Author: Jeremy Hinegardner <jeremy at hinegardner.org>
Date:   Thu Sep 22 03:18:22 2011 -0600

    update to 1.4.18

 .gitignore   |    1 +
 haproxy.spec |    9 ++++++---
 sources      |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a56a49a..fddb4b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 haproxy-1.4.8.tar.gz
 /haproxy-1.4.11.tar.gz
 /haproxy-1.4.15.tar.gz
+/haproxy-1.4.18.tar.gz
diff --git a/haproxy.spec b/haproxy.spec
index 11b1a76..5a6cead 100644
--- a/haproxy.spec
+++ b/haproxy.spec
@@ -5,7 +5,7 @@
 %define haproxy_datadir %{_datadir}/haproxy
 
 Name:           haproxy
-Version:        1.4.15
+Version:        1.4.18
 Release:        1%{?dist}
 Summary:        HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 
@@ -13,7 +13,7 @@ Group:          System Environment/Daemons
 License:        GPLv2+
 
 URL:            http://haproxy.1wt.eu/
-Source0:        http://haproxy.1wt.eu/download/1.3/src/haproxy-%{version}.tar.gz
+Source0:        http://haproxy.1wt.eu/download/1.4/src/haproxy-%{version}.tar.gz
 Source1:        %{name}.init
 Source2:        %{name}.cfg
 Source3:        %{name}.logrotate
@@ -132,7 +132,7 @@ fi
 %doc examples/tarpit.cfg
 %doc CHANGELOG LICENSE README
 %dir %{haproxy_datadir}
-%dir %{haproxy_datadir}/*
+%{haproxy_datadir}/*
 %dir %{haproxy_confdir}
 %config(noreplace) %{haproxy_confdir}/%{name}.cfg
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
@@ -144,6 +144,9 @@ fi
 
 
 %changelog
+* Thu Sep 22 2011 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.4.18-1
+- Update to 1.4.18
+
 * Tue Apr 26 2011 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.4.15-1
 - Update to 1.4.15
 
diff --git a/sources b/sources
index 4c2019e..ad17b97 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c1b4fc6028c6d8e23dde8c91ff47eabe  haproxy-1.4.15.tar.gz
+4ac88bb1a76c4b84ed4f6131183bedbe  haproxy-1.4.18.tar.gz


More information about the scm-commits mailing list