diff --git a/isorelax.changes b/isorelax.changes index 4d0f17c..789f84b 100644 --- a/isorelax.changes +++ b/isorelax.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 19 21:12:26 UTC 2022 - Fridrich Strba + +- Build with java target and source version 1.8 + ------------------------------------------------------------------- Tue Dec 18 06:31:12 UTC 2018 - Fridrich Strba diff --git a/isorelax.spec b/isorelax.spec index 622df59..6845794 100644 --- a/isorelax.spec +++ b/isorelax.spec @@ -1,7 +1,7 @@ # # spec file for package isorelax # -# Copyright (c) 2018 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 @@ -68,7 +68,7 @@ export CLASSPATH=$(build-classpath \ xerces-j2 \ xml-apis \ ) -ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \ +ant -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \ -Dbuild.sysclasspath=only release %install