From 7187f380b22022a544d37b2b83455e27877d4fc7 Mon Sep 17 00:00:00 2001 From: Robert Collazo Date: Tue, 3 Feb 2015 10:40:03 +0000 Subject: [PATCH 1/3] updated version --- spec/haproxy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/spec/haproxy.spec b/spec/haproxy.spec index 644e520..633a85c 100644 --- a/spec/haproxy.spec +++ b/spec/haproxy.spec @@ -7,8 +7,8 @@ %define haproxy_datadir %{_datadir}/haproxy %define version 1.5 -%define dev_rel dev22 -%define release 2 +%define dev_rel dev24 +%define release 1 Name: haproxy Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments @@ -121,6 +121,9 @@ fi %exclude %{_sbindir}/haproxy-systemd-wrapper %changelog +* Tue May 06 2014 Robert Collazo - 1.5dev24 +- Update to haproxy 1.5-dev24 + * Tue Feb 04 2014 Chris Schuld - 1.5dev22 - Update to haproxy 1.5-dev22 From ac4e0629995a3e63aad6c2d70c64e53de6380668 Mon Sep 17 00:00:00 2001 From: Robert Collazo Date: Tue, 3 Feb 2015 11:10:02 +0000 Subject: [PATCH 2/3] updated to 1.5.11 --- spec/haproxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spec/haproxy.spec b/spec/haproxy.spec index 1bace8c..3cbf0e9 100644 --- a/spec/haproxy.spec +++ b/spec/haproxy.spec @@ -6,7 +6,7 @@ %define haproxy_confdir %{_sysconfdir}/haproxy %define haproxy_datadir %{_datadir}/haproxy -%define version 1.5.3 +%define version 1.5.11 #%define dev_rel dev25 #%define release 1 @@ -121,6 +121,9 @@ fi %exclude %{_sbindir}/haproxy-systemd-wrapper %changelog +* Tue Feb 03 2015 Robert Collazo - 1.5.11 +- Update to haproxy 1.5.11 + * Wed Aug 20 2014 Alan Ivey - 1.5.3 - Update to haproxy 1.5.3 - Add %{dist} to Release From 87a685ec57f9a693b2fb1389ccbbaec79c06d5b3 Mon Sep 17 00:00:00 2001 From: Robert Collazo Date: Tue, 3 Feb 2015 11:12:21 +0000 Subject: [PATCH 3/3] modified for correct version --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index f33c259..ef92703 100644 --- a/README.markdown +++ b/README.markdown @@ -16,8 +16,8 @@ Install rpmdevtools from the [EPEL][epel] repository: ## Download haproxy - wget http://www.haproxy.org/download/1.5/src/haproxy-1.5.3.tar.gz - mv haproxy-1.5.3.tar.gz ~/rpmbuild/SOURCES/ + wget http://www.haproxy.org/download/1.5/src/haproxy-1.5.11.tar.gz + mv haproxy-1.5.11.tar.gz ~/rpmbuild/SOURCES/ ## Get Necessary System-specific Configs