diff --git a/.gitignore b/.gitignore index d60ca53..a5470d5 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ haproxy-1.4.8.tar.gz /haproxy-1.6.0.tar.gz /haproxy-1.6.1.tar.gz /haproxy-1.6.2.tar.gz +/haproxy-1.6.3.tar.gz diff --git a/haproxy.spec b/haproxy.spec index 4033615..d60c408 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -7,8 +7,8 @@ %global _hardened_build 1 Name: haproxy -Version: 1.6.2 -Release: 3%{?dist} +Version: 1.6.3 +Release: 1%{?dist} Summary: HAProxy reverse proxy for high availability environments Group: System Environment/Daemons @@ -139,6 +139,9 @@ exit 0 %attr(-,%{haproxy_user},%{haproxy_group}) %dir %{haproxy_home} %changelog +* Wed Jan 20 2016 Ryan O'Hara - 1.6.3-1 +- Update to 1.6.3 (#1276288) + * Wed Nov 18 2015 Ryan O'Hara - 1.6.2-3 - Enable Lua support diff --git a/sources b/sources index c34d7e6..96a2e70 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d0ebd3d123191a8136e2e5eb8aaff039 haproxy-1.6.2.tar.gz +3362d1e268c78155c2474cb73e7f03f9 haproxy-1.6.3.tar.gz