https://issues.shibboleth.net/jira/browse/SSPCPP-152
authorScott Cantor <cantor.2@osu.edu>
Wed, 3 Dec 2008 21:55:45 +0000 (21:55 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 3 Dec 2008 21:55:45 +0000 (21:55 +0000)
.cproject
opensaml.spec.in

index a8bcc74..29c81c1 100644 (file)
--- a/.cproject
+++ b/.cproject
 \r
 <storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>\r
 \r
+\r
 <storageModule moduleId="org.eclipse.cdt.core.pathentry">\r
 <pathentry kind="mac" name="_MSC_VER" path="" value=""/>\r
 <pathentry kind="mac" name="WIN32" path="" value=""/>\r
+<pathentry kind="mac" name="SAML_API" path="" value=""/>\r
 <pathentry include="C:/xerces-c_2_8_0-x86-windows-vc_8_0/include" kind="inc" path="" system="true"/>\r
 <pathentry include="C:/xml-security-c-1.4.0/include" kind="inc" path="" system="true"/>\r
 <pathentry include="C:/log4shib-1.0/include" kind="inc" path="" system="true"/>\r
index d0c1f87..9d0df51 100644 (file)
@@ -8,7 +8,11 @@ License:       Apache 2.0
 URL:           http://www.opensaml.org/
 Source0:       %{name}-%{version}.tar.gz
 BuildRoot:     %{_tmppath}/%{name}-%{version}-root
-BuildRequires: xerces%{?xercesver}-c-devel >= 2.8.0
+%if 0%{?suse_version} > 1030
+BuildRequires:  libXerces-c-devel >= 2.8.0
+%else
+BuildRequires:  xerces%{?xercesver}-c-devel >= 2.8.0
+%endif
 BuildRequires:  xml-security-c-devel >= 1.4.0
 BuildRequires: xmltooling-devel >= 1.2
 %{?_with_log4cpp:BuildRequires: log4cpp-devel >= 1.0}
@@ -90,8 +94,9 @@ find $RPM_BUILD_ROOT/%{_bindir} -type f |
 %doc %{_datadir}/doc/%{name}/api
 
 %changelog
-* Tue Sep 23 2008  Scott Cantor  <cantor.2@osu.edu>  - 2.2-1
+* Wed Dec 3 2008  Scott Cantor  <cantor.2@osu.edu>  - 2.2-1
 - Bumping for minor update.
+- Fixing SUSE Xerces dependency name.
 
 * Tue Jul 1 2008  Scott Cantor  <cantor.2@osu.edu>  - 2.1-1
 - Bumping for minor update.