Bump build requirements and error messages.
authorScott Cantor <cantor.2@osu.edu>
Thu, 25 Aug 2011 00:23:01 +0000 (00:23 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 25 Aug 2011 00:23:01 +0000 (00:23 +0000)
configure.ac
shibboleth.spec.in

index 6573efa..e5689d6 100644 (file)
@@ -294,7 +294,7 @@ AC_LINK_IFELSE(
         [[#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 @@ AC_LINK_IFELSE(
 [[#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])
        ])
index 7aaa846..9eb22ee 100644 (file)
@@ -17,8 +17,8 @@ BuildRequires:  libXerces-c-devel >= 2.8.0
 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
 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}