Fridrich Strba 2020-04-03 10:55:13 +00:00 committed by Git OBS Bridge
parent c330953a56
commit 1c9391e1c3

View File

@ -4,7 +4,7 @@ Fri Apr 3 10:50:59 UTC 2020 - Fridrich Strba <fstrba@suse.com>
- Added patch: - Added patch:
* fop-2.1-batik-xmlconstants.patch * fop-2.1-batik-xmlconstants.patch
+ apply when building with batik >= 1.11 + 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 org.apache.batik.util to org.apache.batik.constants
------------------------------------------------------------------- -------------------------------------------------------------------
@ -38,7 +38,7 @@ Thu Dec 6 21:54:53 UTC 2018 - Fridrich Strba <fstrba@suse.com>
- Modified patch: - Modified patch:
* java8-compatibility.patch * java8-compatibility.patch
+ Fix fix ByteBuffer/CharBuffer incompatibilities with java8 + 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(), instances to java.nio.Buffer before calling the clear(),
flip(), limit(int), mark(), reset() and rewind() methods. flip(), limit(int), mark(), reset() and rewind() methods.