[cpp-xmltooling COMMIT] /branches/REL_1/xmltooling.spec.in
noreply at shibboleth.net
noreply at shibboleth.net
Thu Feb 26 16:33:54 EST 2015
Author: scantor
Date: Thu Feb 26 16:33:53 2015
New Revision: 1050
URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=1050&view=rev
Log:
Require newer Xerces on older SUSE versions
Modified:
branches/REL_1/xmltooling.spec.in
Modified: branches/REL_1/xmltooling.spec.in
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling.spec.in?rev=1050&r1=1049&r2=1050&view=diff
==============================================================================
--- branches/REL_1/xmltooling.spec.in (original)
+++ branches/REL_1/xmltooling.spec.in Thu Feb 26 16:33:53 2015
@@ -8,14 +8,10 @@
URL: http://www.opensaml.org/
Source: %{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
-%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: xerces-c-devel >= 3.1
+%else
+BuildRequires: libxerces-c-devel >= 3.1
%endif
BuildRequires: libxml-security-c-devel >= 1.4.0
%{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}
@@ -78,14 +74,10 @@
Requires: lib at PACKAGE_NAME@6 = %{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
-%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: xerces-c-devel >= 3.1
+%else
+Requires: libxerces-c-devel >= 3.1
%endif
Requires: libxml-security-c-devel >= 1.4.0
%{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
@@ -166,6 +158,9 @@
%doc %{pkgdocdir}
%changelog
+* Thu Feb 26 2015 Scott Cantor <cantor.2 at osu.edu> - 1.5.4-1
+- Require Xerces 3.1 even on older platforms
+
* Tue May 13 2014 Ian Young <ian at iay.org.uk> - 1.5.3-1.2
- Update package dependencies for RHEL/CentOS 7
More information about the commits
mailing list