diff --git a/saxon6.changes b/saxon6.changes index 4a62f51..3d67d15 100644 --- a/saxon6.changes +++ b/saxon6.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 27 11:51:43 UTC 2014 - tchvatal@suse.com + +- Fix build on SLE11 + ------------------------------------------------------------------- Mon Sep 9 11:06:19 UTC 2013 - tchvatal@suse.com diff --git a/saxon6.spec b/saxon6.spec index 052be90..be0e494 100644 --- a/saxon6.spec +++ b/saxon6.spec @@ -1,7 +1,7 @@ # # spec file for package saxon6 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -171,6 +171,7 @@ rm -rf *.jar docs/api export LC_ALL=en_US.ISO-8859-2 export CLASSPATH=%(build-classpath xml-commons-apis xmlgraphics-fop jdom) ant \ + -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \ -Dj2se.javadoc=%{_javadocdir}/java \ -Dfop.javadoc=%{_javadocdir}/fop \ -Djdom.javadoc=%{_javadocdir}/jdom