[cpp-sp COMMIT] in /branches/REL_2: configure.ac shibboleth.spec.in
noreply at shibboleth.net
noreply at shibboleth.net
Thu Aug 25 01:23:01 BST 2011
Author: scantor
Date: Thu Aug 25 01:23:01 2011
New Revision: 3506
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3506&view=rev
Log:
Bump build requirements and error messages.
Modified:
branches/REL_2/configure.ac
branches/REL_2/shibboleth.spec.in
Modified: branches/REL_2/configure.ac
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configure.ac?rev=3506&r1=3505&r2=3506&view=diff
==============================================================================
--- branches/REL_2/configure.ac (original)
+++ branches/REL_2/configure.ac Thu Aug 25 01:23:01 2011
@@ -294,7 +294,7 @@
[[#if _XMLTOOLING_VERSION >= 10500
xmltooling::XMLToolingConfig::getConfig();
#else
-#error Need XMLTooling version 1.4 or higher
+#error Need XMLTooling version 1.5 or higher
#endif]])],
,[AC_MSG_ERROR([unable to link with XMLTooling, or version was too old])])
@@ -340,7 +340,7 @@
[[#if _OPENSAML_VERSION >= 20500
opensaml::SAMLConfig::getConfig();
#else
-#error Need OpenSAML version 2.4 or higher
+#error Need OpenSAML version 2.5 or higher
#endif]])],
,[AC_MSG_ERROR([unable to link with OpenSAML, or version was too old])
])
Modified: branches/REL_2/shibboleth.spec.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibboleth.spec.in?rev=3506&r1=3505&r2=3506&view=diff
==============================================================================
--- branches/REL_2/shibboleth.spec.in (original)
+++ branches/REL_2/shibboleth.spec.in Thu Aug 25 01:23:01 2011
@@ -17,8 +17,8 @@
BuildRequires: libxerces-c-devel >= 2.8.0
%endif
BuildRequires: libxml-security-c-devel >= 1.4.0
-BuildRequires: libxmltooling-devel >= 1.4
-BuildRequires: libsaml-devel >= 2.4
+BuildRequires: libxmltooling-devel >= 1.5
+BuildRequires: libsaml-devel >= 2.5
%{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}
%{!?_with_log4cpp:BuildRequires: liblog4shib-devel}
%if 0%{?rhel} >= 6 || 0%{?centos_version} >= 600
@@ -61,8 +61,8 @@
Requires: libxerces-c-devel >= 2.8.0
%endif
Requires: libxml-security-c-devel >= 1.4.0
-Requires: libxmltooling-devel >= 1.4
-Requires: libsaml-devel >= 2.4
+Requires: libxmltooling-devel >= 1.5
+Requires: libsaml-devel >= 2.5
%{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
%{!?_with_log4cpp:Requires: liblog4shib-devel}
More information about the commits
mailing list