diff --git a/.gitignore b/.gitignore index 27147af..1588ac0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ mod_auth_cas-1.0.8.1.tar.gz /v1.0.9.1.tar.gz +/v1.1-RC3.tar.gz diff --git a/auth_cas.conf b/auth_cas.conf index 1ff68ca..8de1969 100644 --- a/auth_cas.conf +++ b/auth_cas.conf @@ -1,5 +1,5 @@ # -# mod_auth_cas is an Apache 2.0/2.2 compliant module that supports the +# mod_auth_cas is an Apache 2.2/2.4 compliant module that supports the # CASv1 and CASv2 protocols # diff --git a/mod_auth_cas.spec b/mod_auth_cas.spec index f05bb1a..2a64a68 100644 --- a/mod_auth_cas.spec +++ b/mod_auth_cas.spec @@ -7,34 +7,32 @@ Name: mod_auth_cas -Version: 1.0.9.1 -Release: 2%{?dist} +Version: 1.1 +Release: 0.1.rc3%{?dist} Summary: Apache 2.0/2.2 compliant module that supports the CASv1 and CASv2 protocols Group: System Environment/Daemons -License: GPLv3+ with exceptions +License: APLv2 URL: http://www.ja-sig.org/wiki/display/CASC/mod_auth_cas -Source0: https://github.com/Jasig/%{name}/archive/v%{version}.tar.gz +Source0: https://github.com/Jasig/%{name}/archive/v%{version}-RC3.tar.gz Source1: auth_cas.conf -#Patch0: mod_auth_cas-1.0.8.1-fixbuild.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: openssl-devel BuildRequires: httpd-devel BuildRequires: m4, readline-devel, autoconf, automake BuildRequires: libcurl-devel +BuildRequires: libtool Requires: httpd %description -mod_auth_cas is an Apache 2.0/2.2 compliant module that supports the CASv1 +mod_auth_cas is an Apache 2.2 and 2.4 compliant module that supports the CASv1 and CASv2 protocols %prep -%setup -q - -#%patch0 -p1 -b .fixbuild +%setup -q -n %{name}-1.1-RC3 %build autoreconf -vif #BZ926155 - support aarch64 @@ -63,6 +61,9 @@ rm -rf %{buildroot} %config(noreplace) %{_httpd_modconfdir}/*.conf %changelog +* Tue May 10 2016 Adam Miller - 1.1-0.1.rc3 +- Pull in latest RC from upstream + * Thu Feb 04 2016 Fedora Release Engineering - 1.0.9.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild @@ -81,7 +82,7 @@ rm -rf %{buildroot} * Sat Aug 03 2013 Fedora Release Engineering - 1.0.8.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild -* Thu Mar 07 2013 Adam Miller - 1.0.8.1-8 +* Thu Mar 07 2013 Adam Miller - 1.0.8.1-8 - BZ926155 - support aarch64 * Thu Feb 14 2013 Fedora Release Engineering - 1.0.8.1-7 @@ -103,7 +104,7 @@ rm -rf %{buildroot} - Fixed svn export link, upstream changed canonical URL names. * Wed Apr 28 2010 Adam Miller - 1.0.8.1-1 -- added requires of httpd +- added requires of httpd - fixed mixed use of macros - updated to latest version diff --git a/sources b/sources index 8c1381e..bbcace6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a5fb258218efd7c54b4f48996138821 v1.0.9.1.tar.gz +1f3fbcc7b9df5794f4ace18d5209ff3c v1.1-RC3.tar.gz