Fridrich Strba 2020-06-04 05:29:15 +00:00 committed by Git OBS Bridge
parent 0f6265c690
commit cb5c769f63
2 changed files with 26 additions and 7 deletions

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Jun 4 05:13:44 UTC 2020 - Fridrich Strba <fstrba@suse.com>
- version 2.5
* Does not need avalon-framework to build or run
* Adapt the command-line scripts by removing avalon-framework
from classpath
* Build against fontbox from apache-pdfbox >= 2
* Use the included pom file instead of downloading the same
file from maven central
- Removed patch:
* fop-2.1-batik-xmlconstants.patch
+ Included directly in this version. Requires batik >= 1.11
- Modified patches:
* fop-2.1-QDox-2.0.patch -> fop-2.5-QDox-2.0.patch
* fix-javadoc-java8.patch
* hyphenation-more-stack.patch
* java8-compatibility.patch
* reproducible-build-manifest.patch
* xmlgraphics-fop-cli.patch
+ Port to fop 2.5
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 18 14:41:12 UTC 2020 - Fridrich Strba <fstrba@suse.com> Mon May 18 14:41:12 UTC 2020 - Fridrich Strba <fstrba@suse.com>

View File

@ -87,9 +87,6 @@ representation), Print, AWT, MIF, and TXT.
%setup -q -n %{bname}-%{version} -a1 %setup -q -n %{bname}-%{version} -a1
ln -t fop/hyph offo-hyphenation/hyph/*.xml ln -t fop/hyph offo-hyphenation/hyph/*.xml
find -name "*.jar" | xargs -t rm find -name "*.jar" | xargs -t rm
# Remove this file. It needs jai and we don't compile it.
# Just javadoc chokes on it.
# rm src/java/org/apache/fop/util/bitmap/JAIMonochromeBitmapConverter.java
%patch1 -p1 -b .cli %patch1 -p1 -b .cli
%patch2 -p1 %patch2 -p1
%patch3 -p1 %patch3 -p1