[cpp-opensaml COMMIT] in /branches/REL_2: opensaml.spec.in saml/version.h

noreply at shibboleth.net noreply at shibboleth.net
Thu Feb 26 16:55:35 EST 2015


Author: scantor
Date: Thu Feb 26 16:55:35 2015
New Revision: 778

URL: http://svn.shibboleth.net/view/cpp-opensaml?rev=778&view=rev
Log:
Update library version header, require Xerces 3.1 on older SUSE

Modified:
    branches/REL_2/opensaml.spec.in
    branches/REL_2/saml/version.h

Modified: branches/REL_2/opensaml.spec.in
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/opensaml.spec.in?rev=778&r1=777&r2=778&view=diff
==============================================================================
--- branches/REL_2/opensaml.spec.in (original)
+++ branches/REL_2/opensaml.spec.in Thu Feb 26 16:55:35 2015
@@ -8,14 +8,10 @@
 URL:		http://www.opensaml.org/
 Source0:	%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
-%if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130
-BuildRequires:  libXerces-c-devel >= 2.8.0
+%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
+BuildRequires:  xerces-c-devel >= 3.1
 %else
-%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
-BuildRequires:  xerces-c-devel >= 2.8
-%else
-BuildRequires:  libxerces-c-devel >= 2.8.0
-%endif
+BuildRequires:  libxerces-c-devel >= 3.1
 %endif
 BuildRequires:  libxml-security-c-devel >= 1.4.0
 BuildRequires:  libxmltooling-devel >= 1.4
@@ -71,14 +67,10 @@
 Requires:	libsaml8 = %{version}-%{release}
 Provides:	@PACKAGE_NAME at -devel = %{version}-%{release}
 Obsoletes:	@PACKAGE_NAME at -devel < %{version}-%{release}
-%if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130
-Requires:  libXerces-c-devel >= 2.8.0
+%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
+Requires:  xerces-c-devel >= 3.1
 %else
-%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
-Requires:  xerces-c-devel >= 2.8
-%else
-Requires:  libxerces-c-devel >= 2.8.0
-%endif
+Requires:  libxerces-c-devel >= 3.1
 %endif
 Requires: libxml-security-c-devel >= 1.4.0
 Requires: libxmltooling-devel >= 1.4

Modified: branches/REL_2/saml/version.h
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/saml/version.h?rev=778&r1=777&r2=778&view=diff
==============================================================================
--- branches/REL_2/saml/version.h (original)
+++ branches/REL_2/saml/version.h Thu Feb 26 16:55:35 2015
@@ -44,7 +44,7 @@
 
 #define OPENSAML_VERSION_MAJOR 2
 #define OPENSAML_VERSION_MINOR 5
-#define OPENSAML_VERSION_REVISION 3
+#define OPENSAML_VERSION_REVISION 4
 
 /** DO NOT MODIFY BELOW THIS LINE */
 



More information about the commits mailing list