[mod_lookup_identity] Rebase to mod_lookup_identity-0.9.0.

Jan Pazdziora adelton at fedoraproject.org
Tue May 13 11:33:47 UTC 2014


commit 35f7dc7397bd051e30671cf78ff27edb329a824f
Author: Jan Pazdziora <jpazdziora at redhat.com>
Date:   Tue May 13 13:33:34 2014 +0200

    Rebase to mod_lookup_identity-0.9.0.

 .gitignore               |    1 +
 mod_lookup_identity.spec |    9 +++++++--
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e408bae..d8b0acc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /mod_lookup_identity-0.8.3.tar.gz
+/mod_lookup_identity-0.9.0.tar.gz
diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec
index 0217216..9db2f1a 100644
--- a/mod_lookup_identity.spec
+++ b/mod_lookup_identity.spec
@@ -7,7 +7,7 @@
 
 Summary: Apache module to retrieve additional information about the authenticated user
 Name: mod_lookup_identity
-Version: 0.8.3
+Version: 0.9.0
 Release: 1%{?dist}
 License: ASL 2.0
 Group: System Environment/Daemons
@@ -34,7 +34,7 @@ Use of REMOTE_USER_* environment variables is recommended.
 %setup -q -n %{name}-%{version}
 
 %build
-%{_httpd_apxs} -c -Wc,"%{optflags} -Wall -pedantic $(pkg-config --cflags dbus-1)" $(pkg-config --libs dbus-1) mod_lookup_identity.c
+%{_httpd_apxs} -c -Wc,"%{optflags} -Wall -pedantic -std=c99 $(pkg-config --cflags dbus-1)" $(pkg-config --libs dbus-1) mod_lookup_identity.c
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -58,6 +58,11 @@ install -Dp -m 0644 lookup_identity.conf $RPM_BUILD_ROOT%{_httpd_confdir}/lookup
 %{_httpd_moddir}/*.so
 
 %changelog
+* Tue May 13 2014 Jan Pazdziora <jpazdziora at redhat.com> - 0.9.0-1
+- Add support for '+'-prefixed note/variable names.
+- Silence compile warnings by specifying C99.
+- Fix format of logs of dbus calls.
+
 * Sat Feb 01 2014 Jan Pazdziora <jpazdziora at redhat.com> - 0.8.3-1
 - 1058812 - drop explicit dbus-libs dependency.
 
diff --git a/sources b/sources
index fe82c0f..4ec187c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b57bd8bae5a99dd59c1d00e17f3dd7f7  mod_lookup_identity-0.8.3.tar.gz
+54d203f025fc081595bed1b2c3644def  mod_lookup_identity-0.9.0.tar.gz


More information about the scm-commits mailing list