[dom4j] Port to JAXP 1.4

Michal Srb msrb at fedoraproject.org
Wed Oct 16 07:59:47 UTC 2013


commit 979788aa839128926ebc593e4c571c26b2b9fccf
Author: Michal Srb <msrb at redhat.com>
Date:   Wed Oct 16 09:26:43 2013 +0200

    Port to JAXP 1.4

 dom4j.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/dom4j.spec b/dom4j.spec
index d93664b..9699f25 100644
--- a/dom4j.spec
+++ b/dom4j.spec
@@ -31,7 +31,7 @@
 Summary:        Open Source XML framework for Java
 Name:           dom4j
 Version:        1.6.1
-Release:        18%{?dist}
+Release:        19%{?dist}
 Epoch:          0
 License:        BSD
 URL:            http://www.dom4j.org/
@@ -44,6 +44,7 @@ Source3:        create-tarball.sh
 Patch0:         dom4j-1.6.1-build_xml.patch
 # See https://bugzilla.redhat.com/show_bug.cgi?id=976180
 Patch1:         dom4j-1.6.1-Remove-references-to-ConcurrentReaderHashMap.patch
+Patch2:         dom4j-1.6.1-Port-to-JAXP-1.4.patch
 BuildRequires:  jpackage-utils >= 0:1.6
 BuildRequires:  ant >= 0:1.6
 #BuildRequires:  junit
@@ -58,7 +59,6 @@ BuildRequires:  bea-stax-api
 BuildRequires:  ws-jaxme
 BuildRequires:  xalan-j2
 BuildRequires:  xerces-j2
-BuildRequires:  jaxp = 1.2
 BuildRequires:  xpp2
 BuildRequires:  xpp3
 BuildRequires:  msv-xsdlib
@@ -115,6 +115,7 @@ sed -e '/unjar/d' -e 's|,cookbook/\*\*,|,|' build.xml.orig > build.xml
 
 %patch0 -b .sav
 %patch1 -p1
+%patch2 -p1
 
 %build
 pushd lib
@@ -205,6 +206,9 @@ install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
 %{_datadir}/%{name}-%{version}
 
 %changelog
+* Wed Oct 16 2013 Michal Srb <msrb at redhat.com> - 0:1.6.1-19
+- Port to JAXP 1.4
+
 * Wed Aug 07 2013 Michal Srb <msrb at redhat.com> - 0:1.6.1-18
 - Unversioned doc dir (Resolves: #993729)
 - See: http://fedoraproject.org/wiki/Changes/UnversionedDocdirs


More information about the scm-commits mailing list