Hello community,
here is the log from the commit of package xmlgraphics-fop for openSUSE:Factory
checked in at 2018-11-20 22:30:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xmlgraphics-fop (Old)
and /work/SRC/openSUSE:Factory/.xmlgraphics-fop.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmlgraphics-fop"
Tue Nov 20 22:30:51 2018 rev:37 rq:650174 version:2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/xmlgraphics-fop/xmlgraphics-fop.changes
2018-11-06 15:24:10.768631083 +0100
+++
/work/SRC/openSUSE:Factory/.xmlgraphics-fop.new.19453/xmlgraphics-fop.changes
2018-11-20 22:30:56.198651236 +0100
@@ -1,0 +2,15 @@
+Thu Nov 15 11:45:21 UTC 2018 - [email protected]
+
+- version 2.1
+ Change requirement from java-devel-openjdk >= 1.8.0 to
+ java-devel-openjdk >= 9 to avoid tracebacks because of compatibility
+ issues with java.nio.Buffer, for example:
+ java.lang.NoSuchMethodError:
+ java.nio.CharBuffer.rewind()Ljava/nio/CharBuffer;
+
+-------------------------------------------------------------------
+Wed Nov 7 20:48:57 UTC 2018 - Fridrich Strba <[email protected]>
+
+- Do not depend on a particular xml-commons-apis provider.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xmlgraphics-fop.spec ++++++
--- /var/tmp/diff_new_pack.pG3aRh/_old 2018-11-20 22:30:58.018650128 +0100
+++ /var/tmp/diff_new_pack.pG3aRh/_new 2018-11-20 22:30:58.022650126 +0100
@@ -48,7 +48,7 @@
BuildRequires: apache-pdfbox
BuildRequires: avalon-framework
BuildRequires: docbook-xsl-stylesheets
-BuildRequires: java-devel-openjdk >= 1.8.0.121
+BuildRequires: java-devel-openjdk >= 9
# Needed for maven conversions
BuildRequires: javapackages-local
BuildRequires: javapackages-tools
@@ -56,7 +56,7 @@
BuildRequires: qdox >= 1.12
BuildRequires: servlet_api
BuildRequires: unzip
-BuildRequires: xml-commons-jaxp-1.3-apis
+BuildRequires: xml-commons-apis >= 1.3
BuildRequires: xmlgraphics-batik >= 1.8
BuildRequires: xmlgraphics-commons >= 2.1
#!BuildIgnore: saxon
@@ -64,8 +64,8 @@
Requires: apache-commons-logging
Requires: apache-pdfbox
Requires: avalon-framework
-Requires: java >= 1.6.0
-Requires: xml-commons-jaxp-1.3-apis
+Requires: java >= 9
+Requires: xml-commons-apis >= 1.3
Requires: xmlgraphics-batik >= 1.8
Requires: xmlgraphics-commons >= 2.1
Provides: %{bname} = %{version}-%{release}
@@ -128,7 +128,7 @@
popd
export CLASSPATH= LANG=en_US.UTF-8
ant \
- -Djavac.source=1.6 -Djavac.target=1.6 \
+ -Djavac.source=1.8 -Djavac.target=1.8 \
package
# Build the manpage(s) and HTML
++++++ xmlgraphics-fop-pom-template.pom ++++++
--- /var/tmp/diff_new_pack.pG3aRh/_old 2018-11-20 22:30:58.158650043 +0100
+++ /var/tmp/diff_new_pack.pG3aRh/_new 2018-11-20 22:30:58.158650043 +0100
@@ -25,7 +25,7 @@
<artifactId>fop</artifactId>
<packaging>jar</packaging>
<name>Apache FOP</name>
- <version>@version@</version>
+ <version>2.1</version>
<url>http://xmlgraphics.apache.org/fop/</url>
<description>Apache FOP (Formatting Objects Processor) is the world's first
print formatter driven by XSL formatting objects (XSL-FO) and the world's first
output independent formatter. It is a Java application that reads a formatting
object (FO) tree and renders the resulting pages to a specified output. Output
formats currently supported include PDF, PCL, PS, AFP, TIFF, PNG, SVG, XML
(area tree representation), Print, AWT and TXT. The primary output target is
PDF.</description>
<inceptionYear>1999</inceptionYear>