[haproxy] Update to 1.5.1

rohara rohara at fedoraproject.org
Tue Jun 24 21:29:02 UTC 2014


commit 3ef555afd7bcd5fdd648c15544d10a5c59d11099
Author: Ryan O'Hara <rohara at redhat.com>
Date:   Tue Jun 24 16:28:57 2014 -0500

    Update to 1.5.1

 .gitignore   |    1 +
 haproxy.spec |   13 +++++++++++--
 sources      |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 67c6919..02838fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ haproxy-1.4.8.tar.gz
 /haproxy-1.4.24.tar.gz
 /haproxy-1.4.25.tar.gz
 /haproxy-1.5.0.tar.gz
+/haproxy-1.5.1.tar.gz
diff --git a/haproxy.spec b/haproxy.spec
index 7465697..d4cc56d 100644
--- a/haproxy.spec
+++ b/haproxy.spec
@@ -7,8 +7,8 @@
 %global _hardened_build 1
 
 Name:           haproxy
-Version:        1.5.0
-Release:        2%{?dist}
+Version:        1.5.1
+Release:        1%{?dist}
 Summary:        HAProxy reverse proxy for high availability environments
 
 Group:          System Environment/Daemons
@@ -65,6 +65,10 @@ pushd contrib/halog
 %{__make} ${halog} OPTIMIZE="%{optflags}"
 popd
 
+pushd contrib/iprange
+%{__make} iprange OPTIMIZE="%{optflags}"
+popd
+
 %install
 %{__make} install-bin DESTDIR=%{buildroot} PREFIX=%{_prefix}
 %{__make} install-man DESTDIR=%{buildroot} PREFIX=%{_prefix}
@@ -77,6 +81,7 @@ popd
 %{__install} -d -m 0755 %{buildroot}%{haproxy_datadir}
 %{__install} -d -m 0755 %{buildroot}%{_bindir}
 %{__install} -p -m 0755 ./contrib/halog/halog %{buildroot}%{_bindir}/halog
+%{__install} -p -m 0755 ./contrib/iprange/iprange %{buildroot}%{_bindir}/iprange
 
 for httpfile in $(find ./examples/errorfiles/ -type f) 
 do
@@ -125,11 +130,15 @@ exit 0
 %{_sbindir}/%{name}
 %{_sbindir}/%{name}-systemd-wrapper
 %{_bindir}/halog
+%{_bindir}/iprange
 %{_mandir}/man1/*
 %attr(-,%{haproxy_user},%{haproxy_group}) %dir %{haproxy_home}
 
 
 %changelog
+* Tue Jun 24 2014 Ryan O'Hara <rohara at redhat.com> - 1.5.1-1
+- Update to 1.5.1
+
 * Thu Jun 19 2014 Ryan O'Hara <rohara at redhat.com> - 1.5.0-2
 - Build with zlib and openssl support
 
diff --git a/sources b/sources
index cbbda3c..857412c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e33bb97e644e98af948090f1ecebbda9  haproxy-1.5.0.tar.gz
+49640cf3ddd793a05fbd3394481a1ed4  haproxy-1.5.1.tar.gz


More information about the scm-commits mailing list