Add "sender" to SOAP APIs to avoid reuse of connections across apps.
[shibboleth/cpp-opensaml.git] / opensaml.spec.in
index 0adc3d0..aae6636 100644 (file)
@@ -1,7 +1,7 @@
 Name:          opensaml
 Summary:       Open source SAML library
 Version:       @-VERSION-@
-Release:       1
+Release:       2
 Group:         System Environment/Libraries
 Vendor:                Internet2
 License:       Apache 2.0
@@ -11,8 +11,12 @@ BuildRoot:   %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires: xerces%{?xercesver}-c-devel >= 2.6.1
 BuildRequires: xml-security-c-devel >= 1.3.1
-BuildRequires: log4cpp-devel >= 0.3.5
 BuildRequires: xmltooling-devel, cxxtest
+%if %{?_with_log4cpp:1}
+BuildRequires: log4cpp-devel >= 0.3.5
+%else
+BuildRequires: log4shib-devel
+%endif
 
 %description
 OpenSAML is an open source implementation of the OASIS Security Assertion
@@ -85,5 +89,8 @@ make check
 %doc _docs/api
 
 %changelog
-* Sun Apr 16 2006  Scott Cantor  <cantor.2@osu.edu>  - 2.0-1
-- First SPEC file for 2.0
+* Fri Jul 13 2007  Scott Cantor  <cantor.2@osu.edu>  - 2.0-2
+- Second alpha.
+
+* Sun Apr 16 2007  Scott Cantor  <cantor.2@osu.edu>  - 2.0-1
+- First SPEC file for 2.0.