diff -U2 -r /data/temp/rhel-reviews/stax2-api-3.1.1-4.fc18/stax2-api/upstream-unpacked/Source0/META-INF/MANIFEST.MF /data/temp/rhel-reviews/stax2-api-3.1.1-4.fc18/stax2-api/srpm-unpacked/stax2-api-3.1.1-sources.jar-extract/META-INF/MANIFEST.MF --- /data/temp/rhel-reviews/stax2-api-3.1.1-4.fc18/stax2-api/upstream-unpacked/Source0/META-INF/MANIFEST.MF 2012-08-02 19:45:40.000000000 +0200 +++ /data/temp/rhel-reviews/stax2-api-3.1.1-4.fc18/stax2-api/srpm-unpacked/stax2-api-3.1.1-sources.jar-extract/META-INF/MANIFEST.MF 2011-08-26 09:13:12.000000000 +0200 @@ -1,4 +1,4 @@ Manifest-Version: 1.0 Ant-Version: Apache Ant 1.8.2 -Created-By: 1.6.0_33-b03-424-10M3720 (Apple Inc.) +Created-By: 1.6.0_26-b03-384-10M3425 (Apple Inc.) diff -U2 -r /data/temp/rhel-reviews/stax2-api-3.1.1-4.fc18/stax2-api/upstream-unpacked/Source0/org/codehaus/stax2/ri/dom/DOMWrappingWriter.java /data/temp/rhel-reviews/stax2-api-3.1.1-4.fc18/stax2-api/srpm-unpacked/stax2-api-3.1.1-sources.jar-extract/org/codehaus/stax2/ri/dom/DOMWrappingWriter.java --- /data/temp/rhel-reviews/stax2-api-3.1.1-4.fc18/stax2-api/upstream-unpacked/Source0/org/codehaus/stax2/ri/dom/DOMWrappingWriter.java 2011-10-15 10:13:54.000000000 +0200 +++ /data/temp/rhel-reviews/stax2-api-3.1.1-4.fc18/stax2-api/srpm-unpacked/stax2-api-3.1.1-sources.jar-extract/org/codehaus/stax2/ri/dom/DOMWrappingWriter.java 2010-06-16 10:16:38.000000000 +0200 @@ -208,5 +208,5 @@ throws XMLStreamException { - appendLeaf(mDocument.createComment(data)); + appendLeaf(mDocument.createCDATASection(data)); }