[cpp-xmltooling] branch master updated: Require Xerces 3.2 as shipped by me on all platforms.

Scott Cantor cantor.2 at osu.edu
Mon Nov 27 16:59:10 EST 2017


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-xmltooling.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=8d8d11a568b40e7da0e88f0ce6b6ed1fac07fd84

The following commit(s) were added to refs/heads/master by this push:
       new  8d8d11a   Require Xerces 3.2 as shipped by me on all platforms.
8d8d11a is described below

commit 8d8d11a568b40e7da0e88f0ce6b6ed1fac07fd84
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 27 16:59:06 2017 -0500

    Require Xerces 3.2 as shipped by me on all platforms.
---
 xmltooling.spec.in | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/xmltooling.spec.in b/xmltooling.spec.in
index 1c0f16f..25518d8 100644
--- a/xmltooling.spec.in
+++ b/xmltooling.spec.in
@@ -8,11 +8,7 @@ License:	Apache-2.0
 URL:		http://www.opensaml.org/
 Source:		%{name}-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
-%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
-BuildRequires:  xerces-c-devel >= 3.2
-%else
 BuildRequires:  libxerces-c-devel >= 3.2
-%endif
 BuildRequires:  libxml-security-c-devel >= 2.0.0
 %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}
 %{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4}
@@ -74,11 +70,7 @@ Group:		Development/Libraries/C and C++
 Requires:	lib at PACKAGE_NAME@8 = %{version}-%{release}
 Provides:	@PACKAGE_NAME at -devel = %{version}-%{release}
 Obsoletes:	@PACKAGE_NAME at -devel < %{version}-%{release}
-%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
-Requires:  xerces-c-devel >= 3.2
-%else
 Requires:  libxerces-c-devel >= 3.2
-%endif
 Requires: libxml-security-c-devel >= 2.0.0
 %{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
 %{!?_with_log4cpp:Requires: liblog4shib-devel >= 1.0.4}
@@ -160,6 +152,7 @@ This package includes XML schemas and related files.
 %changelog
 * Tue Nov 21 2017 Scott Cantor <cantor.2 at osu.edu> - 3.0.0-1
 - Update soname
+- Require Xerces 3.2 as shipped by me on all platforms
 
 * Fri Jun 24 2016 Scott Cantor <cantor.2 at osu.edu> - 1.6.0-1
 - Fix some lint issues

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list