From 48841be597a782bcddee8df7cb3b4cd05db55576 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 11 Oct 2014 14:53:37 -0400 Subject: [PATCH] Patch release 1.0.3 - fixes some build issues on various distros --- .gitignore | 1 + mod_auth_gssapi.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f35b30c..622a707 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /mod_auth_gssapi-1.0.1.tar.gz /mod_auth_gssapi-1.0.2.tar.gz +/mod_auth_gssapi-1.0.3.tar.gz diff --git a/mod_auth_gssapi.spec b/mod_auth_gssapi.spec index 87242df..b645062 100644 --- a/mod_auth_gssapi.spec +++ b/mod_auth_gssapi.spec @@ -1,5 +1,5 @@ Name: mod_auth_gssapi -Version: 1.0.2 +Version: 1.0.3 Release: 1%{?dist} Summary: A GSSAPI Authentication module for Apache @@ -43,6 +43,10 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir} %{_httpd_moddir}/mod_auth_gssapi.so %changelog +* Sat Oct 11 2014 Simo Sorce 1.0.3-1 +- Patch release 1.0.3 +- fixes some build issues on various distros + * Thu Aug 27 2014 Simo Sorce 1.0.2-1 - Adds documntation to README - fixes bad bug that crippled configuration diff --git a/sources b/sources index 7a79819..eb98637 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -44315ff3e19f978b61b39a99e4cada72 mod_auth_gssapi-1.0.2.tar.gz +10fc9c95ec9f35a6ced0ea59256dd69f mod_auth_gssapi-1.0.3.tar.gz