From b400159512d1ba31a65fb49dd79f8203caa2d4f4 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Nov 28 2012 18:12:28 +0000 Subject: Remove unneeded patch --- diff --git a/bea-stax-ecj-bootclasspath.patch b/bea-stax-ecj-bootclasspath.patch deleted file mode 100644 index 5bd70b2..0000000 --- a/bea-stax-ecj-bootclasspath.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- ./build.xml.bak 2005-12-07 05:49:44.000000000 -0500 -+++ ./build.xml 2007-02-13 20:32:31.000000000 -0500 -@@ -100,6 +100,11 @@ - - - -+ -+ -+ -+ -+ - - - -@@ -107,6 +112,7 @@ - source="1.2" target="1.2" - includes="${topdirs}" - destdir="${class_dir}" -+ bootclasspathref="ecj.boot.class.path" - debug="true"> - - diff --git a/bea-stax.spec b/bea-stax.spec index 3eb2beb..b705340 100644 --- a/bea-stax.spec +++ b/bea-stax.spec @@ -36,14 +36,9 @@ URL: http://stax.codehaus.org/Home Source0: http://dist.codehaus.org/stax/distributions/stax-src-1.2.0.zip Source1: http://dist.codehaus.org/stax/jars/stax-1.2.0.pom Source2: http://dist.codehaus.org/stax/jars/stax-api-1.0.1.pom -# XXX: -# since libgcj already includes classes in javax.xml.stream.events.* which -# are not api compliant with those in the api jar, the build fails in gcj -# unless added to bootclasspath -Patch0: %{name}-ecj-bootclasspath.patch Name: bea-stax Version: %{mainver} -Release: 5%{?dist} +Release: 6%{?dist} License: ASL 1.1 and ASL 2.0 Group: Development/Libraries/Java BuildArch: noarch @@ -122,6 +117,9 @@ install -Dpm 644 %{SOURCE2} %{buildroot}%{_mavenpomdir}/JPP-%{name}-api.pom %doc %{_javadocdir}/* %changelog +* Wed Nov 28 2012 Mikolaj Izdebski - 1.2.0-6 +- Remove unneeded patch + * Wed Nov 14 2012 Jaromir Capik - 1.2.0-5 - ASL 1.1 was missing