[cpp-sp COMMIT] in /branches/REL_2: shibboleth.spec.in shibsp/version.h
noreply at shibboleth.net
noreply at shibboleth.net
Thu Feb 26 17:04:31 EST 2015
Author: scantor
Date: Thu Feb 26 17:04:31 2015
New Revision: 3906
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3906&view=rev
Log:
Update library version header, require Xerces 3.1 on older SUSE
Modified:
branches/REL_2/shibboleth.spec.in
branches/REL_2/shibsp/version.h
Modified: branches/REL_2/shibboleth.spec.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibboleth.spec.in?rev=3906&r1=3905&r2=3906&view=diff
==============================================================================
--- branches/REL_2/shibboleth.spec.in (original)
+++ branches/REL_2/shibboleth.spec.in Thu Feb 26 17:04:31 2015
@@ -17,12 +17,12 @@
%endif
%if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130
PreReq: %{insserv_prereq} %{fillup_prereq}
-BuildRequires: libXerces-c-devel >= 2.8.0
+BuildRequires: libxerces-c-devel >= 3.1
%else
%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
-BuildRequires: xerces-c-devel >= 2.8.0
-%else
-BuildRequires: libxerces-c-devel >= 2.8.0
+BuildRequires: xerces-c-devel >= 3.1
+%else
+BuildRequires: libxerces-c-devel >= 3.1
%endif
%endif
BuildRequires: libxml-security-c-devel >= 1.4.0
@@ -82,14 +82,10 @@
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}-%{release}
Obsoletes: shibboleth-sp-devel = 2.5.0
-%if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130
-Requires: libXerces-c-devel >= 2.8.0
-%else
%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
-Requires: xerces-c-devel >= 2.8.0
-%else
-Requires: libxerces-c-devel >= 2.8.0
-%endif
+Requires: xerces-c-devel >= 3.1
+%else
+Requires: libxerces-c-devel >= 3.1
%endif
Requires: libxml-security-c-devel >= 1.4.0
Requires: libxmltooling-devel >= 1.5.0
Modified: branches/REL_2/shibsp/version.h
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/version.h?rev=3906&r1=3905&r2=3906&view=diff
==============================================================================
--- branches/REL_2/shibsp/version.h (original)
+++ branches/REL_2/shibsp/version.h Thu Feb 26 17:04:31 2015
@@ -44,7 +44,7 @@
#define SHIBSP_VERSION_MAJOR 1
#define SHIBSP_VERSION_MINOR 5
-#define SHIBSP_VERSION_REVISION 3
+#define SHIBSP_VERSION_REVISION 4
/** DO NOT MODIFY BELOW THIS LINE */
More information about the commits
mailing list