diff --git a/.gitignore b/.gitignore index 1588ac0..16e07f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ mod_auth_cas-1.0.8.1.tar.gz /v1.0.9.1.tar.gz /v1.1-RC3.tar.gz +/v1.1.tar.gz diff --git a/mod_auth_cas.spec b/mod_auth_cas.spec index 5331d42..27f48d3 100644 --- a/mod_auth_cas.spec +++ b/mod_auth_cas.spec @@ -8,13 +8,13 @@ Name: mod_auth_cas Version: 1.1 -Release: 0.2.rc3%{?dist} +Release: 1%{?dist} Summary: Apache 2.2/2.4 compliant module that supports the CASv1 and CASv2 protocols Group: System Environment/Daemons License: APLv2 URL: http://www.ja-sig.org/wiki/display/CASC/mod_auth_cas -Source0: https://github.com/Jasig/%{name}/archive/v%{version}-RC3.tar.gz +Source0: https://github.com/Jasig/%{name}/archive/v%{version}.tar.gz Source1: auth_cas_mod.conf Source2: auth_cas_httpd.conf @@ -34,7 +34,7 @@ mod_auth_cas is an Apache 2.2 and 2.4 compliant module that supports the CASv1 and CASv2 protocols %prep -%setup -q -n %{name}-1.1-RC3 +%setup -q -n %{name}-1.1 %build autoreconf -vif #BZ926155 - support aarch64 @@ -69,6 +69,9 @@ rm -rf %{buildroot} %config(noreplace) %{_httpd_modconfdir}/*.conf %changelog +* Thu Jun 16 2016 Adam Miller - 1.1-1 +- Update to latest stable upstream + * Wed May 11 2016 Adam Miller - 1.1-0.2.rc3 - Update refs to apache versions - Fix entry module conf in _httpd_modconfdir diff --git a/sources b/sources index bbcace6..45b202b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f3fbcc7b9df5794f4ace18d5209ff3c v1.1-RC3.tar.gz +ee2e96b71d77fb7bd206d818f0c8a0bc v1.1.tar.gz