Hello community,

here is the log from the commit of package xmlgraphics-fop for openSUSE:Factory 
checked in at 2017-09-20 17:10:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xmlgraphics-fop (Old)
 and      /work/SRC/openSUSE:Factory/.xmlgraphics-fop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xmlgraphics-fop"

Wed Sep 20 17:10:18 2017 rev:32 rq:527226 version:2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/xmlgraphics-fop/xmlgraphics-fop.changes  
2017-05-22 10:48:52.461151901 +0200
+++ /work/SRC/openSUSE:Factory/.xmlgraphics-fop.new/xmlgraphics-fop.changes     
2017-09-20 17:10:21.321282104 +0200
@@ -1,0 +2,6 @@
+Tue Sep 19 07:23:59 UTC 2017 - [email protected]
+
+- Fix build with jdk9: specify java source and target 1.6 and fix
+  javadoc build
+
+-------------------------------------------------------------------
@@ -4 +10 @@
-- Add BuildRequires: javapackages-local (for maven conversions)
+- Add BuildRequires: javapackages-local (for maven conversions)

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xmlgraphics-fop.spec ++++++
--- /var/tmp/diff_new_pack.I6nQBJ/_old  2017-09-20 17:10:22.885061972 +0200
+++ /var/tmp/diff_new_pack.I6nQBJ/_new  2017-09-20 17:10:22.885061972 +0200
@@ -57,6 +57,7 @@
 BuildRequires:  xml-commons-jaxp-1.3-apis
 BuildRequires:  xmlgraphics-batik >= 1.8
 BuildRequires:  xmlgraphics-commons >= 2.1
+#!BuildIgnore:  saxon
 Requires:       apache-commons-io >= 2.4
 Requires:       apache-commons-logging
 Requires:       apache-pdfbox
@@ -65,11 +66,9 @@
 Requires:       xml-commons-jaxp-1.3-apis
 Requires:       xmlgraphics-batik >= 1.8
 Requires:       xmlgraphics-commons >= 2.1
-#!BuildIgnore:  saxon
 Provides:       %{bname} = %{version}-%{release}
 Obsoletes:      %{bname} < %{version}-%{release}
 Provides:       fo-formatter = %{version}-%{release}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -83,6 +82,9 @@
 %setup -q -n %{bname}-%{version} -a5
 ln -thyph offo-hyphenation/hyph/*.xml
 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
 %patch2 -p1
 %patch3 -p1
@@ -121,7 +123,9 @@
 ln -s $(build-classpath qdox)
 popd
 export CLASSPATH= LANG=en_US.UTF-8
-ant package maven-artifacts
+ant \
+    -Djavac.source=1.6 -Djavac.target=1.6 \
+       package maven-artifacts
 
 # Build the manpage(s) and HTML
 DB=%{_datadir}/xml/docbook/stylesheet/nwalsh/current
@@ -173,7 +177,6 @@
 popd
 
 %files
-%defattr(0644,root,root,0755)
 %doc NOTICE LICENSE README known-issues.xml
 %doc *.html
 



Reply via email to