diff --git a/xmlgraphics-fop.changes b/xmlgraphics-fop.changes index fcff18e..072407e 100644 --- a/xmlgraphics-fop.changes +++ b/xmlgraphics-fop.changes @@ -4,7 +4,7 @@ Fri Apr 3 10:50:59 UTC 2020 - Fridrich Strba - Added patch: * fop-2.1-batik-xmlconstants.patch + apply when building with batik >= 1.11 - + batik 1.11 moved XMLConstants class from + + batik 1.11 moved XMLConstants class from org.apache.batik.util to org.apache.batik.constants ------------------------------------------------------------------- @@ -38,7 +38,7 @@ Thu Dec 6 21:54:53 UTC 2018 - Fridrich Strba - Modified patch: * java8-compatibility.patch + Fix fix ByteBuffer/CharBuffer incompatibilities with java8 - Cast all the java.nio.ByteBuffer and java.nio.CharBuffer + Cast all the java.nio.ByteBuffer and java.nio.CharBuffer instances to java.nio.Buffer before calling the clear(), flip(), limit(int), mark(), reset() and rewind() methods.