From 8c3a6d52c664823acbc516fb464a60803f24d90cd605ff4e581a10d58739eb3b Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 18 Mar 2022 16:23:18 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/xml-commons-apis-bootstrap?expand=0&rev=10 --- xml-commons-apis-bootstrap.changes | 5 +++++ xml-commons-apis-bootstrap.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/xml-commons-apis-bootstrap.changes b/xml-commons-apis-bootstrap.changes index d29b8bc..da04905 100644 --- a/xml-commons-apis-bootstrap.changes +++ b/xml-commons-apis-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 18 16:22:47 UTC 2022 - Fridrich Strba + +- Build with source/target levels 8 + ------------------------------------------------------------------- Fri Feb 1 12:14:36 UTC 2019 - Fridrich Strba diff --git a/xml-commons-apis-bootstrap.spec b/xml-commons-apis-bootstrap.spec index 58168e7..09c8e20 100644 --- a/xml-commons-apis-bootstrap.spec +++ b/xml-commons-apis-bootstrap.spec @@ -2,7 +2,7 @@ # # spec file for package xml-commons-apis-bootstrap # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -133,7 +133,7 @@ function mkJar() { #<<< end functions # variables: -COMPILER_COMMAND="javac -source 1.6 -target 1.6 -classpath " +COMPILER_COMMAND="javac -source 1.8 -target 1.8 -classpath " TARGET_DIR=`pwd` CLASSPATH_ORIG="$CLASSPATH"