From c0b26719097e2a706a01cc1f84f2c108237955e982806b12bd0a7542fb62ffce Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 8 Sep 2017 08:21:23 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/jaxen-bootstrap?expand=0&rev=6 --- jaxen-bootstrap.changes | 6 ++++++ jaxen-bootstrap.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/jaxen-bootstrap.changes b/jaxen-bootstrap.changes index bd7778d..a040973 100644 --- a/jaxen-bootstrap.changes +++ b/jaxen-bootstrap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 8 08:20:32 UTC 2017 - fstrba@suse.com + +- Build with java target and source level 1.6 in order to allow + building with jdk9 + ------------------------------------------------------------------- Mon Sep 9 11:05:56 UTC 2013 - tchvatal@suse.com diff --git a/jaxen-bootstrap.spec b/jaxen-bootstrap.spec index 3f2e3b2..440b7e1 100644 --- a/jaxen-bootstrap.spec +++ b/jaxen-bootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package jaxen-bootstrap # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -138,7 +138,7 @@ maven \ jar %else export CLASSPATH=$CLASSPATH:dom4j/dom4j.jar -ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \ +ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \ -Dbuild.sysclasspath=first %endif