From 1307f94b5d89d1fda97607502b162d25d8d389ecdd2ba7b3fbb6bbbd4bf31a72 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Sun, 10 Sep 2017 06:58:36 +0000 Subject: [PATCH] Fix build with jdk9 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/pentaho-reporting-flow-engine?expand=0&rev=7 --- pentaho-reporting-flow-engine.changes | 6 ++++++ pentaho-reporting-flow-engine.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pentaho-reporting-flow-engine.changes b/pentaho-reporting-flow-engine.changes index b1d14c7..11fabdc 100644 --- a/pentaho-reporting-flow-engine.changes +++ b/pentaho-reporting-flow-engine.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Sep 10 06:57:49 UTC 2017 - fstrba@suse.com + +- Specify java source and target level 1.6 in order to allow + building with jdk9 + ------------------------------------------------------------------- Wed Jul 9 10:33:50 UTC 2014 - tchvatal@suse.com diff --git a/pentaho-reporting-flow-engine.spec b/pentaho-reporting-flow-engine.spec index 36b07c2..d60278e 100644 --- a/pentaho-reporting-flow-engine.spec +++ b/pentaho-reporting-flow-engine.spec @@ -1,7 +1,7 @@ # # spec file for package pentaho-reporting-flow-engine # -# Copyright (c) 2014 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 @@ -75,7 +75,7 @@ build-jar-repository -s -p lib commons-logging-api libbase libloader \ %build ant \ - -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \ + -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \ jar javadoc %install